| 1 | <?php |
||
| 24 | class Scheme extends AbstractComponent implements SchemeInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | 778 | protected function validate($scheme) |
|
| 42 | |||
| 43 | /** |
||
| 44 | * Returns the instance string representation |
||
| 45 | * with its optional URI delimiters |
||
| 46 | * |
||
| 47 | * @return string |
||
| 48 | */ |
||
| 49 | 458 | public function getUriComponent() |
|
| 58 | } |
||
| 59 |