League\Monga\Query\Update::atomic PHP Метод

atomic() публичный Метод

Set the multiple option.
public atomic ( boolean $atomic = true ) : object
$atomic boolean whether to use atomic more
Результат object $this
    public function atomic($atomic = true)
    {
        $this->atomic = (bool) $atomic;
        return $this;
    }