Jarves\Configuration\Object::setTreeLabel PHP Method

setTreeLabel() public method

public setTreeLabel ( string $treeLabel )
$treeLabel string
    public function setTreeLabel($treeLabel)
    {
        $this->treeLabel = $treeLabel;
    }
Object