Neos\Flow\Reflection\PropertyReflection::getTagValues PHP Méthode

getTagValues() public méthode

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