API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct () | |
getInfo () | |
getVersion () | |
getReleaseDate () | |
getClassMethods () | |
loadLanguage () | |
renderMenuIndex () | |
renderButton ($position='right', $delimeter=' ') | |
addItemButton ($title, $link, $icon='add', $extra='') | |
addConfigBoxLine ($value='', $type='default') | |
renderIndex () | |
addInfoBox ($title) | |
addInfoBoxLine ($label, $text, $value='', $color='inherit', $type='default') | |
renderInfoBox () | |
renderAbout ($business='', $logo_xoops=true) | |
addNavigation ($menu='') | |
Frameworks Module Admin
You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
__construct | ( | ) |
Constructor
addConfigBoxLine | ( | $value = '' , |
|
$type = 'default' |
|||
) |
string | $value | |
string | $type |
addInfoBox | ( | $title | ) |
$title |
addInfoBoxLine | ( | $label, | |
$text, | |||
$value = '' , |
|||
$color = 'inherit' , |
|||
$type = 'default' |
|||
) |
$label | ||
$text | ||
string | $value | |
string | $color | |
string | $type |
addItemButton | ( | $title, | |
$link, | |||
$icon = 'add' , |
|||
$extra = '' |
|||
) |
$title | ||
$link | ||
string | $icon | |
string | $extra |
addNavigation | ( | $menu = '' | ) |
string | $menu |
getClassMethods | ( | ) |
Return the available methods for the class
getInfo | ( | ) |
getReleaseDate | ( | ) |
Return the Module Admin class release date return string version
version is rev of this class
getVersion | ( | ) |
Return the Module Admin class version number return string version
version is rev of this class
loadLanguage | ( | ) |
renderAbout | ( | $business = '' , |
|
$logo_xoops = true |
|||
) |
Create HTML text to display on Admin About page
string | $business | the PAYPAL business email or Merchant Account ID |
bool | $logo_xoops | true to display XOOPS logo and link on page |
renderButton | ( | $position = 'right' , |
|
$delimeter = ' ' |
|||
) |
string | $position | |
string | $delimeter |
renderIndex | ( | ) |
renderInfoBox | ( | ) |
renderMenuIndex | ( | ) |