コード例 #1
0
ファイル: Facade.class.php プロジェクト: evilgeny/bob
 /**
  * Retrievs list of shops in given area
  *
  * @param hash<point:value> $square  Points are: xmin, ymin, xmax, ymax
  * @return RM_Store_iRequest
  */
 public function getShopListBySquare(array $square)
 {
     return $this->_mapper->getShopListBySquare($square);
 }