You are here

public function MongodbDummy::__call in MongoDB 7

Magic __call accepting any method name and doing nothing.

Parameters

string $name: Ignored.

array $arguments: All arguments are ignored.

File

./mongodb.module, line 270
Contains the main module connecting Drupal to MongoDB.

Class

MongodbDummy

Code

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