public function __construct(array $points, array $ws) { $this->ws = $ws; parent::__construct($points); }