PHP Класс Sulu\Bundle\ContentBundle\Command\ContentLocaleCopyCommand

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

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

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

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

Метод Описание
copyNode ( $webspaceKey, $srcLocale, $destLocale, Sulu\Component\Content\Compat\StructureInterface $structure, $overwrite = false )
copyNodeRecursive ( Sulu\Component\Content\Compat\StructureInterface $structure, $webspaceKey, $srcLocale, $destLocale, $overwrite )
copyNodes ( $webspaceKey, $srcLocale, $destLocale, $overwrite )

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

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

public configure ( )

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

public 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