
Public Member Functions | |
| getName () | |
| getAuthor () | |
| getURL () | |
| getVersion () | |
| getDescription () | |
| supportsFeature ($what) | |
| install () | |
| unInstall () | |
| getEventList () | |
| hasAdminArea () | |
| init () | |
| event_QuickMenu (&$data) | |
Definition at line 3 of file NP_SkinFiles.php.
| NP_SkinFiles::getName | ( | ) |
| NP_SkinFiles::getAuthor | ( | ) |
| NP_SkinFiles::getURL | ( | ) |
| NP_SkinFiles::getVersion | ( | ) |
| NP_SkinFiles::getDescription | ( | ) |
| NP_SkinFiles::supportsFeature | ( | $ | feature | ) |
Checks if a plugin supports a certain feature.
| $feature | Name of the feature. See plugin documentation for more info 'SqlTablePrefix' -> if the plugin uses the sql_table() method to get table names 'HelpPage' -> if the plugin provides a helppage |
Reimplemented from NucleusPlugin.
Definition at line 54 of file NP_SkinFiles.php.
| NP_SkinFiles::install | ( | ) |
| NP_SkinFiles::unInstall | ( | ) |
| NP_SkinFiles::getEventList | ( | ) |
| NP_SkinFiles::hasAdminArea | ( | ) |
| NP_SkinFiles::init | ( | ) |
Reimplemented from NucleusPlugin.
Definition at line 76 of file NP_SkinFiles.php.
References $language, NucleusPlugin::getDirectory(), and getLanguageName().
| NP_SkinFiles::event_QuickMenu | ( | &$ | data | ) |
Definition at line 86 of file NP_SkinFiles.php.
References $member, and NucleusPlugin::getAdminURL().
1.5.5