TreeBehavior::treeTable PHP Méthode

treeTable() public méthode

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