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

handle() 공개 메소드

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