Ejemplo n.º 1
0
 function __construct($aParams)
 {
     parent::__construct($aParams);
     $this->oTpl->setCacheLifetime(new Date_Span('0-3-0-0'));
     if ($this->isDataRequired()) {
         $this->setData($this->getStats());
     }
 }