PHP 클래스 Wallabag\CoreBundle\Command\InstallCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultInput Symfony\Component\Console\Input\InputInterface
$defaultOutput Symfony\Component\Console\Output\OutputInterface
$functionExists array

보호된 메소드들

메소드 설명
checkRequirements ( )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
runCommand ( string $command, array $parameters = [] ) Run a command.
setupAdmin ( )
setupConfig ( )
setupDatabase ( )

비공개 메소드들

메소드 설명
isDatabasePresent ( ) : boolean Check if the database already exists.
isSchemaPresent ( ) : boolean Check if the schema is already created.

메소드 상세

checkRequirements() 보호된 메소드

protected checkRequirements ( )

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

runCommand() 보호된 메소드

Run a command.
protected runCommand ( string $command, array $parameters = [] )
$command string
$parameters array Parameters to this command (usually 'force' => true)

setupAdmin() 보호된 메소드

protected setupAdmin ( )

setupConfig() 보호된 메소드

protected setupConfig ( )

setupDatabase() 보호된 메소드

protected setupDatabase ( )

프로퍼티 상세

$defaultInput 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $defaultInput
리턴 Symfony\Component\Console\Input\InputInterface

$defaultOutput 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $defaultOutput
리턴 Symfony\Component\Console\Output\OutputInterface

$functionExists 보호되어 있는 프로퍼티

protected array $functionExists
리턴 array