PHP Класс N98\Magento\Command\Developer\Code\Model\MethodCommand

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

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

Свойство Тип Описание
$_fileName string
$_input Symfony\Component\Console\Input\InputInterface
$_mageModel Mage_Core_Model_Abstract
$_mageModelTable string
$_output Symfony\Component\Console\Output\OutputInterface
$_tableColumns array

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

Метод Описание
camelize ( string $name ) : string
checkClassFileName ( )
checkModel ( )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
generateComment ( ) : string
getColumnType ( $columnType ) : string Mapping method to transform MySQL column types into PHP types
getGetterSetter ( ) : array
initTableColumns ( ) helper method to fill _tableColumns array
searchFullPath ( string $filename ) : string | false
writeToClassFile ( )

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

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

protected camelize ( string $name ) : string
$name string
Результат string

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

protected checkClassFileName ( )

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

protected checkModel ( )

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

protected configure ( )

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

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

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

protected generateComment ( ) : string
Результат string

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

Mapping method to transform MySQL column types into PHP types
protected getColumnType ( $columnType ) : string
$columnType
Результат string

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

protected getGetterSetter ( ) : array
Результат array

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

helper method to fill _tableColumns array
См. также: _tableColumns
protected initTableColumns ( )

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

protected searchFullPath ( string $filename ) : string | false
$filename string
Результат string | false

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

protected writeToClassFile ( )

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

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

protected string $_fileName
Результат string

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

protected InputInterface,Symfony\Component\Console\Input $_input
Результат Symfony\Component\Console\Input\InputInterface

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

protected Mage_Core_Model_Abstract $_mageModel
Результат Mage_Core_Model_Abstract

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

protected string $_mageModelTable
Результат string

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

protected OutputInterface,Symfony\Component\Console\Output $_output
Результат Symfony\Component\Console\Output\OutputInterface

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

См. также: initTableColumns
protected array $_tableColumns
Результат array