PHP Класс Neos\Neos\Setup\Step\AdministratorStep

Наследование: extends Neos\Setup\Step\AbstractStep
Показать файл Открыть проект

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

Свойство Тип Описание
$accountRepository Neos\Flow\Security\AccountRepository
$optional boolean
$partyRepository Neos\Party\Domain\Repository\PartyRepository
$userService Neos\Neos\Domain\Service\UserService

Открытые методы

Метод Описание
postProcessFormValues ( array $formValues ) : void This method is called when the form of this step has been submitted

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

Метод Описание
buildForm ( Neos\Form\Core\Model\FormDefinition $formDefinition ) : void Returns the form definitions for the step

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

buildForm() защищенный метод

Returns the form definitions for the step
protected buildForm ( Neos\Form\Core\Model\FormDefinition $formDefinition ) : void
$formDefinition Neos\Form\Core\Model\FormDefinition
Результат void

postProcessFormValues() публичный метод

This method is called when the form of this step has been submitted
public postProcessFormValues ( array $formValues ) : void
$formValues array
Результат void

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

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

protected AccountRepository,Neos\Flow\Security $accountRepository
Результат Neos\Flow\Security\AccountRepository

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

protected bool $optional
Результат boolean

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

protected PartyRepository,Neos\Party\Domain\Repository $partyRepository
Результат Neos\Party\Domain\Repository\PartyRepository

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

protected UserService,Neos\Neos\Domain\Service $userService
Результат Neos\Neos\Domain\Service\UserService