Example #1
0
 /**
  * Fetches maximal category's depth level
  * 
  * @param string $id Category id
  * @return integer
  */
 public function fetchMaxDepthById($id)
 {
     return $this->categoryMapper->fetchMaxDepthById($id);
 }