Ejemplo n.º 1
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->start = UDate::zeroDate();
     $this->end = UDate::maxDate();
 }
Ejemplo n.º 2
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_entityClass = str_replace('Info', '', get_class($this));
 }