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

isAcknowledged() 공개 메소드

If the update was not acknowledged, other fields from the WriteResult (e.g. matchedCount) will be undefined and their getter methods should not be invoked.
public isAcknowledged ( ) : boolean
리턴 boolean
    public function isAcknowledged()
    {
        return $this->isAcknowledged;
    }