InfyOm\Generator\Commands\Scaffold\RequestsGeneratorCommand::handle PHP 메소드

handle() 공개 메소드

Execute the command.
public handle ( ) : void
리턴 void
    public function handle()
    {
        parent::handle();
        $requestGenerator = new RequestGenerator($this->commandData);
        $requestGenerator->generate();
        $this->performPostActions();
    }