Neos\Flow\Reflection\DocCommentParser::getTagsValues PHP Method

getTagsValues() public method

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