コード例 #1
0
ファイル: fields.php プロジェクト: cretzu89/EPESI
 public function __construct($display_name, $linked_recordset = null, $linked_recordset_fields = array(), $crits_method = null, $advanced_properties_method = null)
 {
     $this->type = self::type;
     parent::__construct($display_name, $linked_recordset, $linked_recordset_fields, $crits_method, $advanced_properties_method);
 }