Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
UserImportExportPlugin
PHP Class UserImportExportPlugin, ojs
Inheritance:
extends
PKPUserImportExportPlugin
Afficher le fichier
Open project: pkp/ojs
Méthodes publiques
Méthode
Description
__construct
( )
Constructor
executeCLI
(
$scriptName
, &
$args
)
register
(
$category
,
$path
) :
boolean
Called as a plugin is registered to the registry
usage
(
$scriptName
)
Method Details
__construct()
public
méthode
Constructor
public
__construct
( )
executeCLI()
public
méthode
See also:
PKPImportExportPlugin::executeCLI()
public
executeCLI
(
$scriptName
, &
$args
)
register()
public
méthode
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
Résultat
boolean
True iff plugin initialized successfully; if false, the plugin will not be registered.
usage()
public
méthode
public
usage
(
$scriptName
)