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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher Neos\Flow\Mvc\Dispatcher
$menuHelper MenuHelper
$partyService Neos\Party\Domain\Service\PartyService
$securityContext Neos\Flow\Security\Context

공개 메소드들

메소드 설명
indexAction ( array $module ) : mixed

메소드 상세

indexAction() 공개 메소드

public indexAction ( array $module ) : mixed
$module array
리턴 mixed

프로퍼티 상세

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

protected Dispatcher,Neos\Flow\Mvc $dispatcher
리턴 Neos\Flow\Mvc\Dispatcher

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

protected MenuHelper,Neos\Neos\Controller\Backend $menuHelper
리턴 MenuHelper

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

protected PartyService,Neos\Party\Domain\Service $partyService
리턴 Neos\Party\Domain\Service\PartyService

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

protected Context,Neos\Flow\Security $securityContext
리턴 Neos\Flow\Security\Context