PHP Class HippoPHP\Hippo\HippoTextUIContext

See also: HippoTextUI
Afficher le fichier Open project: hippophp/hippo Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( FileSystem $fileSystem, array $args )
getAction ( ) : integer
getConfigName ( ) : string
getPathsToCheck ( ) : string[]
getReporters ( ) : HippoPHP\Hippo\Reporters\ReporterInterface[]
hasStrictModeEnabled ( ) : boolean

Private Methods

Méthode Description
buildArgMappings ( ) : array
createArgMapping ( callable $action, array $arguments )
handleConfigArgument ( $argValue )
handleHelpArgument ( )
handleLogArgument ( $argValue )
handleQuietArgument ( $argValue )
handleStrictArgument ( $argValue )
handleVerboseArgument ( $argValue )
handleVersionArgument ( )
handleXmlReportArgument ( $argValue )
processArgContainer ( ArgContainer $argContainer )

Method Details

__construct() public méthode

public __construct ( FileSystem $fileSystem, array $args )
$fileSystem FileSystem
$args array

getAction() public méthode

public getAction ( ) : integer
Résultat integer

getConfigName() public méthode

public getConfigName ( ) : string
Résultat string

getPathsToCheck() public méthode

public getPathsToCheck ( ) : string[]
Résultat string[]

getReporters() public méthode

public getReporters ( ) : HippoPHP\Hippo\Reporters\ReporterInterface[]
Résultat HippoPHP\Hippo\Reporters\ReporterInterface[]

hasStrictModeEnabled() public méthode

public hasStrictModeEnabled ( ) : boolean
Résultat boolean