Webiny\Component\Bootstrap\ApplicationClasses\Application::__construct PHP Method

__construct() public method

Base constructor.
public __construct ( Environment $environment )
$environment Webiny\Component\Bootstrap\Environment Current application environment.
    public function __construct(Environment $environment)
    {
        $this->view = new View();
        $this->environment = $environment;
    }