Sulu\Bundle\MediaBundle\Entity\CollectionMeta::getCollection PHP Method

getCollection() public method

Get collection.
public getCollection ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
return Sulu\Bundle\MediaBundle\Entity\CollectionInterface
    public function getCollection()
    {
        return $this->collection;
    }