__construct() публичный Метод

public __construct ( )
Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setElevation(63, 74);
     $this->temperature = 2;
     $this->rainfall = 0;
 }