PHP Class UserImportExportPlugin, ojs

Inheritance: extends PKPUserImportExportPlugin
Show file Open project: pkp/ojs

Public Methods

Method 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 method

Constructor
public __construct ( )

executeCLI() public method

See also: PKPImportExportPlugin::executeCLI()
public executeCLI ( $scriptName, &$args )

register() public method

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
return boolean True iff plugin initialized successfully; if false, the plugin will not be registered.

usage() public method

public usage ( $scriptName )