Jarves\Configuration\Object::setTreeRootFieldLabel PHP Method

setTreeRootFieldLabel() public method

public setTreeRootFieldLabel ( string $treeRootFieldLabel )
$treeRootFieldLabel string
    public function setTreeRootFieldLabel($treeRootFieldLabel)
    {
        $this->treeRootFieldLabel = $treeRootFieldLabel;
    }
Object