Page MenuHomec4science

PhabricatorMentionableInterface.php
No OneTemporary

File Metadata

Created
Wed, Jan 8, 09:48

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