InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::handle PHP Метод

handle() публичный Метод

Execute the command.
public handle ( ) : void
Результат void
    public function handle()
    {
        parent::handle();
        $this->generateCommonItems();
        $this->generateScaffoldItems();
        $this->performPostActionsWithMigration();
    }