yii\shell\ShellController::getCasters PHP Méthode

getCasters() protected méthode

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