PHP Class FOF30\Utils\Phpfunc

Mostra file Open project: akeeba/fof Class Usage Examples

Public Methods

Method Description
__call ( string $func, array $args ) : mixed Magic call to intercept any function pass to it.

Method Details

__call() public method

Magic call to intercept any function pass to it.
public __call ( string $func, array $args ) : mixed
$func string The function to call.
$args array Arguments passed to the function.
return mixed The result of the function call.