Exemplo n.º 1
0
 /**
  * Fetches category data by its associated id
  * 
  * @param string $id Category id
  * @return boolean|\Krystal\Stdlib\VirtualEntity
  */
 public function fetchById($id)
 {
     return $this->prepareResult($this->categoryMapper->fetchById($id));
 }