PHP 클래스 Sylius\Bundle\CoreBundle\Command\SetupCommand

저자: Paweł Jędrzejewski ([email protected])
상속: extends AbstractInstallCommand
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setupAdministratorUser ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $localeCode ) : integer

비공개 메소드들

메소드 설명
configureNewUser ( Sylius\Component\Core\Model\AdminUserInterface $user, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Sylius\Component\Core\Model\AdminUserInterface
createEmailQuestion ( Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Question\Question
createPasswordQuestion ( string $message, Closure $validator ) : Symfony\Component\Console\Question\Question
getAdministratorPassword ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed
getPasswordQuestionValidator ( Symfony\Component\Console\Output\OutputInterface $output ) : Closure

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setupAdministratorUser() 보호된 메소드

protected setupAdministratorUser ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $localeCode ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$localeCode
리턴 integer