PHP Класс EzSystems\PlatformInstallerBundle\Command\InstallPlatformCommand

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

Открытые методы

Метод Описание
__construct ( Doctrine\DBAL\Connection $db, array $installers, Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface $cacheClearer, Symfony\Component\Filesystem\Filesystem $filesystem, $cacheDir, $environment, $searchEngine )

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
cacheClear ( Symfony\Component\Console\Output\OutputInterface $output )
checkDatabase ( )
checkParameters ( )
checkPermissions ( )
configuredDatabaseExists ( )
executeCommand ( Symfony\Component\Console\Output\OutputInterface $output, string $cmd, integer $timeout = 300 ) Executes a Symfony command in separate process.
getInstaller ( $type ) : EzSystems\PlatformInstallerBundle\Installer\Installer
indexData ( Symfony\Component\Console\Output\OutputInterface $output ) Calls indexing commands on search engines known to need that.

Описание методов

__construct() публичный Метод

public __construct ( Doctrine\DBAL\Connection $db, array $installers, Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface $cacheClearer, Symfony\Component\Filesystem\Filesystem $filesystem, $cacheDir, $environment, $searchEngine )
$db Doctrine\DBAL\Connection
$installers array
$cacheClearer Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface
$filesystem Symfony\Component\Filesystem\Filesystem

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