Skip to content

AbstractParams


  • Full name: \PhalconKit\Mvc\Controller\Traits\Abstracts\AbstractParams

Methods

getParam

public getParam(string $key, array|string|null $filters = null, mixed $default = null, ?array $params = null): mixed
  • This method is abstract. Parameters:
Parameter Type Description
$key string
$filters array|string|null
$default mixed
$params ?array

getParams

public getParams(?array $fields = null, bool $cached = true, bool $deep = true): array
  • This method is abstract. Parameters:
Parameter Type Description
$fields ?array
$cached bool
$deep bool