Méthode | Description | |
---|---|---|
__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 |
public display ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |
public exportAllUsers ( $context, $user ) : string | ||
$context | Context | |
$user | User | |
Résultat | string | XML contents representing the supplied user IDs. |
public exportUsers ( $ids, $context, $user ) : string | ||
$ids | array mixed Array of users or user IDs | |
$context | Context | |
$user | User | |
Résultat | string | XML contents representing the supplied user IDs. |
public getDescription ( ) : string | ||
Résultat | string |
public getDisplayName ( ) : string | ||
Résultat | string |
public getName ( ) : String | ||
Résultat | String | name of plugin |
public importUsers ( $importXml, $context, $user ) : array | ||
$importXml | string XML contents to import | |
$context | Context | |
$user | User | |
Résultat | array | Set of imported users |