PHP Class mergeUsers, ojs

Inheritance: extends CommandLineTool
Datei anzeigen Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$username1 string
$username2 string

Public Methods

Method Description
__construct ( $argv = [] ) Constructor.
execute ( ) Execute the merge users command.
usage ( ) Print command usage information.

Method Details

__construct() public method

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

execute() public method

Execute the merge users command.
public execute ( )

usage() public method

Print command usage information.
public usage ( )

Property Details

$username1 public_oe property

string
public $username1

$username2 public_oe property

string
public $username2