EmptyPath extends StopWhen
FinalYes
Methods
- __construct() : mixed
- and() : self
- or() : self
- shouldStop() : bool
Methods
__construct()
public
__construct(string $path) : mixed
Parameters
- $path : string
and()
public
final and(self $other) : self
Parameters
- $other : self
Return values
selfor()
public
final or(self $other) : self
Parameters
- $other : self
Return values
selfshouldStop()
public
shouldStop(DecodedResponse $response, PageState $state) : bool
Parameters
- $response : DecodedResponse
- $state : PageState