![]() |
TYPO3
7.6
|
Public Member Functions | |
getMethods ($filter=null) | |
getMethod ($name) | |
getConstructor () | |
getProperties ($filter=null) | |
getProperty ($name) | |
getInterfaces () | |
getParentClass () | |
isTaggedWith ($tag) | |
getTagsValues () | |
getTagValues ($tag) | |
Protected Member Functions | |
getDocCommentParser () | |
Protected Attributes | |
$docCommentParser | |
Extended version of the ReflectionClass
Definition at line 20 of file ClassReflection.php.
getConstructor | ( | ) |
Replacement for the original getConstructor() method which makes sure that objects are returned instead of the original ReflectionMethod instances.
Definition at line 69 of file ClassReflection.php.
|
protected |
Returns an instance of the doc comment parser and runs the parse() method.
Definition at line 179 of file ClassReflection.php.
References ClassReflection\$docCommentParser.
Referenced by ClassReflection\getTagsValues(), ClassReflection\getTagValues(), and ClassReflection\isTaggedWith().
getInterfaces | ( | ) |
Replacement for the original getInterfaces() method which makes sure that objects are returned instead of the original ReflectionClass instances.
Definition at line 116 of file ClassReflection.php.
getMethod | ( | $name | ) |
Replacement for the original getMethod() method which makes sure that objects are returned instead of the original ReflectionMethod instances.
string | $name |
Definition at line 53 of file ClassReflection.php.
getMethods | ( | $filter = null | ) |
Replacement for the original getMethods() method which makes sure that objects are returned instead of the original ReflectionMethod instances.
int | NULL | $filter | A filter mask |
Definition at line 35 of file ClassReflection.php.
getParentClass | ( | ) |
Replacement for the original getParentClass() method which makes sure that a object is returned instead of the original ReflectionClass instance.
Definition at line 133 of file ClassReflection.php.
getProperties | ( | $filter = null | ) |
Replacement for the original getProperties() method which makes sure that objects are returned instead of the original ReflectionProperty instances.
int | NULL | $filter | A filter mask |
Definition at line 86 of file ClassReflection.php.
getProperty | ( | $name | ) |
Replacement for the original getProperty() method which makes sure that a object is returned instead of the original ReflectionProperty instance.
string | $name | Name of the property |
Definition at line 104 of file ClassReflection.php.
getTagsValues | ( | ) |
Returns an array of tags and their values
Definition at line 157 of file ClassReflection.php.
References ClassReflection\getDocCommentParser().
getTagValues | ( | $tag | ) |
Returns the values of the specified tag
string | $tag |
Definition at line 168 of file ClassReflection.php.
References ClassReflection\getDocCommentParser().
isTaggedWith | ( | $tag | ) |
Checks if the doc comment of this method is tagged with the specified tag
string | $tag | Tag name to check for |
Definition at line 146 of file ClassReflection.php.
References ClassReflection\getDocCommentParser().
|
protected |
Definition at line 25 of file ClassReflection.php.
Referenced by ClassReflection\getDocCommentParser().