Baum\Node::getParentId PHP 메소드

getParentId() 공개 메소드

Get the value of the models "parent_id" field.
public getParentId ( ) : integer
리턴 integer
    public function getParentId()
    {
        return $this->getAttribute($this->getparentColumnName());
    }