PHP 클래스 Behat\Behat\Transformation\Transformation\ColumnBasedTableTransformation

저자: Konstantin Kudryashov ([email protected])
상속: extends Behat\Testwork\Call\RuntimeCallee, implements Behat\Behat\Transformation\SimpleArgumentTransformation
파일 보기 프로젝트 열기: behat/behat

공개 메소드들

메소드 설명
__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