PHP 트레잇 DirectAdmin\LetsEncrypt\Lib\Utility\StorageTrait

파일 보기 프로젝트 열기: Petertjuh360/da-letsencrypt

공개 메소드들

메소드 설명
clearStorage ( $path = null ) : boolean Remove the storage
existsInStorage ( $fileName ) : string Check if a file or folder exists
getFromStorage ( $fileName ) : string Get from storage
writeToStorage ( $fileName, $content ) Write to the storage, always overwrites files

메소드 상세

clearStorage() 공개 메소드

Remove the storage
public clearStorage ( $path = null ) : boolean
리턴 boolean

existsInStorage() 공개 메소드

Check if a file or folder exists
public existsInStorage ( $fileName ) : string
$fileName
리턴 string

getFromStorage() 공개 메소드

Get from storage
public getFromStorage ( $fileName ) : string
$fileName
리턴 string

writeToStorage() 공개 메소드

Write to the storage, always overwrites files
public writeToStorage ( $fileName, $content )
$fileName
$content