Example #1
0
 /**
  * Construtor;
  */
 function __construct($evento)
 {
     $this->_evento = $evento;
     parent::__construct();
 }
Example #2
0
 /**
  * Construtor;
  *
  */
 function __construct()
 {
     parent::__construct();
 }