Sulu\Bundle\MediaBundle\Entity\BaseCollection::setDepth PHP 메소드

setDepth() 공개 메소드

Set depth.
public setDepth ( integer $depth ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$depth integer
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface
    public function setDepth($depth)
    {
        $this->depth = $depth;
        return $this;
    }