function __construct()
 {
     $this->type = "area_line";
     parent::__construct();
 }
 function __construct()
 {
     $this->type = "area_hollow";
     parent::__construct();
 }