Baum\Node::getOrder PHP Method

getOrder() public method

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