1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/phid
epriestley 1975bdfb36 Work around a bug in PHP 5.3-ish with abstract methods in interfaces
Summary:
@chad is hitting an issue described in P961, which I think is this bug in PHP: https://bugs.php.net/bug.php?id=43200

Work around it by defining a "PHIDInterface" and having both "Flaggable" and "Policy" extend it, so that there is only one `getPHID()` declaration.

Test Plan: shrug~

Reviewers: chad, btrahan

Reviewed By: chad

CC: chad, aran

Differential Revision: https://secure.phabricator.com/D7408
2013-10-25 15:58:17 -07:00
..
conduit Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
handle Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
interface Work around a bug in PHP 5.3-ish with abstract methods in interfaces 2013-10-25 15:58:17 -07:00
query Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
storage Remove PhabricatorPHID::fromObjectName 2013-07-22 12:17:37 -07:00
type Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
PhabricatorObjectHandle.php Distinguish between invalid/broken handles and filtered handles 2013-10-17 10:49:21 -07:00
PhabricatorPHIDConstants.php Use application PHIDs for ATOM 2013-07-30 06:49:13 -07:00
utils.php Use Application PHIDs in Projects 2013-07-22 12:17:53 -07:00