Implement PhabricatorProjectInterface for marking that objects can be tagged with projects

Summary: Ref T2628. This makes Transactions understand objects that can have project relationships, extract project mentions, and handle watching.

Test Plan: See next diff.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2628

Differential Revision: https://secure.phabricator.com/D9340
This commit is contained in:
epriestley
2014-06-03 17:19:40 -07:00
parent 0d87fef573
commit 4cda3e5811
6 changed files with 121 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
<?php
interface PhabricatorProjectInterface {
}