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)
Sat, Feb 22, 9:33 AM
Unknown Object (File)
Sat, Feb 22, 7:31 AM
Unknown Object (File)
Sat, Feb 22, 5:09 AM
Unknown Object (File)
Sat, Feb 22, 4:00 AM
Unknown Object (File)
Sat, Feb 22, 1:22 AM
Unknown Object (File)
Fri, Feb 7, 6:32 PM
Unknown Object (File)
Jan 31 2025, 1:15 PM
Unknown Object (File)
Jan 31 2025, 12:42 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).