Public Static Methods | |
static self | from (ReflectionClass $entity) |
Protected Methods | |
bool | isDeclaring ($member) |
void | writeAttributes (RefXML $xml, array $extra=[]) |
void | writeConstants (RefXML $xml) |
void | writeDocBlock_Tags (RefXML $xml, string &$docblock) |
void | writeInherited (RefXML $xml) |
void | writeMethods (RefXML $xml) |
void | writeParents (RefXML $xml) |
void | writeProperties (RefXML $xml) |
Protected Methods inherited from DocBlockTrait | |
void | writeDocBlock (RefXML $xml, string $docblock) |
Writes the docblock. More... | |
void | writeDocBlock_Prune (&$docblock) |
void | writeDocBlock_Tags_internal (RefXML $xml, string &$docblock) |
void | writeDocBlock_Tags_see (RefXML $xml, string &$docblock) |
void | writeDocBlock_Tags_todo (RefXML $xml, string &$docblock) |
Additional Inherited Members | |
Protected Properties inherited from DocBlockTrait | |
string[] | $warnings = [] |
|
final |
FQN.
|
static |
ReflectionClass | $entity |
RefConstant getConstant | ( | $name | ) |
string | $name |
RefConstant [] getConstants | ( | ) |
RefConstant [] getDeclaredConstants | ( | ) |
RefProperty [] getDeclaredProperties | ( | ) |
mixed getDefaultValue | ( | string | $property | ) |
string | $property |
RefConstant [] getInheritedConstants | ( | ) |
RefProperty [] getInheritedProperties | ( | ) |
RefInterface [] getInterfaces | ( | ) |
null RefMethod getMethod | ( | $name | ) |
string | $name |
null RefClass getParentClass | ( | ) |
RefConstant [] RefProperty [] RefMethod [] getParentsOf | ( | $member | ) |
Resolves the parents of a member belonging to the entity.
RefConstant | RefProperty | RefMethod | $member |
array ReflectionProperty [] getProperties | ( | $filter = null | ) |
int | null | $filter |
null RefProperty getProperty | ( | $name | ) |
string | $name |
null RefConstant getReflectionConstant | ( | $name | ) |
string | $name |
RefConstant [] getReflectionConstants | ( | ) |
|
protected |
RefConstant | RefProperty | RefMethod | $member |
|
protected |
RefXML | $xml | |
string[] | $extra |
|
protected |
RefXML | $xml | |
string | $docblock |
Reimplemented from DocBlockTrait.