Example #1
0
 /**
  * @param int $category
  */
 public function setCategoryId($category)
 {
     $this->category->loadByCategoryId($category);
 }