Exemplo n.º 1
0
 /**
  * Constructor
  *
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
     $this->photo = new suxPhoto($module);
     $this->user = new suxUser();
 }
Exemplo n.º 2
0
 /**
  * Constructor
  *
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
     $this->nb = new suxUserNaiveBayesian();
     $this->link = new suxLink();
 }
Exemplo n.º 3
0
 /**
  * Constructor
  *
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
 }