Page MenuHomec4science

PhabricatorMentionableInterface.php
No OneTemporary

File Metadata

Created
Tue, Nov 26, 23:46

PhabricatorMentionableInterface.php

<?php
/**
* Allow infrastructure to automagically create "mentioned" transactions
* - actually TYPE_EDGE transactions that add "mentioned" edges - to the
* implementing object.
*/
interface PhabricatorMentionableInterface {
public function getPHID();
}

Event Timeline