PHP 클래스 EzSystems\PlatformInstallerBundle\Command\InstallPlatformCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__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