PHP Class TheSeer\Autoload\Config

Show file Open project: theseer/autoload Class Usage Examples

Public Methods

Method 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 method

public __construct ( array $directories )
$directories array

disableExceptions() public method

public disableExceptions ( )

enablePharMode() public method

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

enablePrepend() public method

public enablePrepend ( )

getBaseDirectory() public method

public getBaseDirectory ( )

getBlacklist() public method

public getBlacklist ( ) : array
return array

getCacheFile() public method

public getCacheFile ( )

getDateFormat() public method

public getDateFormat ( )

getDirectories() public method

public getDirectories ( )

getExclude() public method

public getExclude ( )

getInclude() public method

public getInclude ( )

getIndent() public method

public getIndent ( )

getLinebreak() public method

public getLinebreak ( )

getOutputFile() public method

public getOutputFile ( )

getPharAliasName() public method

public getPharAliasName ( )

getPharCompression() public method

public getPharCompression ( )

getPharHashAlgorithm() public method

public getPharHashAlgorithm ( ) : string
return string

getPharKey() public method

public getPharKey ( )

getPhp() public method

public getPhp ( )

getTemplate() public method

public getTemplate ( )

getVariables() public method

public getVariables ( )

getWhitelist() public method

public getWhitelist ( ) : array
return array

hasPharHashAlgorithm() public method

isCacheEnabled() public method

public isCacheEnabled ( )

isCompatMode() public method

public isCompatMode ( )

isLintMode() public method

public isLintMode ( )

isLowercaseMode() public method

public isLowercaseMode ( )

isOnceMode() public method

public isOnceMode ( )

isPharAllMode() public method

public isPharAllMode ( )

isPharMode() public method

public isPharMode ( )

isQuietMode() public method

public isQuietMode ( )

isStaticMode() public method

public isStaticMode ( )

isTolerantMode() public method

public isTolerantMode ( )

isTrustingMode() public method

public isTrustingMode ( )

setBaseDirectory() public method

public setBaseDirectory ( $baseDirectory )

setBlacklist() public method

public setBlacklist ( array $blacklist )
$blacklist array

setCacheFile() public method

public setCacheFile ( $filename )

setCompatMode() public method

public setCompatMode ( $compatMode )

setDateFormat() public method

public setDateFormat ( $dateFormat )

setExclude() public method

public setExclude ( array $exclude )
$exclude array

setInclude() public method

public setInclude ( array $include )
$include array

setIndent() public method

public setIndent ( $indent )

setLinebreak() public method

public setLinebreak ( $linebreak )

setLintMode() public method

public setLintMode ( $lint )

setLowercaseMode() public method

public setLowercaseMode ( $lowercase )

setOnceMode() public method

public setOnceMode ( $once )

setOutputFile() public method

public setOutputFile ( $outputFile )

setPharHashAlgorithm() public method

public setPharHashAlgorithm ( string $pharHashAlgorithm )
$pharHashAlgorithm string

setPhp() public method

public setPhp ( $php )

setQuietMode() public method

public setQuietMode ( $quietMode )

setStaticMode() public method

public setStaticMode ( $staticMode )

setTemplate() public method

public setTemplate ( $template )

setTolerantMode() public method

public setTolerantMode ( $tolerant )

setTrusting() public method

public setTrusting ( $trusting )

setVariable() public method

public setVariable ( $name, $value )

setWhitelist() public method

public setWhitelist ( array $whitelist )
$whitelist array

useExceptions() public method

public useExceptions ( )

usePrepend() public method

public usePrepend ( )