예제 #1
0
 /**
  * Constructs the authentication type
  *
  * @param array $configData The configuration data for auth type instance
  */
 public function __construct(array $configData = array())
 {
     // initialize the supported adapter types
     $this->addSupportedAdapter(HtdigestAdapter::getType());
     // initialize the instance
     parent::__construct($configData);
 }