Baum\Node::getDepth PHP 메소드

getDepth() 공개 메소드

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