API17

Difference between revisions of "JFactory::getEditor"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JFactory::getEditor|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFactory::getEditor|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JFactory::getEditor ($editor=null)
+
public static function getEditor ($editor=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' object
object
+
* '''Defined''' on line 393 of libraries/joomla/factory.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/factory.php (line 381)
+
** [[JFormFieldEditor::getEditor/11.1|JFormFieldEditor::getEditor]]
* see source code in [[jplatform:factory.php#cl-381|BitBucket]]
 
===Referenced by===
 
* [[JFormFieldEditor::getEditor/11.1|JFormFieldEditor::getEditor]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JFactory::getEditor source code''' on [[jplatform:factory.php#cl-385|BitBucket]]
 +
* {{JVer|11.1}} Class [[JFactory/11.1|JFactory]]
 +
* [[JFactory::getEditor|Other versions of JFactory::getEditor]]
 +
{{SeeAlso:JFactory::getEditor}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFactory::getEditor|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFactory::getEditor|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JFactory/11.1|JFactory]]
+
===User contributed notes===
* [[JFactory::getEditor|Other versions of this method]]
 
{{SeeAlso:JFactory::getEditor}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 47: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JFactory]][[Category:JFactory::getEditor]]</noinclude>
 
<noinclude>[[Category:JFactory]][[Category:JFactory::getEditor]]</noinclude>

Revision as of 20:55, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFactory::getEditor[edit]

Description[edit]

Get an editor object.

Template:Description:JFactory::getEditor [Edit Descripton]

public static function getEditor ($editor=null)
Parameter Type Default Description
$editor string null The editor to load, depends on the editor plugins that are installed

See also[edit]

Template:SeeAlso:JFactory::getEditor [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />