Sulu\Bundle\MediaBundle\Entity\Collection::getParent PHP 메소드

getParent() 공개 메소드

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