Exemple #1
0
 /**
  * __construct 
  * 
  * Check that a domain was supplied.
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     // Check that the domain was supplied
     if ($this->noDomainSupplied()) {
         return $result;
     }
     // $this->user->setDefaultEzmlmOpts();
 }
Exemple #2
0
 /**
  * __construct 
  * 
  * Throw an exception if no domain was supplied
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->noDomainSupplied();
 }