JPathwayInspector::__call
Calls any inaccessible method from the class.
Signature
public function __call(string
$name,
array
$parameters )
Parameters
-
$name
- Name of the method to invoke
-
$parameters
- Parameters to be handed over to the original method
Returns
- mixed
- The return value of the method