PHP 클래스 Contao\CoreBundle\Routing\FrontendLoader

상속: extends Symfony\Component\Config\Loader\Loader
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( boolean $prependLocale ) Constructor.
load ( $resource, $type = null )
supports ( $resource, $type = null )

비공개 메소드들

메소드 설명
addFrontendRoute ( RouteCollection $routes, array $defaults ) Adds the frontend route, which is language-aware.
addIndexRoute ( RouteCollection $routes, array $defaults ) Adds a route to redirect a user to the index page.
addLocaleToRoute ( Symfony\Component\Routing\Route $route ) Adds the locale to the route if prepend_locale is enabled.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( boolean $prependLocale )
$prependLocale boolean

load() 공개 메소드

public load ( $resource, $type = null )

supports() 공개 메소드

public supports ( $resource, $type = null )