RedeyeVentures\GeoPattern\SVGElements\Polyline::__construct PHP Method

__construct() public method

public __construct ( $points, $args = [] )
    function __construct($points, $args = array())
    {
        $this->elements = ['points' => $points];
        parent::__construct($args);
    }
Polyline