Exemplo n.º 1
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    mixed $data
  * @return   void
  */
 function setData(WidgetResultSet $data)
 {
     $this->setDateFormat($data->get('dateformat'));
     parent::setData($data);
 }
Exemplo n.º 2
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    mixed $data
  * @return   void
  */
 function setData(WidgetResultSet $data)
 {
     $this->setStep($data->get('step'));
     $this->setMax($data->get('max'));
     $this->setMin($data->get('min'));
     $this->setText($data->get('text'));
     parent::setData($data);
 }