InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::handle PHP Méthode

handle() public méthode

Execute the command.
public handle ( ) : void
Résultat void
    public function handle()
    {
        parent::handle();
        $this->generateCommonItems();
        $this->generateScaffoldItems();
        $this->performPostActionsWithMigration();
    }