コード例 #1
0
ファイル: SpecFieldValue.php プロジェクト: saiber/www
 /**
  * Loads a record set of specification field values belonging to specification field
  *
  * @param integer $specFieldId
  * @return ARSet
  */
 public static function getRecordSet($specFieldId)
 {
     return parent::getRecordSet(__CLASS__, $specFieldId);
 }
コード例 #2
0
ファイル: EavValue.php プロジェクト: saiber/livecart
 /**
  * Loads a record set of specification field values belonging to specification field
  *
  * @param integer $fieldID
  * @return ARSet
  */
 public static function getRecordSet($fieldID)
 {
     return parent::getRecordSet(__CLASS__, $fieldID);
 }