Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 /**
  * Constructor
  *
  * @param  mixed $config Array of user-specified config options, or just the Db Adapter.
  * @return void
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_createChallengeId();
     $this->_cleanUpDb();
 }