Esempio n. 1
0
 /**
  * Fetches children by parent id
  * 
  * @param string $parentId
  * @return array
  */
 public function fetchChildrenByParentId($parentId)
 {
     return $this->prepareResults($this->albumMapper->fetchChildrenByParentId($parentId));
 }