API16

API16:JEditor/ construct

From Joomla! Documentation

Revision as of 01:34, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

constructor


<! removed transcluded page call, red link never existed >

Syntax

__construct($editor= 'none')
Parameter Name Default Value Description
$editor 'none' The editor name

Defined in

libraries/joomla/html/editor.php

Importing

jimport( 'joomla.html.editor' );

Source Body

public function __construct($editor = 'none')
{
        $this->_name = $editor;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples