예제 #1
0
 public function beforeRender($view)
 {
     parent::beforeRender($view);
     $this->rewriteForSeo();
     return true;
 }