コード例 #1
0
ファイル: Facade.class.php プロジェクト: evilgeny/bob
 /**
  * Retrievs list of shop types.
  *
  * @return RM_Store_iRequest<RM_Shop_Type>
  */
 public function getShopTypeList()
 {
     return $this->_mapper->getShopTypeList();
 }