예제 #1
0
 /**
  * Retrievs list of shop types.
  *
  * @return RM_Store_iRequest<RM_Shop_Type>
  */
 public function getShopTypeList()
 {
     return $this->_mapper->getShopTypeList();
 }