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

isAcknowledged() 공개 메소드

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
리턴 boolean
    public function isAcknowledged()
    {
        return $this->writeResult->isAcknowledged();
    }