Phalcon\Db\Adapter\MongoDB\InsertManyResult::isAcknowledged PHP 메소드

isAcknowledged() 공개 메소드

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