PHP Class yii\shell\ShellController

Since: 2.0
Author: Daniel Gomez Pan ([email protected])
Inheritance: extends yii\console\Controller
Datei anzeigen Open project: yiisoft/yii2-shell

Public Properties

Property Type Description
$include include file(s) before starting tinker shell

Public Methods

Method Description
actionIndex ( ) Runs interactive shell
options ( $actionID )

Protected Methods

Method Description
getCasters ( ) : array

Method Details

actionIndex() public method

Runs interactive shell
public actionIndex ( )

getCasters() protected method

protected getCasters ( ) : array
return array casters for psysh

options() public method

public options ( $actionID )

Property Details

$include public_oe property

include file(s) before starting tinker shell
public $include