示例#1
0
 function __construct($gender, $age)
 {
     parent::__construct(true);
     $this->gender = $gender;
     $this->age = $age;
 }
示例#2
0
 public function __construct($x, $y)
 {
     parent::__construct($x, $y);
     $this->code = 'A';
 }
示例#3
0
 function __construct($object_id, $point, $map_object)
 {
     parent::__construct($object_id, $point, $map_object);
     $this->_enter_crossing_count = 0;
 }