Method |
Description |
|
__construct ( string $pattern, callable $callable, null | string $description = null ) |
Initializes transformation. |
|
__toString ( ) |
|
|
getPattern ( ) |
|
|
getPriority ( ) |
|
|
supportsDefinitionAndArgument ( Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $value ) |
|
|
supportsPatternAndMethod ( $pattern, ReflectionMetho\ReflectionMethod $method ) |
|
|
transformArgument ( CallCenter $callCenter, Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $argumentValue ) |
|
|