https://netisse2023.netissedev.com/fr/page/page-wma

Forms

  • contact
    • name
    • entreprise
    • phone
    • email
    • message
    • isAccepted
    • email_honeypot
    • origin
    • originId

contact

"App\Form\Contact\ContactType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Contact\Contact {#1951
  -id: null
  -name: null
  -email: null
  -entreprise: null
  -phone: null
  -emailHoneypot: null
  -message: null
  -isAccepted: null
  -createdAt: null
  -origin: null
  -originId: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"#sectionContact"
same as passed value
data
App\Entity\Contact\Contact {#1951
  -id: null
  -name: null
  -email: null
  -entreprise: null
  -phone: null
  -emailHoneypot: null
  -message: null
  -isAccepted: null
  -createdAt: null
  -origin: null
  -originId: null
}
same as passed value
origin
Doctrine\ORM\Mapping\ClassMetadata {#1776
  +name: "App\Entity\Pages\PageCategory"
  +namespace: "App\Entity\Pages"
  +rootEntityName: "App\Entity\Pages\PageCategory"
  +customGeneratorDefinition: null
  +customRepositoryClassName: "App\Repository\Pages\PageCategoryRepository"
  +isMappedSuperclass: false
  +isEmbeddedClass: false
  +parentClasses: []
  +subClasses: []
  +embeddedClasses: []
  +namedQueries: []
  +namedNativeQueries: []
  +sqlResultSetMappings: []
  +identifier: [
    "id"
  ]
  +inheritanceType: 1
  +generatorType: 4
  +fieldMappings: [
    "id" => [
      "fieldName" => "id"
      "type" => "integer"
      "scale" => null
      "length" => null
      "unique" => false
      "nullable" => false
      "precision" => null
      "id" => true
      "columnName" => "id"
    ]
    "type" => [
      "fieldName" => "type"
      "type" => "string"
      "scale" => null
      "length" => 255
      "unique" => false
      "nullable" => true
      "precision" => null
      "columnName" => "type"
    ]
    "isEnable" => [
      "fieldName" => "isEnable"
      "type" => "boolean"
      "scale" => null
      "length" => null
      "unique" => false
      "nullable" => true
      "precision" => null
      "columnName" => "is_enable"
    ]
    "createdAt" => [
      "fieldName" => "createdAt"
      "type" => "datetime"
      "scale" => null
      "length" => null
      "unique" => false
      "nullable" => true
      "precision" => null
      "columnName" => "created_at"
    ]
    "updatedAt" => [
      "fieldName" => "updatedAt"
      "type" => "datetime"
      "scale" => null
      "length" => null
      "unique" => false
      "nullable" => true
      "precision" => null
      "columnName" => "updated_at"
    ]
    "deletedAt" => [
      "fieldName" => "deletedAt"
      "type" => "datetime"
      "scale" => null
      "length" => null
      "unique" => false
      "nullable" => true
      "precision" => null
      "columnName" => "deleted_at"
    ]
  ]
  +fieldNames: [
    "id" => "id"
    "type" => "type"
    "is_enable" => "isEnable"
    "created_at" => "createdAt"
    "updated_at" => "updatedAt"
    "deleted_at" => "deletedAt"
  ]
  +columnNames: [
    "id" => "id"
    "type" => "type"
    "isEnable" => "is_enable"
    "createdAt" => "created_at"
    "updatedAt" => "updated_at"
    "deletedAt" => "deleted_at"
  ]
  +discriminatorValue: null
  +discriminatorMap: []
  +discriminatorColumn: null
  +table: [
    "name" => "page_category"
  ]
  +lifecycleCallbacks: []
  +entityListeners: []
  +associationMappings: [
    "pageCategoryLang" => [
      "fieldName" => "pageCategoryLang"
      "mappedBy" => "pageCategory"
      "targetEntity" => "App\Entity\Pages\PageCategoryLang"
      "cascade" => [
        "persist"
      ]
      "orphanRemoval" => true
      "fetch" => 2
      "type" => 4
      "inversedBy" => null
      "isOwningSide" => false
      "sourceEntity" => "App\Entity\Pages\PageCategory"
      "isCascadeRemove" => true
      "isCascadePersist" => true
      "isCascadeRefresh" => false
      "isCascadeMerge" => false
      "isCascadeDetach" => false
    ]
    "pageSousCategories" => [
      "fieldName" => "pageSousCategories"
      "mappedBy" => "category"
      "targetEntity" => "App\Entity\Pages\PageSousCategory"
      "cascade" => []
      "orphanRemoval" => true
      "fetch" => 2
      "type" => 4
      "inversedBy" => null
      "isOwningSide" => false
      "sourceEntity" => "App\Entity\Pages\PageCategory"
      "isCascadeRemove" => true
      "isCascadePersist" => false
      "isCascadeRefresh" => false
      "isCascadeMerge" => false
      "isCascadeDetach" => false
    ]
  ]
  +isIdentifierComposite: false
  +containsForeignIdentifier: false
  +containsEnumIdentifier: false
  +idGenerator: Doctrine\ORM\Id\IdentityGenerator {#1789 …}
  +sequenceGeneratorDefinition: null
  +tableGeneratorDefinition: null
  +changeTrackingPolicy: 1
  +requiresFetchAfterChange: false
  +isVersioned: false
  +versionField: null
  +cache: null
  +reflClass: ReflectionClass {#1791 …}
  +isReadOnly: false
  #namingStrategy: Doctrine\ORM\Mapping\UnderscoreNamingStrategy {#1218 …}
  +reflFields: [
    "id" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1779
      +name: "id"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00id"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3500
          name: "Doctrine\ORM\Mapping\Id"
          arguments: []
        }
        ReflectionAttribute {#3502
          name: "Doctrine\ORM\Mapping\GeneratedValue"
          arguments: []
        }
        ReflectionAttribute {#3515
          name: "Doctrine\ORM\Mapping\Column"
          arguments: []
        }
      ]
    }
    "type" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1780
      +name: "type"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00type"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3480
          name: "Doctrine\ORM\Mapping\Column"
          arguments: [
            "length" => 255
            "nullable" => true
          ]
        }
      ]
    }
    "isEnable" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1788
      +name: "isEnable"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00isEnable"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3536
          name: "Doctrine\ORM\Mapping\Column"
          arguments: [
            "nullable" => true
          ]
        }
      ]
    }
    "createdAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1782
      +name: "createdAt"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00createdAt"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3538
          name: "Doctrine\ORM\Mapping\Column"
          arguments: [
            "type" => "datetime"
            "nullable" => true
          ]
        }
      ]
    }
    "updatedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1783
      +name: "updatedAt"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00updatedAt"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3533
          name: "Doctrine\ORM\Mapping\Column"
          arguments: [
            "type" => "datetime"
            "nullable" => true
          ]
        }
      ]
    }
    "deletedAt" => Doctrine\Persistence\Reflection\RuntimeReflectionProperty {#1784
      +name: "deletedAt"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00deletedAt"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3544
          name: "Doctrine\ORM\Mapping\Column"
          arguments: [
            "type" => "datetime"
            "nullable" => true
          ]
        }
      ]
    }
    "pageCategoryLang" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1786
      +name: "pageCategoryLang"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00pageCategoryLang"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3549
          name: "Doctrine\ORM\Mapping\OneToMany"
          arguments: [
            "mappedBy" => "pageCategory"
            "targetEntity" => "App\Entity\Pages\PageCategoryLang"
            "orphanRemoval" => true
            "cascade" => [
              "persist"
            ]
          ]
        }
      ]
    }
    "pageSousCategories" => Doctrine\Persistence\Reflection\TypedNoDefaultReflectionProperty {#1787
      +name: "pageSousCategories"
      +class: "App\Entity\Pages\PageCategory"
      -key: "\x00App\Entity\Pages\PageCategory\x00pageSousCategories"
      modifiers: "private"
      attributes: [
        ReflectionAttribute {#3548
          name: "Doctrine\ORM\Mapping\OneToMany"
          arguments: [
            "mappedBy" => "category"
            "targetEntity" => "App\Entity\Pages\PageSousCategory"
            "orphanRemoval" => true
          ]
        }
      ]
    }
  ]
  -instantiator: Doctrine\Instantiator\Instantiator {#1777 …}
  -typedFieldMapper: Doctrine\ORM\Mapping\DefaultTypedFieldMapper {#1778 …}
}
same as passed value
originId
43
same as passed value

Resolved Options

View Variables