/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Contracts/Filesystem/Cloud.php
14 строк
247 B
Hasyimi Bahrudin
Add url method to Cloud filesystem interface
16 фев 2016, 17:18
16 фев 2016, 17:18
6199d9f
Код
Авторство
О чём код?
<?php namespace Illuminate\Contracts\Filesystem; interface Cloud extends Filesystem { /** * Get the URL for the file at the given path. * * @param string $path * @return string */ public function url($path); }