Previous Page
Methods

Solar_Role
__call()

Next Page
__construct()

__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.