point1 = $point1; $this->control = $control; $this->point2 = $point2; $this->color = $color; } /** * @return array */ public function getPoint1() { return $this->point1; } /** * @return array */ public function getControl() { return $this->control; } /** * @return array */ public function getPoint2() { return $this->point2; } /** * @return Color */ public function getColor() { return $this->color; } }