FileEnvironmentVariablesLoader
class FileEnvironmentVariablesLoader implements EnvironmentVariablesLoaderInterface (View source)
Свойства
| protected Filesystem | $files | Экземпляр файловой системы. | |
| protected string | $path | Путь к файлам конфигурации. |
Методы
| void | __construct(Filesystem $files, string $path = null) Создать новый экземпляр загрузчика переменных окружения из файла. | |
| array | load(string $environment = null) Загрузить переменные окружения для заданной среды. | |
| string | getFile(string $environment) Получить файл для заданной среды. |
Подробности
void __construct(Filesystem $files, string $path = null)
Создать новый экземпляр загрузчика переменных окружения из файла.
array load(string $environment = null)
Загрузить переменные окружения для заданной среды.
protected string getFile(string $environment)
Получить файл для заданной среды.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Config/FileEnvironmentVariablesLoader.html