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

setParent() public méthode

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