|
Previous Page |
Solar_Role |
Next Page |
__call()
final public
void
__call (
string $method,
string $params
)
Disallow all calls to methods besides factory() and the existing support methods.
Inherited from Solar_Factory.
Parameters
- (string)
$method: The method called. - (string)
$params: Params for the method.
Returns
- (void)
Description
Disallow all calls to methods besides factory() and the existing support methods.