Ejemplo n.º 1
0
 /**
  * @param Google $google
  */
 public function __construct(Google $google)
 {
     $this->google = $google;
     $this->config = $google->config;
     $this->session = $google->getSession();
     parent::__construct();
 }