Sulu\Bundle\MediaBundle\Entity\Collection::getParent PHP Méthode

getParent() public méthode

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