Interface rex_context_provider_interface
Generic interface for classes which provide a complete rex-context. A rex-context consists of a set of parameters which may get passed using urls (via parameter) or forms (via hidden input fields).
- rex_context_provider_interface implements rex_url_provider_interface
Direct known implementers
Methods summary
public
string
|
#
getHiddenInputFields( array $params = [] )
Returns a html string containg hidden input fields for the given parameters. |