Page MenuHomePhabricator

Simplify the implementation of `PhabricatorPHIDType` subclasses
ClosedPublic

Authored by joshuaspence on Jul 19 2014, 6:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 7:15 PM
Unknown Object (File)
Thu, Dec 26, 2:39 PM
Unknown Object (File)
Mon, Dec 23, 4:45 AM
Unknown Object (File)
Sun, Dec 22, 1:33 AM
Unknown Object (File)
Sat, Dec 21, 2:26 PM
Unknown Object (File)
Sat, Dec 21, 12:49 AM
Unknown Object (File)
Dec 10 2024, 9:22 PM
Unknown Object (File)
Dec 4 2024, 3:59 PM

Details

Summary

Instead of implementing the getTypeConstant method in all subclasses of PhabricatorPHIDType, provide a final implementation in the base class which uses reflection. See D9837 for a similar implementation.

Test Plan

Ran arc unit.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Simplify the implementation of `PhabricatorPHIDType` subclasses.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
  • Simplify conditional by using preg_match
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 21 2014, 2:03 PM
joshuaspence updated this revision to Diff 24031.

Closed by commit rP254542237a66 (authored by @joshuaspence).