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

isAcknowledged() 공개 메소드

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