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