예제 #1
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Form\Filter::onRender()
  */
 public function onRender(\Simplify\Form\Action $action)
 {
     $this->set('formatedSince', \Simplify\Form\DateTime::datetime($this->since));
     $this->set('formatedUntil', \Simplify\Form\DateTime::datetime($this->until));
     $this->set('sinceEnabled', $this->sinceEnabled());
     $this->set('untilEnabled', $this->untilEnabled());
     return parent::onRender($action);
 }
예제 #2
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Form\Filter::onRender()
  */
 public function onRender(\Simplify\Form\Action $action)
 {
     $this->set('options', $this->getOptions());
     $this->set('showEmpty', $this->showEmpty);
     $this->set('emptyLabel', $this->emptyLabel);
     $this->set('emptyValue', $this->emptyValue);
     return parent::onRender($action);
 }
예제 #3
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Form\Filter::onRender()
  */
 public function onRender(\Simplify\Form\Action $action)
 {
     $this->set('options', $this->getOptions());
     return parent::onRender($action);
 }