Class yii\shell\ShellController
| Inheritance | yii\shell\ShellController » yii\console\Controller |
|---|---|
| Available since version | 2.0 |
Runs interactive shell. That is especially useful when developing an application and you want to try some method of your code.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $include | array | Include file(s) before starting tinker shell | yii\shell\ShellController |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| actionIndex() | Runs interactive shell | yii\shell\ShellController |
| options() | yii\shell\ShellController |
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| getCasters() | yii\shell\ShellController |
Property Details
Method Details
Runs interactive shell
| public void actionIndex ( ) |
| protected array getCasters ( ) | ||
| return | array | Casters for psysh |
|---|---|---|
| public void options ( $actionID ) | ||
| $actionID | ||