Jarves\Configuration\Object::setTreeFixedIcon PHP Method

setTreeFixedIcon() public method

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