Baum\Node::getParentId PHP Méthode

getParentId() public méthode

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