Jarves\Configuration\Object::setTreeInterfaceClass PHP Method

setTreeInterfaceClass() public method

public setTreeInterfaceClass ( string $treeInterfaceClass )
$treeInterfaceClass string
    public function setTreeInterfaceClass($treeInterfaceClass)
    {
        $this->treeInterfaceClass = $treeInterfaceClass;
    }
Object