Page MenuHomePhabricator

Add class name support to `PhutilTypeSpec`
Open, LowPublic

Description

I think it would be useful to have some sort of class name support for PhutilTypeSpec. I think that the Phabricator config options classes implement this in an ad-hoc way. Example usage:

  • class
  • class<extends SomeClass>
  • class<implements SomeInterface>
  • class<abstract>
  • class<final>

Event Timeline

joshuaspence claimed this task.
joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: libphutil.
joshuaspence added subscribers: joshuaspence, epriestley.
joshuaspence triaged this task as Wishlist priority.Oct 12 2014, 8:11 PM
joshuaspence raised the priority of this task from Wishlist to Low.