Exemple #1
0
 public function init()
 {
     parent::init();
     if ($this->enabled) {
         $user_context = $this->getUserContext();
         $this->client->user_context($user_context);
         $this->client->install();
     }
 }