1 | <?php |
||
21 | class Query extends XmlElement |
||
22 | { |
||
23 | /** |
||
24 | * Query constructor |
||
25 | * |
||
26 | * @param string $uri Namespace URI of element |
||
27 | * @param string $name Element name, including prefix if needed |
||
28 | * @param array $options { |
||
29 | * @var mixed $content Content of element |
||
30 | * @var array $attributes Element attributes |
||
31 | * } |
||
32 | */ |
||
33 | public function __construct($uri, $name = 'query', array $options = []) |
||
37 | |||
38 | } |
||
39 |