Baum\Node::getDepth PHP Méthode

getDepth() public méthode

Get the model's "depth" value.
public getDepth ( ) : integer
Résultat integer
    public function getDepth()
    {
        return $this->getAttribute($this->getDepthColumnName());
    }