Class Helpers
Patchable helpers of the ICanBoogie package.
Methods summary
public static
mixed
|
#
__callstatic( string $name, array $arguments )
Calls the callback of a patchable function.
Calls the callback of a patchable function.
Parameters
- $name
string $name Name of the function.
- $arguments
array $arguments Arguments.
Returns
mixed
|
public static
|
#
patch( string $name, collable $callback )
Patches a patchable function.
Patches a patchable function.
Parameters
- $name
string $name Name of the function.
- $callback
collable $callback Callback.
Throws
|
Magic methods summary
public
string
|
|
public
string
|
#
pbkdf2( mixed $s = , mixed $c = 1000, mixed $kl = 32, mixed $a = 'sha256' )
Parameters
- $s
mixed $c
- $c
mixed $kl
- $kl
mixed $a
- $a
Returns
string
|