PHP Class Aerys\Console

.. otherwise we have a mess of LoD violations due to CLImate's exposure public property behavior objects.
Show file Open project: amphp/aerys Class Usage Examples

Public Methods

Method Description
__construct ( League\CLImate\CLImate $climate )
forceAnsiOn ( )
getArg ( string $arg )
isArgDefined ( string $arg )
output ( string $msg )

Private Methods

Method Description
parseArgs ( )

Method Details

__construct() public method

public __construct ( League\CLImate\CLImate $climate )
$climate League\CLImate\CLImate

forceAnsiOn() public method

public forceAnsiOn ( )

getArg() public method

public getArg ( string $arg )
$arg string

isArgDefined() public method

public isArgDefined ( string $arg )
$arg string

output() public method

public output ( string $msg )
$msg string