/**
  * 
  */
 public function getRawAttributeValuesForIDs($pm_element_code_or_id, $pa_ids, $pa_options = null)
 {
     if (!($vn_element_id = $this->_getElementID($pm_element_code_or_id))) {
         return null;
     }
     return ca_attributes::getRawAttributeValuesForIDs($this->getDb(), $this->tableNum(), $pa_ids, $vn_element_id, $pa_options);
 }