PHP 클래스 Ojs\CoreBundle\Command\InstallCommand

상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
composer ( CommandEvent $event )
insertAdmin ( $username, $email, $password )
insertRoles ( Symfony\Component\Console\Output\OutputInterface $output )

보호된 메소드들

메소드 설명
configure ( )
createDefaultPages ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
executeCommand ( CommandEvent $event, $appDir, $cmd, $timeout = 300 )
fixAcls ( Symfony\Component\Console\Output\OutputInterface $output )
getOptions ( CommandEvent $event )
getPhp ( )
insertAcls ( )
printWelcome ( )

메소드 상세

composer() 공개 정적인 메소드

public static composer ( CommandEvent $event )
$event CommandEvent

configure() 보호된 메소드

protected configure ( )

createDefaultPages() 보호된 메소드

protected createDefaultPages ( )

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

executeCommand() 보호된 정적인 메소드

protected static executeCommand ( CommandEvent $event, $appDir, $cmd, $timeout = 300 )
$event CommandEvent

fixAcls() 보호된 메소드

protected fixAcls ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

getOptions() 보호된 정적인 메소드

protected static getOptions ( CommandEvent $event )
$event CommandEvent

getPhp() 보호된 정적인 메소드

protected static getPhp ( )

insertAcls() 보호된 메소드

protected insertAcls ( )

insertAdmin() 공개 메소드

public insertAdmin ( $username, $email, $password )
$username
$email
$password

insertRoles() 공개 메소드

public insertRoles ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

printWelcome() 보호된 메소드

protected printWelcome ( )