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
Code
public function __call($name, array $arguments) {
}