Page MenuHomePhabricator

Simplify the implementation of `PhabricatorPHIDType` subclasses
ClosedPublic

Authored by joshuaspence on Jul 19 2014, 6:35 AM.
Tags
None
Referenced Files
F12829823: D9985.id24031.diff
Thu, Mar 28, 11:45 AM
F12809535: D9985.id24031.diff
Wed, Mar 27, 9:35 PM
F12809534: D9985.id23994.diff
Wed, Mar 27, 9:35 PM
F12809533: D9985.id23995.diff
Wed, Mar 27, 9:34 PM
Unknown Object (File)
Mon, Mar 25, 6:22 AM
Unknown Object (File)
Tue, Mar 12, 6:47 PM
Unknown Object (File)
Feb 13 2024, 2:05 PM
Unknown Object (File)
Feb 6 2024, 10:28 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).