메소드 | 설명 | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | ||
getDomain ( ) : string | Get the domain | |
getHost ( ) : string | Get the host | |
getQueryString ( ) : string | Get the full querystring |
메소드 | 설명 | |
---|---|---|
processQueryString ( ) | Process the querystring | |
processRegularRequest ( string $module, string $action, string $language ) | Process a regular request | |
setLocale ( ) | Set the locale |
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | ||
$kernel | Symfony\Component\HttpKernel\KernelInterface |