ValueListController.php
29 * | _in_ `displayText` | RQL (https://github.com/persvr/rql) style query for 'displayText' (optional, only __match__ is supported)
30 * | _in_ `value` | RQL (https://github.com/persvr/rql) style query for 'value' (optional, only __eq__ is supported)
ValueListProvider provides lists of key/values to be used with list input controls.
Definition: ValueListProvider.php:23
ApplicationError is used to signal errors that occur while processing a request.
Definition: ApplicationError.php:41
static get($code, $data=null)
Factory method for retrieving a predefined error instance.
Definition: ApplicationError.php:144
doExecute($method=null)
Definition: ValueListController.php:63
static getList($definition, $valuePattern=null, $key=null, $language=null)
Get a list of key/value pairs defined by the given configuration.
Definition: ValueListProvider.php:40
Controller is the base class of all controllers.
Definition: Controller.php:49
ValueListController is used to resolve lists for input_type definitions.
Definition: ValueListController.php:40
validate()
Definition: ValueListController.php:45
checkLanguageParameter()
Checks the language request parameter and adds an response error, if it is not contained in the Local...
Definition: Controller.php:381