League\Monga\Query\Update::atomic PHP Method

atomic() public method

Set the multiple option.
public atomic ( boolean $atomic = true ) : object
$atomic boolean whether to use atomic more
return object $this
    public function atomic($atomic = true)
    {
        $this->atomic = (bool) $atomic;
        return $this;
    }