AttributesDocBlockParser
class AttributesDocBlockParser (View source)
Given a class and method name, let each attribute handle its own properties, populating the CommandInfo object.
Properties
protected | $commandInfo | ||
protected | $reflection | ||
protected | $fqcnCache |
Methods
__construct(CommandInfo $commandInfo, ReflectionMethod $reflection, $fqcnCache = null)
No description
parse()
Call the handle method of each attribute, which alters the CommandInfo object.
Details
__construct(CommandInfo $commandInfo, ReflectionMethod $reflection, $fqcnCache = null)
No description
parse()
Call the handle method of each attribute, which alters the CommandInfo object.