Пример #1
0
 /**
  * Publish the the rating style css file and rating image files.
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
     $this->publishStyle($this->getRatingStyle());
     $this->_ratingImages = $this->publishImages($this->getRatingStyle());
 }