PHP Class Blackfire\Player\Scenario

Author: Fabien Potencier ([email protected])
Datei anzeigen Open project: blackfireio/player Class Usage Examples

Public Methods

Method Description
__construct ( $title = null, array $values = [] )
add ( Scenario $scenario ) : Step
auth ( $username, $password )
delay ( $delay )
endpoint ( $endpoint )
getKey ( )
getRoot ( )
getTitle ( )
getValues ( )
header ( $key, $value )
key ( $key )
value ( $key, $value )
visit ( $uri, $method = 'GET', $values = [] ) : Step

Method Details

__construct() public method

public __construct ( $title = null, array $values = [] )
$values array

add() public method

public add ( Scenario $scenario ) : Step
$scenario Scenario
return Step

auth() public method

public auth ( $username, $password )

delay() public method

public delay ( $delay )

endpoint() public method

public endpoint ( $endpoint )

getKey() public method

public getKey ( )

getRoot() public method

public getRoot ( )

getTitle() public method

public getTitle ( )

getValues() public method

public getValues ( )

header() public method

public header ( $key, $value )

key() public method

public key ( $key )

value() public method

public value ( $key, $value )

visit() public method

public visit ( $uri, $method = 'GET', $values = [] ) : Step
return Step