PHP Класс PKPUserImportExportPlugin, pkp-lib

Наследование: extends ImportExportPlugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

display() публичный Метод

Display the plugin.
public display ( $args, $request )
$args array
$request PKPRequest

exportAllUsers() публичный Метод

Get the XML for all of users.
public exportAllUsers ( $context, $user ) : string
$context Context
$user User
Результат string XML contents representing the supplied user IDs.

exportUsers() публичный Метод

Get the XML for a set of users.
public exportUsers ( $ids, $context, $user ) : string
$ids array mixed Array of users or user IDs
$context Context
$user User
Результат string XML contents representing the supplied user IDs.

getDescription() публичный Метод

Get the display description.
public getDescription ( ) : string
Результат string

getDisplayName() публичный Метод

Get the display name.
public getDisplayName ( ) : string
Результат string

getName() публичный Метод

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
Результат String name of plugin

getPluginSettingsPrefix() публичный Метод

getTemplatePath() публичный Метод

public getTemplatePath ( $inCore = false )

importUsers() публичный Метод

Get the XML for a set of users.
public importUsers ( $importXml, $context, $user ) : array
$importXml string XML contents to import
$context Context
$user User
Результат array Set of imported users

register() публичный Метод

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
$path string
Результат boolean True iff plugin initialized successfully; if false, the plugin will not be registered.