PHP Класс Behat\Behat\Transformation\Transformation\ColumnBasedTableTransformation

Автор: Konstantin Kudryashov ([email protected])
Наследование: extends Behat\Testwork\Call\RuntimeCallee, implements Behat\Behat\Transformation\SimpleArgumentTransformation
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $pattern, callable $callable, null | string $description = null ) Initializes transformation.
__toString ( )
getPattern ( )
getPriority ( )
supportsDefinitionAndArgument ( Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $argumentValue )
supportsPatternAndMethod ( $pattern, ReflectionMethod $method )
transformArgument ( CallCenter $callCenter, Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $argumentValue )

Описание методов

__construct() публичный Метод

Initializes transformation.
public __construct ( string $pattern, callable $callable, null | string $description = null )
$pattern string
$callable callable
$description null | string

__toString() публичный Метод

public __toString ( )

getPattern() публичный Метод

public getPattern ( )

getPriority() публичный Метод

public getPriority ( )

supportsDefinitionAndArgument() публичный Метод

public supportsDefinitionAndArgument ( Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $argumentValue )
$definitionCall Behat\Behat\Definition\Call\DefinitionCall

supportsPatternAndMethod() публичный статический Метод

public static supportsPatternAndMethod ( $pattern, ReflectionMethod $method )
$method ReflectionMethod

transformArgument() публичный Метод

public transformArgument ( CallCenter $callCenter, Behat\Behat\Definition\Call\DefinitionCall $definitionCall, $argumentIndex, $argumentValue )
$callCenter Behat\Testwork\Call\CallCenter
$definitionCall Behat\Behat\Definition\Call\DefinitionCall