PHP 클래스 Neos\Neos\Controller\Module\AbstractModuleController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$moduleConfiguration array

공개 메소드들

메소드 설명
indexAction ( ) : void
setTitle ( string $title ) : void Use this method to set an alternative title than the module label

보호된 메소드들

메소드 설명
getErrorFlashMessage ( ) : Neos\Error\Messages\Message Display no flash message at all on errors.
initializeAction ( ) : void
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void

메소드 상세

getErrorFlashMessage() 보호된 메소드

Display no flash message at all on errors.
protected getErrorFlashMessage ( ) : Neos\Error\Messages\Message
리턴 Neos\Error\Messages\Message returns FALSE

indexAction() 공개 메소드

public indexAction ( ) : void
리턴 void

initializeAction() 보호된 메소드

protected initializeAction ( ) : void
리턴 void

initializeView() 보호된 메소드

protected initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
$view Neos\Flow\Mvc\View\ViewInterface
리턴 void

setTitle() 공개 메소드

Use this method to set an alternative title than the module label
public setTitle ( string $title ) : void
$title string
리턴 void

프로퍼티 상세

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

protected array $moduleConfiguration
리턴 array