Pimcore\Model\User\Workspace\Object::setLEdit PHP Method

setLEdit() public method

public setLEdit ( string $lEdit )
$lEdit string
    public function setLEdit($lEdit)
    {
        //@TODO - at the moment disallowing all languages is not possible - the empty lEdit value means that every language is allowed to edit...
        $this->lEdit = $lEdit;
    }