PHP Класс N98\Magento\Command\Eav\Attribute\ViewCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
getAttribute ( string $entityType, string $attributeCode ) : Mage_Eav_Model_Entity_Attribute_Abstract | false

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

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

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

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

protected getAttribute ( string $entityType, string $attributeCode ) : Mage_Eav_Model_Entity_Attribute_Abstract | false
$entityType string
$attributeCode string
Результат Mage_Eav_Model_Entity_Attribute_Abstract | false