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

rex_context

Package: redaxo\core
Author: staabm
Located at redaxo/src/core/lib/context.php

Methods summary

public string
# getHiddenInputFields( array $params = [] )

Returns a html string containg hidden input fields for the given parameters.

Methods inherited from rex_url_provider_interface

getUrl()