PHP Класс Neos\Neos\Routing\BackendModuleArgumentsRoutePartHandler

Наследование: extends Neos\Flow\Mvc\Routing\DynamicRoutePart
Показать файл Открыть проект

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

Свойство Тип Описание
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

Защищенные методы

Метод Описание
resolveValue ( array $value ) : boolean Iterate through the configured modules, find the matching module and set the route path accordingly

Описание методов

resolveValue() защищенный Метод

Iterate through the configured modules, find the matching module and set the route path accordingly
protected resolveValue ( array $value ) : boolean
$value array (contains action, controller and package of the module controller)
Результат boolean

Описание свойств

$persistenceManager защищенное свойство

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
Результат Neos\Flow\Persistence\PersistenceManagerInterface