예제 #1
0
파일: abstract.php 프로젝트: XIEXiaoyu/PHP
 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;
 }