PHP 클래스 Blackfire\Player\Step

저자: Fabien Potencier ([email protected])
상속: use trait Blackfire\Player\Extension\BlackfireStepTrait
파일 보기 프로젝트 열기: blackfireio/player 1 사용 예제들

공개 메소드들

메소드 설명
__clone ( )
__construct ( $root = true )
add ( Scenario $scenario )
auth ( $username, $password = '' )
click ( $selector )
delay ( $delay )
expect ( $expression )
extract ( $name, $expression )
follow ( )
getDelay ( )
getEndpoint ( )
getExpectations ( )
getExtractions ( )
getFormSelector ( )
getFormValues ( )
getHeaders ( )
getIndex ( )
getLast ( )
getLinkSelector ( )
getMethod ( )
getName ( )
getNext ( )
getOptions ( )
getTitle ( )
getUri ( )
header ( $key, $value = '' )
isFollow ( )
isJson ( )
json ( )
reload ( )
setOptions ( StepOptions $options )
submit ( $selector, array $values = [] )
title ( $title )
visit ( $uri, $method = 'GET', $values = [] )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( $root = true )

add() 공개 메소드

public add ( Scenario $scenario )
$scenario Scenario

auth() 공개 메소드

public auth ( $username, $password = '' )

click() 공개 메소드

public click ( $selector )

delay() 공개 메소드

public delay ( $delay )

expect() 공개 메소드

public expect ( $expression )

extract() 공개 메소드

public extract ( $name, $expression )

follow() 공개 메소드

public follow ( )

getDelay() 공개 메소드

public getDelay ( )

getEndpoint() 공개 메소드

public getEndpoint ( )

getExpectations() 공개 메소드

public getExpectations ( )

getExtractions() 공개 메소드

public getExtractions ( )

getFormSelector() 공개 메소드

public getFormSelector ( )

getFormValues() 공개 메소드

public getFormValues ( )

getHeaders() 공개 메소드

public getHeaders ( )

getIndex() 공개 메소드

public getIndex ( )

getLast() 공개 메소드

public getLast ( )

getLinkSelector() 공개 메소드

public getLinkSelector ( )

getMethod() 공개 메소드

public getMethod ( )

getName() 공개 메소드

public getName ( )

getNext() 공개 메소드

public getNext ( )

getOptions() 공개 메소드

public getOptions ( )

getTitle() 공개 메소드

public getTitle ( )

getUri() 공개 메소드

public getUri ( )

header() 공개 메소드

public header ( $key, $value = '' )

isFollow() 공개 메소드

public isFollow ( )

isJson() 공개 메소드

public isJson ( )

json() 공개 메소드

public json ( )

reload() 공개 메소드

public reload ( )

setOptions() 공개 메소드

public setOptions ( StepOptions $options )
$options StepOptions

submit() 공개 메소드

public submit ( $selector, array $values = [] )
$values array

title() 공개 메소드

public title ( $title )

visit() 공개 메소드

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