PHP Class TheSeer\Autoload\Config

Afficher le fichier Open project: theseer/autoload Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $directories )
disableExceptions ( )
enablePharMode ( $compression = 'NONE', $all = true, $key = NULL, $alias = NULL )
enablePrepend ( )
getBaseDirectory ( )
getBlacklist ( ) : array
getCacheFile ( )
getDateFormat ( )
getDirectories ( )
getExclude ( )
getInclude ( )
getIndent ( )
getLinebreak ( )
getOutputFile ( )
getPharAliasName ( )
getPharCompression ( )
getPharHashAlgorithm ( ) : string
getPharKey ( )
getPhp ( )
getTemplate ( )
getVariables ( )
getWhitelist ( ) : array
hasPharHashAlgorithm ( )
isCacheEnabled ( )
isCompatMode ( )
isFollowSymlinks ( )
isLintMode ( )
isLowercaseMode ( )
isOnceMode ( )
isPharAllMode ( )
isPharMode ( )
isQuietMode ( )
isStaticMode ( )
isTolerantMode ( )
isTrustingMode ( )
setBaseDirectory ( $baseDirectory )
setBlacklist ( array $blacklist )
setCacheFile ( $filename )
setCompatMode ( $compatMode )
setDateFormat ( $dateFormat )
setExclude ( array $exclude )
setFollowSymlinks ( $followSymlinks )
setInclude ( array $include )
setIndent ( $indent )
setLinebreak ( $linebreak )
setLintMode ( $lint )
setLowercaseMode ( $lowercase )
setOnceMode ( $once )
setOutputFile ( $outputFile )
setPharHashAlgorithm ( string $pharHashAlgorithm )
setPhp ( $php )
setQuietMode ( $quietMode )
setStaticMode ( $staticMode )
setTemplate ( $template )
setTolerantMode ( $tolerant )
setTrusting ( $trusting )
setVariable ( $name, $value )
setWhitelist ( array $whitelist )
useExceptions ( )
usePrepend ( )

Method Details

__construct() public méthode

public __construct ( array $directories )
$directories array

disableExceptions() public méthode

public disableExceptions ( )

enablePharMode() public méthode

public enablePharMode ( $compression = 'NONE', $all = true, $key = NULL, $alias = NULL )

enablePrepend() public méthode

public enablePrepend ( )

getBaseDirectory() public méthode

public getBaseDirectory ( )

getBlacklist() public méthode

public getBlacklist ( ) : array
Résultat array

getCacheFile() public méthode

public getCacheFile ( )

getDateFormat() public méthode

public getDateFormat ( )

getDirectories() public méthode

public getDirectories ( )

getExclude() public méthode

public getExclude ( )

getInclude() public méthode

public getInclude ( )

getIndent() public méthode

public getIndent ( )

getLinebreak() public méthode

public getLinebreak ( )

getOutputFile() public méthode

public getOutputFile ( )

getPharAliasName() public méthode

public getPharAliasName ( )

getPharCompression() public méthode

public getPharCompression ( )

getPharHashAlgorithm() public méthode

public getPharHashAlgorithm ( ) : string
Résultat string

getPharKey() public méthode

public getPharKey ( )

getPhp() public méthode

public getPhp ( )

getTemplate() public méthode

public getTemplate ( )

getVariables() public méthode

public getVariables ( )

getWhitelist() public méthode

public getWhitelist ( ) : array
Résultat array

hasPharHashAlgorithm() public méthode

isCacheEnabled() public méthode

public isCacheEnabled ( )

isCompatMode() public méthode

public isCompatMode ( )

isLintMode() public méthode

public isLintMode ( )

isLowercaseMode() public méthode

public isLowercaseMode ( )

isOnceMode() public méthode

public isOnceMode ( )

isPharAllMode() public méthode

public isPharAllMode ( )

isPharMode() public méthode

public isPharMode ( )

isQuietMode() public méthode

public isQuietMode ( )

isStaticMode() public méthode

public isStaticMode ( )

isTolerantMode() public méthode

public isTolerantMode ( )

isTrustingMode() public méthode

public isTrustingMode ( )

setBaseDirectory() public méthode

public setBaseDirectory ( $baseDirectory )

setBlacklist() public méthode

public setBlacklist ( array $blacklist )
$blacklist array

setCacheFile() public méthode

public setCacheFile ( $filename )

setCompatMode() public méthode

public setCompatMode ( $compatMode )

setDateFormat() public méthode

public setDateFormat ( $dateFormat )

setExclude() public méthode

public setExclude ( array $exclude )
$exclude array

setInclude() public méthode

public setInclude ( array $include )
$include array

setIndent() public méthode

public setIndent ( $indent )

setLinebreak() public méthode

public setLinebreak ( $linebreak )

setLintMode() public méthode

public setLintMode ( $lint )

setLowercaseMode() public méthode

public setLowercaseMode ( $lowercase )

setOnceMode() public méthode

public setOnceMode ( $once )

setOutputFile() public méthode

public setOutputFile ( $outputFile )

setPharHashAlgorithm() public méthode

public setPharHashAlgorithm ( string $pharHashAlgorithm )
$pharHashAlgorithm string

setPhp() public méthode

public setPhp ( $php )

setQuietMode() public méthode

public setQuietMode ( $quietMode )

setStaticMode() public méthode

public setStaticMode ( $staticMode )

setTemplate() public méthode

public setTemplate ( $template )

setTolerantMode() public méthode

public setTolerantMode ( $tolerant )

setTrusting() public méthode

public setTrusting ( $trusting )

setVariable() public méthode

public setVariable ( $name, $value )

setWhitelist() public méthode

public setWhitelist ( array $whitelist )
$whitelist array

useExceptions() public méthode

public useExceptions ( )

usePrepend() public méthode

public usePrepend ( )