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

isAcknowledged() public method

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