Jarves\Configuration\Object::setTreeInterfaceClass PHP 메소드

setTreeInterfaceClass() 공개 메소드

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