You are here

public function MongoDummy::__call in MongoDB 6

Accepts any arguments and ignores them.

Parameters

string $name: The name of the method being called on the instance.

mixed[] $arguments: The arguments passed to the method.

File

./mongodb.module, line 212
A library of common mechanisms for modules using MongoDB.

Class

MongoDummy
Class MongoDummy is a mock class usable as a database or collection.

Code

public function __call($name, array $arguments) {
}