Méthode | Description | |
---|---|---|
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. |
Méthode | Description | |
---|---|---|
__construct ( ) | Constructor not to be used |
public static getInstance ( ) : Swift_Preferences | ||
Résultat | Swift_Preferences |
public setCacheType ( string $type ) : Swift_Preferences | ||
$type | string | |
Résultat | Swift_Preferences |
public setCharset ( string $charset ) : Swift_Preferences | ||
$charset | string | |
Résultat | Swift_Preferences |
public setQPDotEscape ( boolean $dotEscape ) : Swift_Preferences | ||
$dotEscape | boolean | |
Résultat | Swift_Preferences |
public setTempDir ( string $dir ) : Swift_Preferences | ||
$dir | string | |
Résultat | Swift_Preferences |