コード例 #1
0
ファイル: Facade.class.php プロジェクト: evilgeny/bob
 /**
  * Retrievs shop working type.
  *
  * @param	int			code
  * @return	string
  */
 public function getWorkingType($code)
 {
     return $this->_mapper->getWorkingType($code);
 }