Class Helpers
Brickrouge helpers.
The following helpers are patchable:
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
|
|
public
string
|
#
format( array $args = array() )
Parameters
Returns
string
|
public
string
|
|
public
string
|
|
public
Brickrouge\Document
|
|
public
string
|
|
public
string
|
|
public
Brickrouge\Form
|
|
public
ICanboogie\Errors
|
|
public
string
|
|
public
|
|
public
string
|
#
t( array $args = array(), array $options = array() )
Parameters
- $args
array $options
- $options
Returns
string
|
Constants summary