Neos\Media\Domain\Model\AssetCollection::getTags PHP Method

getTags() public method

Return the tags assigned to this asset
public getTags ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getTags()
    {
        return $this->tags;
    }