Sulu\Bundle\MediaBundle\Entity\CollectionType::getCollections PHP Method

getCollections() public method

Get collections.
public getCollections ( ) : Collection
return Collection
    public function getCollections()
    {
        return $this->collections;
    }