Ejemplo n.º 1
0
 /**
  * FormSocialAuth constructor. Pass provider name as string and identity as object of hybrid auth
  * @param bool $provider
  * @param $identity
  */
 public function __construct($provider, $identity)
 {
     $this->_provider_name = (string) $provider;
     $this->_identity = $identity;
     parent::__construct(false);
 }