mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
edit of docblock
Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
parent
5274dce9f1
commit
6d8fa76bed
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ class HtmlHelper extends AppHelper {
|
|||
* @param string $text String content that will appear inside the div element.
|
||||
* If null, only a start tag will be printed
|
||||
* @param array $options Additional HTML attributes of the DIV tag, see above.
|
||||
* @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $attributes[escape])
|
||||
* @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $options['escape'])
|
||||
* @return string The formatted tag element
|
||||
* @access public
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue