API17:JPluginHelper:: import
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JPluginHelper::_import|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPluginHelper::_import|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected static | + | protected static function _import ( |
| + | &$plugin | ||
| + | $autocreate=true | ||
| + | $dispatcher=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True on success. | |
| − | boolean True on success. | + | * '''Defined''' on line 129 of libraries/joomla/plugin/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/plugin/helper.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JPluginHelper::_import source code''' on [[jplatform:plugin/helper.php#cl-121|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JPluginHelper/11.1|JPluginHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Plugin/11.1|Plugin]] | ||
| + | * [[JPluginHelper::_import|Other versions of JPluginHelper::_import]] | ||
| + | {{SeeAlso:JPluginHelper::_import}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPluginHelper::_import|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPluginHelper::_import|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 58: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JPluginHelper]][[Category:JPluginHelper::_import]]</noinclude> | <noinclude>[[Category:JPluginHelper]][[Category:JPluginHelper::_import]]</noinclude> | ||
Revision as of 21:29, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPluginHelper::_import
Description
Loads the plugin file.
Description:JPluginHelper:: import [Edit Descripton]
protected static function _import ( &$plugin $autocreate=true $dispatcher=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$plugin | $plugin The plugin. | ||
| $autocreate | boolean | true | |
| $dispatcher | null | Optionally allows the plugin to use a different dispatcher. |
See also
-
JPluginHelper::_import source code on BitBucket
-
Class JPluginHelper
-
Subpackage Plugin
- Other versions of JPluginHelper::_import
SeeAlso:JPluginHelper:: import [Edit See Also]
User contributed notes
<CodeExamplesForm />
