PHP Class Recca0120\Terminal\TerminalManager

Show file Open project: recca0120/laravel-terminal Class Usage Examples

Protected Properties

Property Type Description
$config
$kernel

Public Methods

Method Description
__construct ( Kernel $kernel, $config = [] )
getKernel ( )
getOptions ( )

Method Details

__construct() public method

public __construct ( Kernel $kernel, $config = [] )
$kernel Kernel

getKernel() public method

public getKernel ( )

getOptions() public method

public getOptions ( )

Property Details

$config protected property

protected $config

$kernel protected property

protected $kernel