Example #1
0
 public function init()
 {
     if (empty($this->votes)) {
         $this->votes = ['1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', '7' => '7', '8' => '8', '9' => '9', '10' => '10'];
     }
     \pistol88\review\assets\Asset::register($this->getView());
 }
Example #2
0
 public function init()
 {
     \pistol88\review\assets\Asset::register($this->getView());
 }