Extends
lithium\core\Object
Hook to handle dispatching of methods against all items in the collection.
Parameters
- string $method
- array $parameters
Returns
mixedSource
public function __call($method, $parameters = array()) {
return $this->invoke($method, $parameters);
}