Phalcon\Db\Adapter\MongoDB\InsertOneResult::isAcknowledged PHP Méthode

isAcknowledged() public méthode

If the insert was not acknowledged, other fields from the WriteResult (e.g. insertedCount) will be undefined. If the insert was not acknowledged, other fields from the WriteResult (e.g. insertedCount) will be undefined and their getter methods should not be invoked.
public isAcknowledged ( ) : boolean
Résultat boolean
    public function isAcknowledged()
    {
        return $this->writeResult->isAcknowledged();
    }