Пример #1
0
 /**
  * Retrievs a list of colors attached to different objects of given type
  *
  * @param		string							$type
  * @return	RM_Store_iRequest
  */
 public function getColors($type)
 {
     return $this->_mapper->getColors($type);
 }