Sulu\Bundle\MediaBundle\Entity\BaseCollection::setDepth PHP Method

setDepth() public method

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