Documentation

Invoke
in package

This class will autoinclude functions the application needs to run and return the result

Table of Contents

__call()  : mixed
This function will try to call a requested function and return it's result.

Methods

__call()

This function will try to call a requested function and return it's result.

public __call(string $function_name, mixed $arguments) : mixed
Parameters
$function_name : string
$arguments : mixed
Tags
throws
PrivateException
Return values
mixed

Result of the called function

Search results