Neos\Flow\Reflection\DocCommentParser::getTagsValues PHP Méthode

getTagsValues() public méthode

Returns the tags which have been previously parsed
public getTagsValues ( ) : array
Résultat array Array of tag names and their (multiple) values
    public function getTagsValues()
    {
        return $this->tags;
    }