PHP Class Phergie_Plugin_Mock, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Protected Properties

Свойство Type Description
$arguments array Arguments passed to the constructor

Méthodes publiques

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

Method Details

__construct() public méthode

Stores all arguments for later use.
public __construct ( ) : void
Résultat void

getArguments() public méthode

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

Property Details

$arguments protected_oe property

Arguments passed to the constructor
protected array $arguments
Résultat array