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