Jarves\Configuration\Object::setTreeFixedIcon PHP Метод

setTreeFixedIcon() публичный Метод

public setTreeFixedIcon ( boolean $treeFixedIcon )
$treeFixedIcon boolean
    public function setTreeFixedIcon($treeFixedIcon)
    {
        $this->treeFixedIcon = $this->bool($treeFixedIcon);
    }
Object