Baum\Node::getOrder PHP Méthode

getOrder() public méthode

Get the model's "order" value.
public getOrder ( ) : mixed
Résultat mixed
    public function getOrder()
    {
        return $this->getAttribute($this->getOrderColumnName());
    }