TreeBehavior::treeTable PHP Method

treeTable() public method

public treeTable ( ) : string
return string the associated database table name
    public function treeTable()
    {
        throw new Exception('object using TreeBehaviour must implement the treeTable method');
    }