Phalcon\Db\Adapter\MongoDB\DeleteResult::isAcknowledged PHP Method

isAcknowledged() public method

If the delete was not acknowledged, other fields from the WriteResult (e.g. deletedCount) will be undefined.
public isAcknowledged ( ) : boolean
return boolean
    public function isAcknowledged()
    {
        return $this->isAcknowledged;
    }