PHP 클래스 Swift_Preferences, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( ) : Swift_Preferences Gets the instance of Preferences.
setCacheType ( string $type ) : Swift_Preferences Set the type of cache to use (i.e. "disk" or "array").
setCharset ( string $charset ) : Swift_Preferences Set the default charset used.
setQPDotEscape ( boolean $dotEscape ) : Swift_Preferences Set the QuotedPrintable dot escaper preference.
setTempDir ( string $dir ) : Swift_Preferences Set the directory where temporary files can be saved.

비공개 메소드들

메소드 설명
__construct ( ) Constructor not to be used

메소드 상세

getInstance() 공개 정적인 메소드

Gets the instance of Preferences.
public static getInstance ( ) : Swift_Preferences
리턴 Swift_Preferences

setCacheType() 공개 메소드

Set the type of cache to use (i.e. "disk" or "array").
public setCacheType ( string $type ) : Swift_Preferences
$type string
리턴 Swift_Preferences

setCharset() 공개 메소드

Set the default charset used.
public setCharset ( string $charset ) : Swift_Preferences
$charset string
리턴 Swift_Preferences

setQPDotEscape() 공개 메소드

Set the QuotedPrintable dot escaper preference.
public setQPDotEscape ( boolean $dotEscape ) : Swift_Preferences
$dotEscape boolean
리턴 Swift_Preferences

setTempDir() 공개 메소드

Set the directory where temporary files can be saved.
public setTempDir ( string $dir ) : Swift_Preferences
$dir string
리턴 Swift_Preferences