PHP Класс Neos\Neos\Controller\Module\AbstractModuleController

Наследование: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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