PHP Class FOF30\Utils\Phpfunc

Afficher le fichier Open project: akeeba/fof Class Usage Examples

Méthodes publiques

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

Method Details

__call() public méthode

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.
Résultat mixed The result of the function call.