ParamsInterface
- Full name:
\Zemit\Mvc\Controller\Traits\Interfaces\ParamsInterface
Methods
getParam
public getParam(string $key, array|string|null $filters = null, string $default = null, array $params = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string | |
$filters | **array | string |
$default | string | |
$params | array |
getParams
public getParams(array $filters = null): array
Parameters:
Parameter | Type | Description |
---|---|---|
$filters | array |