메소드 |
설명 |
|
__construct ( ) |
Constructor |
|
display ( $args, $request ) |
Display the plugin. |
|
exportAllUsers ( $context, $user ) : string |
Get the XML for all of users. |
|
exportUsers ( $ids, $context, $user ) : string |
Get the XML for a set of users. |
|
getDescription ( ) : string |
Get the display description. |
|
getDisplayName ( ) : string |
Get the display name. |
|
getName ( ) : String |
Get the name of this plugin. The name must be unique within
its category. |
|
getPluginSettingsPrefix ( ) |
|
|
getTemplatePath ( $inCore = false ) |
|
|
importUsers ( $importXml, $context, $user ) : array |
Get the XML for a set of users. |
|
register ( $category, $path ) : boolean |
Called as a plugin is registered to the registry |
|