Ejemplo n.º 1
0
 /**
  *
  * @global type $beanList
  * @codeCoverageIgnore
  */
 public function __construct()
 {
     global $beanList, $current_user;
     $this->beanList = $beanList;
     $this->currentUser = $current_user;
     $this->evaluator = new PMSEEvaluator();
     $this->pmseRelatedModule = new PMSERelatedModule();
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     $this->pmseRelatedModule = new PMSERelatedModule();
     parent::__construct();
 }