���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/Aem/lib/geopattern-php/GeoPattern/SVGElements/Group.php
���ѧ٧ѧ�
<?php namespace RedeyeVentures\GeoPattern\SVGElements; class Group extends Base { protected $tag = 'g'; protected $items; function __construct($items=array(), $args=array()) { $this->items = $items; $this->args = $args; } function addItem($item) { $this->items[] = $item; return $this; } function setArgs($args) { $this->args = $args; return $this; } function getString() { $svgString = ''; $svgString .= "<{$this->tag} {$this->argsToString($this->args)}>"; foreach ($this->items as $item) { $svgString .= $item; } $svgString .= "</{$this->tag}>"; return $svgString; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�