API17:JInstallerComponent:: buildAdminMenus
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstallerComponent::_buildAdminMenus|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerComponent::_buildAdminMenus|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _buildAdminMenus () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean True if successful | |
| − | boolean True if successful | + | * '''Defined''' on line 1158 of libraries/joomla/installer/adapters/component.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/installer/adapters/component.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstallerComponent::_buildAdminMenus source code''' on [[jplatform:installer/adapters/component.php#cl-1150|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstallerComponent/11.1|JInstallerComponent]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstallerComponent::_buildAdminMenus|Other versions of JInstallerComponent::_buildAdminMenus]] | ||
| + | {{SeeAlso:JInstallerComponent::_buildAdminMenus}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerComponent::_buildAdminMenus|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerComponent::_buildAdminMenus|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 34: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstallerComponent]][[Category:JInstallerComponent::_buildAdminMenus]]</noinclude> | <noinclude>[[Category:JInstallerComponent]][[Category:JInstallerComponent::_buildAdminMenus]]</noinclude> | ||
Revision as of 21:12, 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.
JInstallerComponent::_buildAdminMenus
Description
Method to build menu database entries for a component.
Description:JInstallerComponent:: buildAdminMenus [Edit Descripton]
protected function _buildAdminMenus ()
- Returns boolean True if successful
- Defined on line 1158 of libraries/joomla/installer/adapters/component.php
- Since
See also
-
JInstallerComponent::_buildAdminMenus source code on BitBucket
-
Class JInstallerComponent
-
Subpackage Installer
- Other versions of JInstallerComponent::_buildAdminMenus
SeeAlso:JInstallerComponent:: buildAdminMenus [Edit See Also]
User contributed notes
<CodeExamplesForm />
