Sulu\Bundle\MediaBundle\Entity\Collection::getParent PHP Method

getParent() public method

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