mixed PEAR_Autoloader::__call (
string $method
, string $args
, mixed &$retval
)
Overloaded object call handler, called each time an undefined/aggregated method is invoked. This method repeats the call in the right aggregate object and passes on the return value.
$method
which method that was called
$args
An array of the parameters passed in the original call
&$retval
mixed
-
The return value from the aggregated method, or a
PEAR_Error if the called method was unknown.
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
This function can not be called statically.