PHP 클래스 Neos\Neos\Controller\Backend\BackendController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$backendRedirectionService Neos\Neos\Service\BackendRedirectionService
$currentSession Neos\Flow\Session\SessionInterface
$linkingService Neos\Neos\Service\LinkingService
$loginTokenCache Neos\Cache\Frontend\StringFrontend
$xliffService Neos\Neos\Service\XliffService

공개 메소드들

메소드 설명
indexAction ( ) : void Default action of the backend controller.
switchSiteAction ( Site $site ) : void Redirects to the Neos backend on the given site, passing a one-time login token
xliffAsJsonAction ( string $locale ) : string Returns the cached json array with the xliff labels

메소드 상세

indexAction() 공개 메소드

Default action of the backend controller.
public indexAction ( ) : void
리턴 void

switchSiteAction() 공개 메소드

Redirects to the Neos backend on the given site, passing a one-time login token
public switchSiteAction ( Site $site ) : void
$site Neos\Neos\Domain\Model\Site
리턴 void

xliffAsJsonAction() 공개 메소드

Returns the cached json array with the xliff labels
public xliffAsJsonAction ( string $locale ) : string
$locale string
리턴 string

프로퍼티 상세

$backendRedirectionService 보호되어 있는 프로퍼티

protected BackendRedirectionService,Neos\Neos\Service $backendRedirectionService
리턴 Neos\Neos\Service\BackendRedirectionService

$currentSession 보호되어 있는 프로퍼티

protected SessionInterface,Neos\Flow\Session $currentSession
리턴 Neos\Flow\Session\SessionInterface

$linkingService 보호되어 있는 프로퍼티

protected LinkingService,Neos\Neos\Service $linkingService
리턴 Neos\Neos\Service\LinkingService

$loginTokenCache 보호되어 있는 프로퍼티

protected StringFrontend,Neos\Cache\Frontend $loginTokenCache
리턴 Neos\Cache\Frontend\StringFrontend

$xliffService 보호되어 있는 프로퍼티

protected XliffService,Neos\Neos\Service $xliffService
리턴 Neos\Neos\Service\XliffService