Exemplo n.º 1
0
 /**
  * Filters keyword fields by keywords (including name and description).
  * @param $keywords
  */
 public function filterByKeywords($keywords)
 {
     return parent::filterByKeywords($keywords);
 }