Example #1
0
 /**
  * Fetches the first category id
  * 
  * @return string
  */
 public function fetchFirstId()
 {
     return $this->categoryMapper->fetchFirstId();
 }