Neos\Flow\Reflection\PropertyReflection::getTagValues PHP 메소드

getTagValues() 공개 메소드

Returns the values of the specified tag
public getTagValues ( string $tag ) : array
$tag string
리턴 array Values of the given tag
    public function getTagValues($tag)
    {
        return $this->getDocCommentParser()->getTagValues($tag);
    }