示例#1
0
 public function __construct($id = null, $AdUnionIdType = null)
 {
     parent::__construct();
     $this->id = $id;
     $this->AdUnionIdType = $AdUnionIdType;
 }
 public function __construct($id = NULL, $AdUnionIdType = NULL)
 {
     if (get_parent_class('TempAdUnionId')) {
         parent::__construct();
     }
     $this->id = $id;
     $this->AdUnionIdType = $AdUnionIdType;
 }