Povodí Malonínského a Teplického potoka

by Jirka Sx
září 1, 2021 09:01
^ RainLab\Blog\Models\Post {#2202
  +table: "rainlab_blog_posts"
  +implement: array:1 [
    0 => "@RainLab.Translate.Behaviors.TranslatableModel"
  ]
  +rules: array:4 [
    "title" => "required"
    "slug" => array:3 [
      0 => "required"
      1 => "regex:/^[a-z0-9\/\:_\-\*\[\]\+\?\|]*$/i"
      2 => "unique:rainlab_blog_posts"
    ]
    "content" => "required"
    "excerpt" => ""
  ]
  +translatable: array:6 [
    0 => "title"
    1 => "content"
    2 => "content_html"
    3 => "excerpt"
    4 => "metadata"
    5 => array:2 [
      0 => "slug"
      "index" => true
    ]
  ]
  #jsonable: array:1 [
    0 => "metadata"
  ]
  #dates: array:1 [
    0 => "published_at"
  ]
  +belongsTo: array:2 [
    "user" => "Backend\Models\User"
    "series" => array:2 [
      0 => "WebBook\BlogTaxonomy\Models\Series"
      "key" => "webbook_blogtaxonomy_series_id"
    ]
  ]
  +belongsToMany: array:1 [
    "categories" => array:3 [
      0 => "RainLab\Blog\Models\Category"
      "table" => "rainlab_blog_posts_categories"
      "order" => "name"
    ]
  ]
  +attachMany: array:2 [
    "featured_images" => array:2 [
      0 => "RainLab\Translate\Models\MLFile"
      "order" => "sort_order"
    ]
    "content_images" => "RainLab\Translate\Models\MLFile"
  ]
  #appends: array:2 [
    0 => "summary"
    1 => "has_summary"
  ]
  +preview: null
  +attributes: array:14 [
    "id" => 2
    "user_id" => 1
    "title" => "Povodí Malonínského a Teplického potoka"
    "slug" => "povodi-maloninskeho-teplickeho-potoka"
    "excerpt" => ""
    "content" => "<p>Dokončili jsme Adaptační strategii prioritních oblastí Pardubického kraje – východ, adaptační opatření pro povodí Malonínského potoka a Teplického potoka.</p>"
    "content_html" => "<p>Dokončili jsme Adaptační strategii prioritních oblastí Pardubického kraje – východ, adaptační opatření pro povodí Malonínského potoka a Teplického potoka.</p>"
    "published_at" => "2021-09-01 09:01:05"
    "published" => 1
    "created_at" => "2021-12-16 08:56:16"
    "updated_at" => "2022-03-23 08:41:09"
    "metadata" => "{"media_image":"\/clanky\/shutterstock-455780266.jpg"}"
    "webbook_blogtaxonomy_series_id" => null
    "hide_date" => 0
  ]
  +trimStrings: true
  #connection: "mysql"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #original: array:14 [
    "id" => 2
    "user_id" => 1
    "title" => "Povodí Malonínského a Teplického potoka"
    "slug" => "povodi-maloninskeho-teplickeho-potoka"
    "excerpt" => ""
    "content" => "<p>Dokončili jsme Adaptační strategii prioritních oblastí Pardubického kraje – východ, adaptační opatření pro povodí Malonínského potoka a Teplického potoka.</p>"
    "content_html" => "<p>Dokončili jsme Adaptační strategii prioritních oblastí Pardubického kraje – východ, adaptační opatření pro povodí Malonínského potoka a Teplického potoka.</p>"
    "published_at" => "2021-09-01 09:01:05"
    "published" => 1
    "created_at" => "2021-12-16 08:56:16"
    "updated_at" => "2022-03-23 08:41:09"
    "metadata" => "{"media_image":"\/clanky\/shutterstock-455780266.jpg"}"
    "webbook_blogtaxonomy_series_id" => null
    "hide_date" => 0
  ]
  #changes: []
  #casts: []
  #dateFormat: null
  #dispatchesEvents: []
  #observables: []
  #relations: array:3 [
    "categories" => October\Rain\Database\TreeCollection {#2302
      #items: array:2 [
        0 => RainLab\Blog\Models\Category {#2263
          +table: "rainlab_blog_categories"
          +implement: array:1 [
            0 => "@RainLab.Translate.Behaviors.TranslatableModel"
          ]
          +rules: array:3 [
            "name" => "required"
            "slug" => "required|between:3,64|unique:rainlab_blog_categories"
            "code" => "nullable|unique:rainlab_blog_categories"
          ]
          +translatable: array:3 [
            0 => "name"
            1 => "description"
            2 => array:2 [
              0 => "slug"
              "index" => true
            ]
          ]
          #guarded: []
          +belongsToMany: array:2 [
            "posts" => array:4 [
              0 => "RainLab\Blog\Models\Post"
              "table" => "rainlab_blog_posts_categories"
              "order" => "published_at desc"
              "scope" => "isPublished"
            ]
            "posts_count" => array:4 [
              0 => "RainLab\Blog\Models\Post"
              "table" => "rainlab_blog_posts_categories"
              "scope" => "isPublished"
              "count" => true
            ]
          ]
          +attributes: array:12 [
            "id" => 4
            "name" => "Foto"
            "slug" => "foto"
            "code" => null
            "description" => ""
            "parent_id" => null
            "nest_left" => 7
            "nest_right" => 8
            "nest_depth" => null
            "created_at" => "2022-02-18 16:59:57"
            "updated_at" => "2022-02-18 16:59:57"
            "url" => "https://ieva.cz/blog/category/foto"
          ]
          #jsonable: []
          #dates: []
          +trimStrings: true
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #original: array:13 [
            "id" => 4
            "name" => "Foto"
            "slug" => "foto"
            "code" => null
            "description" => ""
            "parent_id" => null
            "nest_left" => 7
            "nest_right" => 8
            "nest_depth" => null
            "created_at" => "2022-02-18 16:59:57"
            "updated_at" => "2022-02-18 16:59:57"
            "pivot_post_id" => 2
            "pivot_category_id" => 4
          ]
          #changes: []
          #casts: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => October\Rain\Database\Pivot {#2262
              #parent: RainLab\Blog\Models\Post {#2202}
              #foreignKey: "post_id"
              #otherKey: "category_id"
              #guarded: []
              +implement: null
              +attributes: array:2 [
                "post_id" => 2
                "category_id" => 4
              ]
              #jsonable: []
              #dates: []
              +trimStrings: true
              #connection: "mysql"
              #table: "rainlab_blog_posts_categories"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: true
              #with: []
              #withCount: []
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #original: array:2 [
                "post_id" => 2
                "category_id" => 4
              ]
              #changes: []
              #casts: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              +timestamps: false
              #hidden: []
              #visible: []
              #fillable: []
              +hasMany: []
              +hasOne: []
              +belongsTo: []
              +belongsToMany: []
              +morphTo: []
              +morphOne: []
              +morphMany: []
              +morphToMany: []
              +morphedByMany: []
              +attachOne: []
              +attachMany: []
              +hasManyThrough: []
              +hasOneThrough: []
              #emitterSingleEventCollection: []
              #emitterEventCollection: []
              #emitterEventSorted: []
              #extensionData: array:4 [
                "extensions" => []
                "methods" => []
                "dynamicMethods" => []
                "dynamicProperties" => []
              ]
              +sessionKey: null
            }
          ]
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #fillable: []
          +hasMany: array:1 [
            "children" => array:2 [
              0 => "RainLab\Blog\Models\Category"
              "key" => "parent_id"
            ]
          ]
          +hasOne: []
          +belongsTo: array:1 [
            "parent" => array:2 [
              0 => "RainLab\Blog\Models\Category"
              "key" => "parent_id"
            ]
          ]
          +morphTo: []
          +morphOne: []
          +morphMany: array:1 [
            "translations" => array:2 [
              0 => "RainLab\Translate\Models\Attribute"
              "name" => "model"
            ]
          ]
          +morphToMany: []
          +morphedByMany: []
          +attachOne: []
          +attachMany: []
          +hasManyThrough: []
          +hasOneThrough: []
          #emitterSingleEventCollection: []
          #emitterEventCollection: array:8 [
            "model.saveInternal" => array:2 [
              500 => array:1 [
                0 => Closure($data, $options) {#2264
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2263}
                }
              ]
              0 => array:1 [
                0 => Closure() {#2272
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2269
                    #model: RainLab\Blog\Models\Category {#2263}
                    #translatableContext: "cs"
                    #translatableDefault: "cs"
                    #translatableUseFallback: true
                    #translatableAttributes: []
                    #translatableOriginals: []
                    #requiredProperties: array:1 [
                      0 => "translatable"
                    ]
                    #extensionHidden: array:2 [
                      "fields" => []
                      "methods" => array:2 [
                        0 => "extensionIsHiddenField"
                        1 => "extensionIsHiddenMethod"
                      ]
                    ]
                  }
                }
              ]
            ]
            "model.beforeCreate" => array:1 [
              0 => array:1 [
                0 => Closure() {#2265
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2263}
                }
              ]
            ]
            "model.beforeSave" => array:1 [
              0 => array:1 [
                0 => Closure() {#2266
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2263}
                }
              ]
            ]
            "model.afterSave" => array:1 [
              0 => array:1 [
                0 => Closure() {#2267
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2263}
                }
              ]
            ]
            "model.beforeDelete" => array:1 [
              0 => array:1 [
                0 => Closure() {#2268
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2263}
                }
              ]
            ]
            "model.beforeGetAttribute" => array:1 [
              0 => array:1 [
                0 => Closure($key) {#2270
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2269}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2263}
                  }
                }
              ]
            ]
            "model.beforeSetAttribute" => array:1 [
              0 => array:1 [
                0 => Closure($key, $value) {#2271
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2269}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2263}
                  }
                }
              ]
            ]
            "model.afterDelete" => array:1 [
              0 => array:1 [
                0 => Closure() {#2273
                  class: "RainLab\Translate\Behaviors\TranslatableModel"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2269}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2263}
                  }
                }
              ]
            ]
          ]
          #emitterEventSorted: array:2 [
            "model.beforeGetAttribute" => array:1 [
              0 => Closure($key) {#2270}
            ]
            "model.beforeSetAttribute" => array:1 [
              0 => Closure($key, $value) {#2271}
            ]
          ]
          #extensionData: array:4 [
            "extensions" => array:1 [
              "RainLab\Translate\Behaviors\TranslatableModel" => RainLab\Translate\Behaviors\TranslatableModel {#2269}
            ]
            "methods" => array:24 [
              "scopeTransWhere" => "RainLab\Translate\Behaviors\TranslatableModel"
              "scopeTransOrderBy" => "RainLab\Translate\Behaviors\TranslatableModel"
              "initTranslatableContext" => "RainLab\Translate\Behaviors\TranslatableModel"
              "isTranslatable" => "RainLab\Translate\Behaviors\TranslatableModel"
              "noFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
              "withFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslateAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "hasTranslation" => "RainLab\Translate\Behaviors\TranslatableModel"
              "setAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
              "syncTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "translateContext" => "RainLab\Translate\Behaviors\TranslatableModel"
              "lang" => "RainLab\Translate\Behaviors\TranslatableModel"
              "hasTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableAttributesWithOptions" => "RainLab\Translate\Behaviors\TranslatableModel"
              "isTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getDirtyLocales" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableOriginals" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extend" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extensionApplyInitCallbacks" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extensionExtendCallback" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getCalledExtensionClass" => "RainLab\Translate\Behaviors\TranslatableModel"
            ]
            "dynamicMethods" => []
            "dynamicProperties" => []
          ]
          +sessionKey: null
          +validationForced: false
          #validationErrors: null
          #validationDefaultAttrNames: []
          #moveToNewParentId: false
        }
        1 => RainLab\Blog\Models\Category {#2274
          +table: "rainlab_blog_categories"
          +implement: array:1 [
            0 => "@RainLab.Translate.Behaviors.TranslatableModel"
          ]
          +rules: array:3 [
            "name" => "required"
            "slug" => "required|between:3,64|unique:rainlab_blog_categories"
            "code" => "nullable|unique:rainlab_blog_categories"
          ]
          +translatable: array:3 [
            0 => "name"
            1 => "description"
            2 => array:2 [
              0 => "slug"
              "index" => true
            ]
          ]
          #guarded: []
          +belongsToMany: array:2 [
            "posts" => array:4 [
              0 => "RainLab\Blog\Models\Post"
              "table" => "rainlab_blog_posts_categories"
              "order" => "published_at desc"
              "scope" => "isPublished"
            ]
            "posts_count" => array:4 [
              0 => "RainLab\Blog\Models\Post"
              "table" => "rainlab_blog_posts_categories"
              "scope" => "isPublished"
              "count" => true
            ]
          ]
          +attributes: array:12 [
            "id" => 1
            "name" => "Novinky"
            "slug" => "novinky"
            "code" => null
            "description" => ""
            "parent_id" => null
            "nest_left" => 1
            "nest_right" => 2
            "nest_depth" => null
            "created_at" => "2021-12-16 08:51:44"
            "updated_at" => "2022-02-18 12:56:24"
            "url" => "https://ieva.cz/blog/category/novinky"
          ]
          #jsonable: []
          #dates: []
          +trimStrings: true
          #connection: "mysql"
          #primaryKey: "id"
          #keyType: "int"
          +incrementing: true
          #with: []
          #withCount: []
          #perPage: 15
          +exists: true
          +wasRecentlyCreated: false
          #original: array:13 [
            "id" => 1
            "name" => "Novinky"
            "slug" => "novinky"
            "code" => null
            "description" => ""
            "parent_id" => null
            "nest_left" => 1
            "nest_right" => 2
            "nest_depth" => null
            "created_at" => "2021-12-16 08:51:44"
            "updated_at" => "2022-02-18 12:56:24"
            "pivot_post_id" => 2
            "pivot_category_id" => 1
          ]
          #changes: []
          #casts: []
          #dateFormat: null
          #appends: []
          #dispatchesEvents: []
          #observables: []
          #relations: array:1 [
            "pivot" => October\Rain\Database\Pivot {#2301
              #parent: RainLab\Blog\Models\Post {#2202}
              #foreignKey: "post_id"
              #otherKey: "category_id"
              #guarded: []
              +implement: null
              +attributes: array:2 [
                "post_id" => 2
                "category_id" => 1
              ]
              #jsonable: []
              #dates: []
              +trimStrings: true
              #connection: "mysql"
              #table: "rainlab_blog_posts_categories"
              #primaryKey: "id"
              #keyType: "int"
              +incrementing: true
              #with: []
              #withCount: []
              #perPage: 15
              +exists: true
              +wasRecentlyCreated: false
              #original: array:2 [
                "post_id" => 2
                "category_id" => 1
              ]
              #changes: []
              #casts: []
              #dateFormat: null
              #appends: []
              #dispatchesEvents: []
              #observables: []
              #relations: []
              #touches: []
              +timestamps: false
              #hidden: []
              #visible: []
              #fillable: []
              +hasMany: []
              +hasOne: []
              +belongsTo: []
              +belongsToMany: []
              +morphTo: []
              +morphOne: []
              +morphMany: []
              +morphToMany: []
              +morphedByMany: []
              +attachOne: []
              +attachMany: []
              +hasManyThrough: []
              +hasOneThrough: []
              #emitterSingleEventCollection: []
              #emitterEventCollection: []
              #emitterEventSorted: []
              #extensionData: array:4 [
                "extensions" => []
                "methods" => []
                "dynamicMethods" => []
                "dynamicProperties" => []
              ]
              +sessionKey: null
            }
          ]
          #touches: []
          +timestamps: true
          #hidden: []
          #visible: []
          #fillable: []
          +hasMany: array:1 [
            "children" => array:2 [
              0 => "RainLab\Blog\Models\Category"
              "key" => "parent_id"
            ]
          ]
          +hasOne: []
          +belongsTo: array:1 [
            "parent" => array:2 [
              0 => "RainLab\Blog\Models\Category"
              "key" => "parent_id"
            ]
          ]
          +morphTo: []
          +morphOne: []
          +morphMany: array:1 [
            "translations" => array:2 [
              0 => "RainLab\Translate\Models\Attribute"
              "name" => "model"
            ]
          ]
          +morphToMany: []
          +morphedByMany: []
          +attachOne: []
          +attachMany: []
          +hasManyThrough: []
          +hasOneThrough: []
          #emitterSingleEventCollection: []
          #emitterEventCollection: array:8 [
            "model.saveInternal" => array:2 [
              500 => array:1 [
                0 => Closure($data, $options) {#2275
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2274}
                }
              ]
              0 => array:1 [
                0 => Closure() {#2283
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2280
                    #model: RainLab\Blog\Models\Category {#2274}
                    #translatableContext: "cs"
                    #translatableDefault: "cs"
                    #translatableUseFallback: true
                    #translatableAttributes: []
                    #translatableOriginals: []
                    #requiredProperties: array:1 [
                      0 => "translatable"
                    ]
                    #extensionHidden: array:2 [
                      "fields" => []
                      "methods" => array:2 [
                        0 => "extensionIsHiddenField"
                        1 => "extensionIsHiddenMethod"
                      ]
                    ]
                  }
                }
              ]
            ]
            "model.beforeCreate" => array:1 [
              0 => array:1 [
                0 => Closure() {#2276
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2274}
                }
              ]
            ]
            "model.beforeSave" => array:1 [
              0 => array:1 [
                0 => Closure() {#2277
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2274}
                }
              ]
            ]
            "model.afterSave" => array:1 [
              0 => array:1 [
                0 => Closure() {#2278
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2274}
                }
              ]
            ]
            "model.beforeDelete" => array:1 [
              0 => array:1 [
                0 => Closure() {#2279
                  class: "RainLab\Blog\Models\Category"
                  this: RainLab\Blog\Models\Category {#2274}
                }
              ]
            ]
            "model.beforeGetAttribute" => array:1 [
              0 => array:1 [
                0 => Closure($key) {#2281
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2280}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2274}
                  }
                }
              ]
            ]
            "model.beforeSetAttribute" => array:1 [
              0 => array:1 [
                0 => Closure($key, $value) {#2282
                  class: "RainLab\Translate\Classes\TranslatableBehavior"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2280}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2274}
                  }
                }
              ]
            ]
            "model.afterDelete" => array:1 [
              0 => array:1 [
                0 => Closure() {#2284
                  class: "RainLab\Translate\Behaviors\TranslatableModel"
                  this: RainLab\Translate\Behaviors\TranslatableModel {#2280}
                  use: {
                    $model: RainLab\Blog\Models\Category {#2274}
                  }
                }
              ]
            ]
          ]
          #emitterEventSorted: array:2 [
            "model.beforeGetAttribute" => array:1 [
              0 => Closure($key) {#2281}
            ]
            "model.beforeSetAttribute" => array:1 [
              0 => Closure($key, $value) {#2282}
            ]
          ]
          #extensionData: array:4 [
            "extensions" => array:1 [
              "RainLab\Translate\Behaviors\TranslatableModel" => RainLab\Translate\Behaviors\TranslatableModel {#2280}
            ]
            "methods" => array:24 [
              "scopeTransWhere" => "RainLab\Translate\Behaviors\TranslatableModel"
              "scopeTransOrderBy" => "RainLab\Translate\Behaviors\TranslatableModel"
              "initTranslatableContext" => "RainLab\Translate\Behaviors\TranslatableModel"
              "isTranslatable" => "RainLab\Translate\Behaviors\TranslatableModel"
              "noFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
              "withFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslateAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "hasTranslation" => "RainLab\Translate\Behaviors\TranslatableModel"
              "setAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
              "syncTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "translateContext" => "RainLab\Translate\Behaviors\TranslatableModel"
              "lang" => "RainLab\Translate\Behaviors\TranslatableModel"
              "hasTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableAttributesWithOptions" => "RainLab\Translate\Behaviors\TranslatableModel"
              "isTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getDirtyLocales" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslatableOriginals" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extend" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extensionApplyInitCallbacks" => "RainLab\Translate\Behaviors\TranslatableModel"
              "extensionExtendCallback" => "RainLab\Translate\Behaviors\TranslatableModel"
              "getCalledExtensionClass" => "RainLab\Translate\Behaviors\TranslatableModel"
            ]
            "dynamicMethods" => []
            "dynamicProperties" => []
          ]
          +sessionKey: null
          +validationForced: false
          #validationErrors: null
          #validationDefaultAttrNames: []
          #moveToNewParentId: false
        }
      ]
    }
    "featured_images" => October\Rain\Database\Collection {#2615
      #items: []
    }
    "user" => Backend\Models\User {#2661
      #table: "backend_users"
      +rules: array:4 [
        "email" => "required|between:6,255|email|unique:backend_users"
        "login" => "required|between:2,255|unique:backend_users"
        "password" => "required:create|between:4,255|confirmed"
        "password_confirmation" => "required_with:password|between:4,255"
      ]
      #dates: array:5 [
        0 => "activated_at"
        1 => "last_login"
        2 => "created_at"
        3 => "updated_at"
        4 => "deleted_at"
      ]
      +belongsToMany: array:1 [
        "groups" => array:2 [
          0 => "Backend\Models\UserGroup"
          "table" => "backend_users_groups"
        ]
      ]
      +belongsTo: array:1 [
        "role" => "Backend\Models\UserRole"
      ]
      +attachOne: array:1 [
        "avatar" => "System\Models\File"
      ]
      #purgeable: array:2 [
        0 => "password_confirmation"
        1 => "send_invite"
      ]
      #hidden: array:4 [
        0 => "password"
        1 => "reset_password_code"
        2 => "activation_code"
        3 => "persist_code"
      ]
      #guarded: array:5 [
        0 => "is_superuser"
        1 => "reset_password_code"
        2 => "activation_code"
        3 => "persist_code"
        4 => "role_id"
      ]
      #hashable: array:2 [
        0 => "password"
        1 => "persist_code"
      ]
      +attributeNames: []
      +customMessages: []
      #jsonable: array:1 [
        0 => "permissions"
      ]
      #allowedPermissionsValues: array:3 [
        0 => -1
        1 => 0
        2 => 1
      ]
      #rememberTokenName: "persist_code"
      #mergedPermissions: null
      #impersonatingRole: null
      +implement: null
      +attributes: array:18 [
        "id" => 1
        "first_name" => "Jirka"
        "last_name" => "Sx"
        "login" => "Jirka"
        "email" => "jirka@kristian.cz"
        "password" => "$2y$10$JSCg/cyNcyypBD3sHRD/cuMd64D/QG/fDzAfD5LqkNcjd2Y9VpydK"
        "activation_code" => null
        "persist_code" => "$2y$10$tSNqu2aIAU5U6q5c2uoN0uceOc3YonFqyCaW.B8wLzaaefHpLpbVy"
        "reset_password_code" => null
        "permissions" => ""
        "is_activated" => 1
        "is_superuser" => 1
        "role_id" => 2
        "activated_at" => null
        "last_login" => "2024-06-26 15:11:11"
        "created_at" => "2021-09-15 09:30:33"
        "updated_at" => "2024-06-26 15:11:11"
        "deleted_at" => null
      ]
      +trimStrings: true
      #connection: "mysql"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #original: array:18 [
        "id" => 1
        "first_name" => "Jirka"
        "last_name" => "Sx"
        "login" => "Jirka"
        "email" => "jirka@kristian.cz"
        "password" => "$2y$10$JSCg/cyNcyypBD3sHRD/cuMd64D/QG/fDzAfD5LqkNcjd2Y9VpydK"
        "activation_code" => null
        "persist_code" => "$2y$10$tSNqu2aIAU5U6q5c2uoN0uceOc3YonFqyCaW.B8wLzaaefHpLpbVy"
        "reset_password_code" => null
        "permissions" => ""
        "is_activated" => 1
        "is_superuser" => 1
        "role_id" => 2
        "activated_at" => null
        "last_login" => "2024-06-26 15:11:11"
        "created_at" => "2021-09-15 09:30:33"
        "updated_at" => "2024-06-26 15:11:11"
        "deleted_at" => null
      ]
      #changes: []
      #casts: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      +timestamps: true
      #visible: []
      #fillable: []
      +hasMany: []
      +hasOne: []
      +morphTo: []
      +morphOne: []
      +morphMany: []
      +morphToMany: []
      +morphedByMany: []
      +attachMany: []
      +hasManyThrough: []
      +hasOneThrough: []
      #emitterSingleEventCollection: []
      #emitterEventCollection: array:2 [
        "model.beforeSetAttribute" => array:1 [
          0 => array:1 [
            0 => Closure($key, $value) {#2662
              class: "October\Rain\Auth\Models\User"
              this: Backend\Models\User {#2661}
            }
          ]
        ]
        "model.saveInternal" => array:2 [
          0 => array:1 [
            0 => Closure() {#2663
              class: "October\Rain\Auth\Models\User"
              this: Backend\Models\User {#2661}
            }
          ]
          500 => array:1 [
            0 => Closure($data, $options) {#2664
              class: "October\Rain\Auth\Models\User"
              this: Backend\Models\User {#2661}
            }
          ]
        ]
      ]
      #emitterEventSorted: []
      #extensionData: array:4 [
        "extensions" => []
        "methods" => []
        "dynamicMethods" => []
        "dynamicProperties" => []
      ]
      +sessionKey: null
      #originalHashableValues: []
      #originalPurgeableValues: []
      +validationForced: false
      #validationErrors: null
      #validationDefaultAttrNames: []
      #forceDeleting: false
    }
  ]
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #fillable: []
  #guarded: array:1 [
    0 => "*"
  ]
  +hasMany: []
  +hasOne: []
  +morphTo: []
  +morphOne: []
  +morphMany: array:1 [
    "translations" => array:2 [
      0 => "RainLab\Translate\Models\Attribute"
      "name" => "model"
    ]
  ]
  +morphToMany: array:1 [
    "tags" => array:2 [
      0 => "WebBook\BlogTaxonomy\Models\Tag"
      "name" => "webbook_blogtaxonomy_taggable"
    ]
  ]
  +morphedByMany: []
  +attachOne: []
  +hasManyThrough: []
  +hasOneThrough: []
  #emitterSingleEventCollection: []
  #emitterEventCollection: array:4 [
    "model.saveInternal" => array:2 [
      500 => array:1 [
        0 => Closure($data, $options) {#2203
          class: "RainLab\Blog\Models\Post"
          this: RainLab\Blog\Models\Post {#2202}
        }
      ]
      0 => array:1 [
        0 => Closure() {#2207
          class: "RainLab\Translate\Classes\TranslatableBehavior"
          this: RainLab\Translate\Behaviors\TranslatableModel {#2204
            #model: RainLab\Blog\Models\Post {#2202}
            #translatableContext: "cs"
            #translatableDefault: "cs"
            #translatableUseFallback: true
            #translatableAttributes: []
            #translatableOriginals: []
            #requiredProperties: array:1 [
              0 => "translatable"
            ]
            #extensionHidden: array:2 [
              "fields" => []
              "methods" => array:2 [
                0 => "extensionIsHiddenField"
                1 => "extensionIsHiddenMethod"
              ]
            ]
          }
        }
      ]
    ]
    "model.beforeGetAttribute" => array:1 [
      0 => array:1 [
        0 => Closure($key) {#2205
          class: "RainLab\Translate\Classes\TranslatableBehavior"
          this: RainLab\Translate\Behaviors\TranslatableModel {#2204}
          use: {
            $model: RainLab\Blog\Models\Post {#2202}
          }
        }
      ]
    ]
    "model.beforeSetAttribute" => array:1 [
      0 => array:1 [
        0 => Closure($key, $value) {#2206
          class: "RainLab\Translate\Classes\TranslatableBehavior"
          this: RainLab\Translate\Behaviors\TranslatableModel {#2204}
          use: {
            $model: RainLab\Blog\Models\Post {#2202}
          }
        }
      ]
    ]
    "model.afterDelete" => array:1 [
      0 => array:1 [
        0 => Closure() {#2208
          class: "RainLab\Translate\Behaviors\TranslatableModel"
          this: RainLab\Translate\Behaviors\TranslatableModel {#2204}
          use: {
            $model: RainLab\Blog\Models\Post {#2202}
          }
        }
      ]
    ]
  ]
  #emitterEventSorted: array:1 [
    "model.beforeGetAttribute" => array:1 [
      0 => Closure($key) {#2205}
    ]
  ]
  #extensionData: array:4 [
    "extensions" => array:1 [
      "RainLab\Translate\Behaviors\TranslatableModel" => RainLab\Translate\Behaviors\TranslatableModel {#2204}
    ]
    "methods" => array:24 [
      "scopeTransWhere" => "RainLab\Translate\Behaviors\TranslatableModel"
      "scopeTransOrderBy" => "RainLab\Translate\Behaviors\TranslatableModel"
      "initTranslatableContext" => "RainLab\Translate\Behaviors\TranslatableModel"
      "isTranslatable" => "RainLab\Translate\Behaviors\TranslatableModel"
      "noFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
      "withFallbackLocale" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getTranslateAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
      "hasTranslation" => "RainLab\Translate\Behaviors\TranslatableModel"
      "setAttributeTranslated" => "RainLab\Translate\Behaviors\TranslatableModel"
      "syncTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
      "translateContext" => "RainLab\Translate\Behaviors\TranslatableModel"
      "lang" => "RainLab\Translate\Behaviors\TranslatableModel"
      "hasTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getTranslatableAttributes" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getTranslatableAttributesWithOptions" => "RainLab\Translate\Behaviors\TranslatableModel"
      "isTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getDirtyLocales" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getTranslatableOriginals" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getTranslateDirty" => "RainLab\Translate\Behaviors\TranslatableModel"
      "extend" => "RainLab\Translate\Behaviors\TranslatableModel"
      "extensionApplyInitCallbacks" => "RainLab\Translate\Behaviors\TranslatableModel"
      "extensionExtendCallback" => "RainLab\Translate\Behaviors\TranslatableModel"
      "getCalledExtensionClass" => "RainLab\Translate\Behaviors\TranslatableModel"
    ]
    "dynamicMethods" => []
    "dynamicProperties" => []
  ]
  +sessionKey: null
  +validationForced: false
  #validationErrors: null
  #validationDefaultAttrNames: []
}

Dokončili jsme Adaptační strategii prioritních oblastí Pardubického kraje – východ, adaptační opatření pro povodí Malonínského potoka a Teplického potoka.