PHP Класс N98\Magento\Command\Cms\Block\ToggleCommand

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

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

Метод Описание
_getBlockModel ( ) : Mage_Cms_Model_Block Get an instance of cms/block
configure ( ) Configure command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute the command

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

_getBlockModel() защищенный Метод

Get an instance of cms/block
protected _getBlockModel ( ) : Mage_Cms_Model_Block
Результат Mage_Cms_Model_Block

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

Configure command
protected configure ( )

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

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