yii\shell\ShellController::getCasters PHP Method

getCasters() protected method

protected getCasters ( ) : array
return array casters for psysh
    protected function getCasters()
    {
        return ['yii\\db\\ActiveRecord' => 'yii\\shell\\YiiCaster::castModel'];
    }