Sonata\OrderBundle\Entity\BaseOrder::isError PHP Method

isError() public method

public isError ( )
    public function isError()
    {
        return in_array($this->getStatus(), array(OrderInterface::STATUS_ERROR));
    }
BaseOrder