GrumPHP\Console\Application::__construct PHP Method

__construct() public method

Set up application:
public __construct ( )
    public function __construct()
    {
        $this->filesystem = new Filesystem();
        $this->container = $this->getContainer();
        $this->setDispatcher($this->container->get('event_dispatcher'));
        parent::__construct(self::APP_NAME, self::APP_VERSION);
    }