コード例 #1
0
ファイル: Value.class.php プロジェクト: evilgeny/bob
 /**
  * Retrievs list of related GPC Attributes
  *
  * @return RM_Store_iRequest<RM_Gpc_Attribute_Object>
  **/
 public function getAttributes()
 {
     return $this->_mapper->getAttributesByValue($this);
 }