Pagekit\Installer\Installer::__construct PHP Метод

__construct() публичный Метод

public __construct ( Pagekit\Application $app )
$app Pagekit\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
        if (function_exists('opcache_reset')) {
            opcache_reset();
        }
        $this->config = file_exists($this->configFile);
    }