Example #1
0
 /**
  * Set a category
  *
  * @param Category $category
  *
  * @return void
  */
 public function category(Category $category)
 {
     $this->category = $category;
     $this->category->categorise($this);
 }