PHP Класс N98\Magento\Command\Developer\Ide\PhpStorm\MetaCommand

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

Защищенные свойства (Protected)

Свойство Тип Описание
$groupFactories array List of supported static factory methods
$groups array
$missingHelperDefinitionModules array

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
getClassIdentifier ( Symfony\Component\Finder\SplFileInfo $file, string $classPrefix, string $group = '' ) : string
getClassMapForGroup ( string $group, Symfony\Component\Console\Output\OutputInterface $output ) : array
getGroupXmlDefinition ( string $group ) : Mage_Core_Model_Config_Element
getRealClassname ( Symfony\Component\Finder\SplFileInfo $file, string $classPrefix ) : string
getResourceHelperMap ( ) : array Resource helper is always one per module for each db type and uses model alias
isClassDefinedInFile ( Symfony\Component\Finder\SplFileInfo $file, string $className, Symfony\Component\Console\Output\OutputInterface $output ) : boolean Verify whether given class is defined in given file because there is no sense in adding class with incorrect file or path. Examples: app/code/core/Mage/Core/Model/Mysql4/Design/Theme/Collection.php -> Mage_Core_Model_Mysql4_Design_Theme app/code/core/Mage/Payment/Model/Paygate/Request.php -> Mage_Paygate_Model_Authorizenet_Request app/code/core/Mage/Dataflow/Model/Convert/Iterator.php -> Mage_Dataflow_Model_Session_Adapter_Iterator
writeToOutput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $classMaps )

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

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

protected configure ( )

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

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

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

protected getClassIdentifier ( Symfony\Component\Finder\SplFileInfo $file, string $classPrefix, string $group = '' ) : string
$file Symfony\Component\Finder\SplFileInfo
$classPrefix string
$group string
Результат string

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

protected getClassMapForGroup ( string $group, Symfony\Component\Console\Output\OutputInterface $output ) : array
$group string
$output Symfony\Component\Console\Output\OutputInterface
Результат array

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

protected getGroupXmlDefinition ( string $group ) : Mage_Core_Model_Config_Element
$group string
Результат Mage_Core_Model_Config_Element

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

protected getRealClassname ( Symfony\Component\Finder\SplFileInfo $file, string $classPrefix ) : string
$file Symfony\Component\Finder\SplFileInfo
$classPrefix string
Результат string

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

Resource helper is always one per module for each db type and uses model alias
protected getResourceHelperMap ( ) : array
Результат array

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

Verify whether given class is defined in given file because there is no sense in adding class with incorrect file or path. Examples: app/code/core/Mage/Core/Model/Mysql4/Design/Theme/Collection.php -> Mage_Core_Model_Mysql4_Design_Theme app/code/core/Mage/Payment/Model/Paygate/Request.php -> Mage_Paygate_Model_Authorizenet_Request app/code/core/Mage/Dataflow/Model/Convert/Iterator.php -> Mage_Dataflow_Model_Session_Adapter_Iterator
protected isClassDefinedInFile ( Symfony\Component\Finder\SplFileInfo $file, string $className, Symfony\Component\Console\Output\OutputInterface $output ) : boolean
$file Symfony\Component\Finder\SplFileInfo
$className string
$output Symfony\Component\Console\Output\OutputInterface
Результат boolean

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

protected writeToOutput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $classMaps )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$classMaps

Описание свойств

$groupFactories защищенное свойство

List of supported static factory methods
protected array $groupFactories
Результат array

$groups защищенное свойство

protected array $groups
Результат array

$missingHelperDefinitionModules защищенное свойство

protected array $missingHelperDefinitionModules
Результат array