yii\shell\ShellController::getCasters PHP 메소드

getCasters() 보호된 메소드

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