PHP Class importExport, ojs

Inheritance: extends CommandLineTool
Show file Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$command
$parameters
$plugin

Public Methods

Method Description
__construct ( $argv = [] ) Constructor.
execute ( ) Parse and execute the import/export task.
usage ( ) Print command usage information.

Method Details

__construct() public method

Constructor.
public __construct ( $argv = [] )
$argv array command-line arguments (see usage)

execute() public method

Parse and execute the import/export task.
public execute ( )

usage() public method

Print command usage information.
public usage ( )

Property Details

$command public property

public $command

$parameters public property

public $parameters

$plugin public property

public $plugin