Baum\Node::getDepth PHP Method

getDepth() public method

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