示例#1
0
文件: Rating.php 项目: cawaphp/widget
 /**
  * {@inheritdoc}
  */
 public function render()
 {
     $this->data['widgetOptions'] = $this->widgetOptions->count() ? $this->widgetOptions->render() : null;
     return parent::render();
 }
示例#2
0
 /**
  * @return string
  */
 public function render()
 {
     return $this->element->render() . $this->options->render();
 }