| 1 | <?php |
||
| 9 | class PhpLoader extends FileLoader |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | 2 | public function loadResource($resource) |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Returns whether this class supports the given resource. |
||
| 22 | * |
||
| 23 | * @param mixed $resource A resource |
||
| 24 | * @param string|null $type The resource type or null if unknown |
||
| 25 | * |
||
| 26 | * @return bool True if this class supports the given resource, false otherwise |
||
| 27 | */ |
||
| 28 | 2 | public function supports($resource, $type = null) |
|
| 32 | } |
||
| 33 |