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

setLft() public method

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