PHP 클래스 Backend\Core\Engine\Url

상속: extends Backend\Core\Engine\Base\Object
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface

getDomain() 공개 메소드

Get the domain
public getDomain ( ) : string
리턴 string The current domain (without www.)

getHost() 공개 메소드

Get the host
사용 중단: use $request->getHttpHost() instead
public getHost ( ) : string
리턴 string

getQueryString() 공개 메소드

Get the full querystring
public getQueryString ( ) : string
리턴 string