PHP 클래스 Devise\Support\Config\FileManager

파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$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