예제 #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);
 }