PHP Class N98\Magento\Command\Eav\Attribute\ViewCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Afficher le fichier Open project: netz98/n98-magerun Class Usage Examples

Méthodes protégées

Méthode Description
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

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

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
Résultat integer | void

getAttribute() protected méthode

protected getAttribute ( string $entityType, string $attributeCode ) : Mage_Eav_Model_Entity_Attribute_Abstract | false
$entityType string
$attributeCode string
Résultat Mage_Eav_Model_Entity_Attribute_Abstract | false