Class Helpers
Patchable helpers of the ICanBoogie package.
Methods summary
public static
__callstatic( string $name
, array $arguments
)
: mixed
Calls the callback of a patchable function.
Calls the callback of a patchable function.
Parameters
$name
- Name of the function.
$arguments
- Arguments.
Returns
mixed
public static
patch( $name
, $callback
)