Remove sanitizeHTML parameter

This commit is contained in:
Lukas Reschke 2013-03-02 11:58:01 +01:00
parent c575ef9c37
commit fad13510d2

View File

@ -64,11 +64,10 @@ OC_Template
?>
.. php:method:: assign($key, $value[, $sanitizeHTML=true])
.. php:method:: assign($key, $value)
:param string $key: the key under which the variable can be accessed in the template
:param $value: the value that we want to pass
:param bool $sanitizeHTML: false, if data shouldn't get passed through htmlentities
:returns: bool
This function assigns a variable. It can be accessed via $_[$key] in the template. If the key existed before, it will be overwritten