Baum\Node::getParentId PHP Method

getParentId() public method

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