Пример #1
0
 /**
  * Retrievs shop working type.
  *
  * @param	int			code
  * @return	string
  */
 public function getWorkingType($code)
 {
     return $this->_mapper->getWorkingType($code);
 }