23 private $isExceptionHandled =
false;
30 $instance =
new self();
35 private function __construct()
40 $this->config = Configuration\Facebook\Config::load();
41 $this->setup = Configuration\Facebook\Setup::load();
42 $this->installs = Configuration\Facebook\Installs::load();
44 catch (\Throwable $exception)
46 $this->isExceptionHandled =
true;
55 return (!$this->isExceptionHandled) && $this->setup && $this->installs && $this->config && $this->adapter;
79 return $this->installs;
84 return $this->adapter;