PHP Класс N98\Magento\Command\Category\Create\DummyCommand

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

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

Метод Описание
configure ( ) Default Store ID
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

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

Метод Описание
askForArguments ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : array Ask for command arguments
setCategoryStoreId ( Mage_Catalog_Model_Category $category, string | integer $storeId ) Setting the store-ID of a category requires a compatibility layer for Magento 1.5.1.0

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

configure() защищенный метод

Default Store ID
protected configure ( )

execute() защищенный метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | void