Property | Type | Description | |
---|---|---|---|
$docCommentParser | |||
$isAopIntroduced | boolean | Whether this property represents an AOP-introduced property |
Method | Description | |
---|---|---|
getDeclaringClass ( ) : |
Returns the declaring class | |
getDescription ( ) : string | Returns the description part of the doc comment | |
getTagValues ( string $tag ) : array | Returns the values of the specified tag | |
getTagsValues ( ) : array | Returns an array of tags and their values | |
getValue ( object $object = null ) : mixed | Returns the value of the reflected property - even if it is protected. | |
isAopIntroduced ( ) : boolean | ||
isTaggedWith ( string $tag ) : boolean | Checks if the doc comment of this property is tagged with the specified tag | |
setIsAopIntroduced ( boolean $isAopIntroduced ) : void | ||
setValue ( object $object = null, mixed $value = null ) : void | Returns the value of the reflected property - even if it is protected. |
Method | Description | |
---|---|---|
getDocCommentParser ( ) : |
Returns an instance of the doc comment parser and runs the parse() method. |
public getDeclaringClass ( ) : |
||
return | The declaring class |
public getDescription ( ) : string | ||
return | string | Doc comment description |
protected getDocCommentParser ( ) : |
||
return |
public getTagValues ( string $tag ) : array | ||
$tag | string | |
return | array | Values of the given tag |
public getTagsValues ( ) : array | ||
return | array | Tags and values |
public isTaggedWith ( string $tag ) : boolean | ||
$tag | string | Tag name to check for |
return | boolean | TRUE if such a tag has been defined, otherwise FALSE |
public setIsAopIntroduced ( boolean $isAopIntroduced ) : void | ||
$isAopIntroduced | boolean | |
return | void |
protected bool $isAopIntroduced | ||
return | boolean |