Behat\Behat\Transformation\Transformation\RowBasedTableTransformation::supportsPatternAndMethod PHP Метод

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

public static supportsPatternAndMethod ( $pattern, ReflectionMetho\ReflectionMethod $method )
$method ReflectionMetho\ReflectionMethod
    public static function supportsPatternAndMethod($pattern, ReflectionMethod $method)
    {
        return 1 === preg_match(self::PATTERN_REGEX, $pattern);
    }