$serviceMethod, 'pattern' => $pattern] ) ); } $className = $matches[1]; $methodName = $matches[2]; return [self::TYPE_NAME => $className, self::METHOD_NAME => $methodName]; } }