PHP Класс eZ\Bundle\EzPublishLegacySearchEngineBundle\Command\CreateIndexCommand

Устаревший: since 6.7, use ezplatform:reindex command instead. Console command ezplatform:create_sql_search_index indexes content objects for legacy search engine.
Наследование: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Показать файл Открыть проект

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

Метод Описание
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Initialize objects required by {@see execute()}.

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

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

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

Метод Описание
getContentObjectsTotalCount ( eZ\Publish\Core\Persistence\Database\DatabaseHandler $databaseHandler, integer $contentObjectStatus ) : integer Get content objects total count.
logWarning ( Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Helper\ProgressHelper $progress, $message ) Log warning while progress helper is running.

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

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

initialize() публичный метод

Initialize objects required by {@see execute()}.
public initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface