1 | <?php |
||
15 | class FileGetContents extends OriginalFileGetContents implements UriRetrieverInterface |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @var string $basePath |
||
20 | */ |
||
21 | private $basePath; |
||
22 | |||
23 | /** |
||
24 | * @param string $basePath |
||
25 | */ |
||
26 | public function setBasePath($basePath) |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | * @see \JsonSchema\Uri\Retrievers\UriRetrieverInterface::retrieve() |
||
34 | */ |
||
35 | public function retrieve($uri) |
||
43 | |||
44 | } |
||
45 |