InfyOm\Generator\Commands\API\APIGeneratorCommand::handle PHP Method

handle() public method

Execute the command.
public handle ( ) : void
return void
    public function handle()
    {
        parent::handle();
        $this->generateCommonItems();
        $this->generateAPIItems();
        $this->performPostActionsWithMigration();
    }