예제 #1
0
 /**
  * Retrievs list of related GPC Attributes
  *
  * @return RM_Store_iRequest<RM_Gpc_Attribute_Object>
  **/
 public function getAttributes()
 {
     return $this->_mapper->getAttributesByValue($this);
 }