Ejemplo n.º 1
0
 /**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = 'area_hollow';
 }
Ejemplo n.º 2
0
 /**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = 'area_line';
 }