PHP 클래스 Neos\Neos\Setup\Step\AdministratorStep

상속: extends Neos\Setup\Step\AbstractStep
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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