PHP Класс Neos\Flow\Reflection\PropertyReflection

Наследование: extends ReflectionProperty
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$docCommentParser
$isAopIntroduced boolean Whether this property represents an AOP-introduced property

Открытые методы

Метод Описание
getDeclaringClass ( ) : ClassReflection 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 ( ) : DocCommentParser Returns an instance of the doc comment parser and runs the parse() method.

Описание методов

getDeclaringClass() публичный Метод

Returns the declaring class
public getDeclaringClass ( ) : ClassReflection
Результат ClassReflection The declaring class

getDescription() публичный Метод

Returns the description part of the doc comment
public getDescription ( ) : string
Результат string Doc comment description

getDocCommentParser() защищенный Метод

Returns an instance of the doc comment parser and runs the parse() method.
protected getDocCommentParser ( ) : DocCommentParser
Результат DocCommentParser

getTagValues() публичный Метод

Returns the values of the specified tag
public getTagValues ( string $tag ) : array
$tag string
Результат array Values of the given tag

getTagsValues() публичный Метод

Returns an array of tags and their values
public getTagsValues ( ) : array
Результат array Tags and values

getValue() публичный Метод

Returns the value of the reflected property - even if it is protected.
public getValue ( object $object = null ) : mixed
$object object Instance of the declaring class to read the value from
Результат mixed Value of the property

isAopIntroduced() публичный Метод

public isAopIntroduced ( ) : boolean
Результат boolean

isTaggedWith() публичный Метод

Checks if the doc comment of this property is tagged with the specified tag
public isTaggedWith ( string $tag ) : boolean
$tag string Tag name to check for
Результат boolean TRUE if such a tag has been defined, otherwise FALSE

setIsAopIntroduced() публичный Метод

public setIsAopIntroduced ( boolean $isAopIntroduced ) : void
$isAopIntroduced boolean
Результат void

setValue() публичный Метод

Returns the value of the reflected property - even if it is protected.
public setValue ( object $object = null, mixed $value = null ) : void
$object object Instance of the declaring class to set the value on
$value mixed The value to set on the property
Результат void

Описание свойств

$docCommentParser защищенное свойство

protected $docCommentParser

$isAopIntroduced защищенное свойство

Whether this property represents an AOP-introduced property
protected bool $isAopIntroduced
Результат boolean