| 1 | <?php namespace BestServedCold\PhalueObjects\File; |
||
| 12 | class Local extends File |
||
| 13 | {
|
||
| 14 | /** |
||
| 15 | * @param RequestFile $url |
||
| 16 | * @return static |
||
| 17 | */ |
||
| 18 | public static function fromRequestFile(RequestFile $url) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $path |
||
| 25 | * @return static |
||
| 26 | */ |
||
| 27 | public static function fromPath($path) |
||
| 35 | } |
||
| 36 |