Example #1
0
 public function getCategory()
 {
     if ($this->category === false) {
         $this->category = Category::makeWithId($this->categoryId);
     }
     return $this->category;
 }