/**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = 'area_hollow';
 }
 /**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = 'area_line';
 }