PHP Класс Devise\Support\Config\FileManager

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$Container
$Filesystem

Открытые методы

Метод Описание
__construct ( Illuminate\Filesystem\Filesystem $Filesystem, Framework $Framework )
getAppOnly ( $dotPath ) : array Retrives only the config array from the app's file. exclude's the package's config
saveToFile ( string $content, string $filename ) : string | boolean Retrives and writes/saves supplied content to specified config file

Приватные методы

Метод Описание
clearCache ( ) : boolean Deletes cache in PHP caching module(s)
getFileByEnvironment ( string $filename ) : Exception Retrieves config file
prettyVarExport ( string $content ) : string Formats/cleans var_export for writing to config file

Описание методов

__construct() публичный Метод

public __construct ( Illuminate\Filesystem\Filesystem $Filesystem, Framework $Framework )
$Filesystem Illuminate\Filesystem\Filesystem
$Framework Devise\Support\Framework

getAppOnly() публичный Метод

Retrives only the config array from the app's file. exclude's the package's config
public getAppOnly ( $dotPath ) : array
Результат array

saveToFile() публичный Метод

Retrives and writes/saves supplied content to specified config file
public saveToFile ( string $content, string $filename ) : string | boolean
$content string
$filename string
Результат string | boolean | boolean

Описание свойств

$Container защищенное свойство

protected $Container

$Filesystem защищенное свойство

protected $Filesystem