Current Path : /var/www/ljmtc/cbt/lib/geopattern-php/GeoPattern/SVGElements/ |
Current File : /var/www/ljmtc/cbt/lib/geopattern-php/GeoPattern/SVGElements/Polyline.php |
<?php namespace RedeyeVentures\GeoPattern\SVGElements; class Polyline extends Base { protected $tag = 'polyline'; function __construct($points, $args=array()) { $this->elements = [ 'points' => $points, ]; parent::__construct($args); } }