예제 #1
0
파일: Evento.php 프로젝트: RafaMilow/EVADM
 /**
  * Construtor;
  */
 function __construct($evento)
 {
     $this->_evento = $evento;
     parent::__construct();
 }
예제 #2
0
파일: Hotel.php 프로젝트: RafaMilow/EVADM
 /**
  * Construtor;
  *
  */
 function __construct()
 {
     parent::__construct();
 }