1 | <?php |
||
7 | class SolrUriTemplate extends UriTemplate |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | * |
||
12 | * Only allow expansion of the {+base_path} expression. |
||
13 | * |
||
14 | * @see http://guzzlephp.org/http-client/uri-templates.html |
||
15 | * @see http://wiki.apache.org/solr/LocalParams |
||
16 | */ |
||
17 | 4 | public function expand($template, array $variables) |
|
21 | } |
||
22 |