1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс TabletCommand
Граф наследования:TabletCommand:

Защищенные члены

 configure ()
 execute (InputInterface $input, OutputInterface $output)

Подробное описание

Command for generate ORM tablet.

Example (run from DOCUMENT_ROOT/bitrix folder):

php bitrix.php make:tablet my_table partner.module

Example custom namespace:

php bitrix.php make:tablet my_table --namespace My\Custom\Namespace

Example generate to custom folder (default generate to document root):

php bitrix.php make:tablet my_table partner.module --root ./my/folder

Example generate to custom file:

php bitrix.php make:tablet my_table partner.module --show > ./my/folder/my-custom-file.php

См. определение в файле tabletcommand.php строка 37

Методы

◆ configure()

configure ( )
protected

См. определение в файле tabletcommand.php строка 41

◆ execute()

execute ( InputInterface $input,
OutputInterface $output )
protected

См. определение в файле tabletcommand.php строка 57


Объявления и описания членов класса находятся в файле: