Helper
Less than 1 minute
Helper
Properties
controller
public Controller $controller
args
protected array $args
Methods
__construct
public __construct({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$controller | Controller | |
$args | array |
getName
Retrieves the name of the current class without the namespace.
public getName({Array})
This method uses the get_class
function to get the fully qualified class name of the current object, and then extracts the class name by removing the namespace part.
import
public import({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$args | array |
Generated by Hazaar API Doc Generator