PHP Class PHPUnit_Extensions_Story_Step, qcodo

Author: Mattis Stordalen Flister ([email protected])
Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo

Protected Properties

Свойство Type Description
$action string
$arguments array

Méthodes publiques

Méthode Description
__construct ( array $arguments ) Constructor.
getAction ( ) : string Returns this step's action.
getArguments ( boolean $asString = FALSE ) : array | string Returns this step's arguments.
getName ( ) : string Returns this step's name.

Method Details

__construct() public méthode

Constructor.
public __construct ( array $arguments )
$arguments array

getAction() public méthode

Returns this step's action.
public getAction ( ) : string
Résultat string

getArguments() public méthode

Returns this step's arguments.
public getArguments ( boolean $asString = FALSE ) : array | string
$asString boolean
Résultat array | string

getName() abstract public méthode

Returns this step's name.
abstract public getName ( ) : string
Résultat string

Property Details

$action protected_oe property

protected string $action
Résultat string

$arguments protected_oe property

protected array $arguments
Résultat array