PHP Class Phergie_Plugin_Mock, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Protected Properties

Property Type Description
$arguments array Arguments passed to the constructor

Public Methods

Method Description
__construct ( ) : void Stores all arguments for later use.
getArguments ( ) : array Returns all constructor arguments.

Method Details

__construct() public method

Stores all arguments for later use.
public __construct ( ) : void
return void

getArguments() public method

Returns all constructor arguments.
public getArguments ( ) : array
return array Enumerated array containing the arguments passed to the constructor in order

Property Details

$arguments protected property

Arguments passed to the constructor
protected array $arguments
return array