Exemple #1
0
 /**
  * Loads a record set of specification field values belonging to specification field and returns it as array
  *
  * @param integer $specFieldId
  * @return ARSet
  */
 public static function getRecordSetArray($specFieldId)
 {
     return parent::getRecordSetArray(__CLASS__, $specFieldId);
 }
Exemple #2
0
 /**
  * Loads a record set of specification field values belonging to specification field and returns it as array
  *
  * @param integer $fieldID
  * @return ARSet
  */
 public static function getRecordSetArray($fieldID)
 {
     return parent::getRecordSetArray(__CLASS__, $fieldID);
 }