예제 #1
0
 /**
  * Retrievs slave attributes
  *
  * @param 		RM_Gpc_Entity_Brick			obBrick
  * @return		RM_Store_iRequest<RM_Gpc_Attribute_Object>
  **/
 public function getSlaves(RM_Gpc_Entity_Brick $obBrick)
 {
     return $this->_mapper->getMastersOrSlaves('slave', $obBrick, $this);
 }