API16:JHtmlBehavior/mootools
From Joomla! Documentation
Description
Deprecated. Use JHtmlBehavior::framework() instead.
<! removed transcluded page call, red link never existed >
Syntax
static mootools($debug=null)
Parameter Name | Default Value | Description |
---|---|---|
$debug | null | $debug Is debugging mode on? [optional] |
Returns
void
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
public static function mootools($debug = null)
{
self::framework(true, $debug);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples