Jarves\Configuration\Object::setTreeRootObjectFixedIcon PHP Méthode

setTreeRootObjectFixedIcon() public méthode

public setTreeRootObjectFixedIcon ( boolean $treeRootObjectFixedIcon )
$treeRootObjectFixedIcon boolean
    public function setTreeRootObjectFixedIcon($treeRootObjectFixedIcon)
    {
        $this->treeRootObjectFixedIcon = $this->bool($treeRootObjectFixedIcon);
    }
Object