PHP Класс Wallabag\CoreBundle\Command\InstallCommand

Наследование: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Показать файл Открыть проект

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

Свойство Тип Описание
$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