프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$docCommentParser | |||
$isAopIntroduced | boolean | Whether this property represents an AOP-introduced property |
메소드 | 설명 | |
---|---|---|
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. |
메소드 | 설명 | |
---|---|---|
getDocCommentParser ( ) : |
Returns an instance of the doc comment parser and runs the parse() method. |
public getDeclaringClass ( ) : |
||
리턴 | The declaring class |
public getDescription ( ) : string | ||
리턴 | string | Doc comment description |
protected getDocCommentParser ( ) : |
||
리턴 |
public getTagValues ( string $tag ) : array | ||
$tag | string | |
리턴 | array | Values of the given tag |
public getTagsValues ( ) : array | ||
리턴 | array | Tags and values |
public isTaggedWith ( string $tag ) : boolean | ||
$tag | string | Tag name to check for |
리턴 | boolean | TRUE if such a tag has been defined, otherwise FALSE |
public setIsAopIntroduced ( boolean $isAopIntroduced ) : void | ||
$isAopIntroduced | boolean | |
리턴 | void |
protected bool $isAopIntroduced | ||
리턴 | boolean |