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

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

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