Forms
sylius_add_to_cart
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#113463 -cart: App\Entity\Order\Order {#13330 …} -cartItem: App\Entity\Order\OrderItem {#113451 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#113476 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#113475 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#8099 #id: 4543 #code: "IEEE00004256PDF" #product: App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } #optionValues: Doctrine\ORM\PersistentCollection {#8315 …} #position: 0 #createdAt: DateTime @1751041198 {#7283 : 2025-06-27 18:19:58.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1755611983 {#8116 : 2025-08-19 15:59:43.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#8259 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductVariantTranslation {#93321 #locale: "en_US" #translatable: App\Entity\Product\ProductVariant {#8099} #id: 4561 #name: null -shortDescription: null -description: null -notes: null -shippingInformation: "Instant download" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #version: 9 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#8131 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#8293 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#8290 …} -apiLastModifiedAt: DateTime @1753740000 {#8098 : 2025-07-29 00:00:00.0 Europe/Paris (+02:00) } -publishedAt: null -isbn: "9-7807-3815-7269" -ean: "9780738157269" -numberOfUsers: 1 -physicalProduct: false -downloadableImmediately: true -downloadable: true -drmViewerUrl: "https://online-viewer.normadoc.com/8xbJn4" -sellable: true -documents: Doctrine\ORM\PersistentCollection {#8127 …} -drmTokens: Doctrine\ORM\PersistentCollection {#8119 …} -enabledForSubscribers: true -currentAreaContext: null } #productName: null #variantName: null } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#113463 -cart: App\Entity\Order\Order {#13330 …} -cartItem: App\Entity\Order\OrderItem {#113451 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#113476 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#113475 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#8099 #id: 4543 #code: "IEEE00004256PDF" #product: App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } #optionValues: Doctrine\ORM\PersistentCollection {#8315 …} #position: 0 #createdAt: DateTime @1751041198 {#7283 : 2025-06-27 18:19:58.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1755611983 {#8116 : 2025-08-19 15:59:43.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#8259 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductVariantTranslation {#93321 #locale: "en_US" #translatable: App\Entity\Product\ProductVariant {#8099} #id: 4561 #name: null -shortDescription: null -description: null -notes: null -shippingInformation: "Instant download" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #version: 9 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#8131 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#8293 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#8290 …} -apiLastModifiedAt: DateTime @1753740000 {#8098 : 2025-07-29 00:00:00.0 Europe/Paris (+02:00) } -publishedAt: null -isbn: "9-7807-3815-7269" -ean: "9780738157269" -numberOfUsers: 1 -physicalProduct: false -downloadableImmediately: true -downloadable: true -drmViewerUrl: "https://online-viewer.normadoc.com/8xbJn4" -sellable: true -documents: Doctrine\ORM\PersistentCollection {#8127 …} -drmTokens: Doctrine\ORM\PersistentCollection {#8119 …} -enabledForSubscribers: true -currentAreaContext: null } #productName: null #variantName: null } } |
same as passed value |
| product | App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#113483 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#113484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#113485 …} -namespace: Closure() {#113487 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#113463 -cart: App\Entity\Order\Order {#13330 …} -cartItem: App\Entity\Order\OrderItem {#113451 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#113476 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#113475 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#8099 #id: 4543 #code: "IEEE00004256PDF" #product: App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } #optionValues: Doctrine\ORM\PersistentCollection {#8315 …} #position: 0 #createdAt: DateTime @1751041198 {#7283 : 2025-06-27 18:19:58.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1755611983 {#8116 : 2025-08-19 15:59:43.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#8259 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductVariantTranslation {#93321 #locale: "en_US" #translatable: App\Entity\Product\ProductVariant {#8099} #id: 4561 #name: null -shortDescription: null -description: null -notes: null -shippingInformation: "Instant download" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #version: 9 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#8131 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#8293 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#8290 …} -apiLastModifiedAt: DateTime @1753740000 {#8098 : 2025-07-29 00:00:00.0 Europe/Paris (+02:00) } -publishedAt: null -isbn: "9-7807-3815-7269" -ean: "9780738157269" -numberOfUsers: 1 -physicalProduct: false -downloadableImmediately: true -downloadable: true -drmViewerUrl: "https://online-viewer.normadoc.com/8xbJn4" -sellable: true -documents: Doctrine\ORM\PersistentCollection {#8127 …} -drmTokens: Doctrine\ORM\PersistentCollection {#8119 …} -enabledForSubscribers: true -currentAreaContext: null } #productName: null #variantName: null } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#113510 : "Symfony\Component\Form\Extension\Core\Type\FormType" : { : "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| product | App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#113512 : "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" : { : Symfony\Component\Translation\DataCollectorTranslator {#2251 …} : Closure() {#113511 …} : "validators" } } |
| validation_groups | [
"sylius"
] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_add_to_cart" "_sylius_add_to_cart" ] |
| cache_key | "_sylius_add_to_cart_sylius_add_to_cart" |
| compound | true |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#113463 -cart: App\Entity\Order\Order {#13330 …} -cartItem: App\Entity\Order\OrderItem {#113451 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#113476 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#113475 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#8099 #id: 4543 #code: "IEEE00004256PDF" #product: App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } #optionValues: Doctrine\ORM\PersistentCollection {#8315 …} #position: 0 #createdAt: DateTime @1751041198 {#7283 : 2025-06-27 18:19:58.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1755611983 {#8116 : 2025-08-19 15:59:43.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#8259 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductVariantTranslation {#93321 #locale: "en_US" #translatable: App\Entity\Product\ProductVariant {#8099} #id: 4561 #name: null -shortDescription: null -description: null -notes: null -shippingInformation: "Instant download" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #version: 9 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#8131 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#8293 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#8290 …} -apiLastModifiedAt: DateTime @1753740000 {#8098 : 2025-07-29 00:00:00.0 Europe/Paris (+02:00) } -publishedAt: null -isbn: "9-7807-3815-7269" -ean: "9780738157269" -numberOfUsers: 1 -physicalProduct: false -downloadableImmediately: true -downloadable: true -drmViewerUrl: "https://online-viewer.normadoc.com/8xbJn4" -sellable: true -documents: Doctrine\ORM\PersistentCollection {#8127 …} -drmTokens: Doctrine\ORM\PersistentCollection {#8119 …} -enabledForSubscribers: true -currentAreaContext: null } #productName: null #variantName: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#113533 -form: Symfony\Component\Form\Form {#113542 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#113513 …5} |
| full_name | "sylius_add_to_cart" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_add_to_cart" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sylius_add_to_cart" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_add_to_cart" |
| valid | true |
| value | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#113463 -cart: App\Entity\Order\Order {#13330 …} -cartItem: App\Entity\Order\OrderItem {#113451 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#113476 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#113475 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#8099 #id: 4543 #code: "IEEE00004256PDF" #product: App\Entity\Product\Product {#7310 #id: 10370 #code: "IEEE00004256" #attributes: Doctrine\ORM\PersistentCollection {#7700 …} #variants: Doctrine\ORM\PersistentCollection {#7743 …} #options: Doctrine\ORM\PersistentCollection {#7915 #collection: Doctrine\Common\Collections\ArrayCollection {#7917 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#7310} -association: [ …21] -em: ContainerHAOxQ06\EntityManagerGhostEbeb667 {#775 …} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#260654 …} -isDirty: false } #associations: Doctrine\ORM\PersistentCollection {#7899 …} #createdAt: DateTime @1751039020 {#7274 : 2025-06-27 17:43:40.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1754607611 {#7322 : 2025-08-08 01:00:11.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#7921 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductTranslation {#7920 #locale: "en_US" #translatable: App\Entity\Product\Product {#7310} #id: 36489 #name: "IEEE/IEC 62530:2007" #slug: "ieee-iec-62530-2007-ieee00004256-242022" #description: """ New IEEE Standard - Superseded.<br />\n This standard provides a set of extensions to the IEEE 1364™ Verilog® hardware<br />\n description language (HDL) to aid in the creation and verification of abstract architectural level<br />\n models. It also includes design specification methods, embedded assertions language, testbench<br />\n language including coverage and an assertions application programming interface (API), and a<br />\n direct programming interface (DPI). This standard enables a productivity boost in design and<br />\n validation and covers design, simulation, validation, and formal assertion-based verification flows.<br />\n \t\t\t\t<br />\n This standard specifies extensions for a higher level of abstraction for modeling and verification with the<br />\n Verilog® hardware description language (HDL). These additions extend Verilog into the systems space and<br />\n the verification space. SystemVerilog is built on top of IEEE Std 1364™1 for the Verilog HDL. This<br />\n standard includes design specification methods, embedded assertions language, testbench language<br />\n including coverage and assertions application programming interface (API), and a direct programming<br />\n interface (DPI).<br />\n Throughout this standard, the following terms apply:<br />\n — Verilog refers to IEEE Std 1364 for the Verilog HDL.<br />\n — Verilog-2001 refers to IEEE Std 1364-2001 [B4]2 for the Verilog HDL.<br />\n — Verilog-1995 refers to IEEE Std 1364-1995 [B3] for the Verilog HDL.<br />\n — SystemVerilog refers to the extensions to the Verilog standard (IEEE Std 1364) as defined in this<br />\n standard.<br />\n SystemVerilog adds extended and new constructs to Verilog, including the following:<br />\n — Extensions to data types for better encapsulation and compactness of code and for tighter<br />\n specification<br />\n — C data types: int, typedef, struct, union, enum<br />\n — Other data types: bounded queues, logic (0, 1, X, Z) and bit (0, 1), tagged unions for safety<br />\n — Dynamic data types: string, classes, dynamic queues, dynamic arrays, associative arrays<br />\n including automatic memory management freeing users from deallocation issues<br />\n — Dynamic casting and bit-stream casting<br />\n — Automatic/static specification on a per-variable-instance basis<br />\n — Extended operators for concise description<br />\n — Wild equality and inequality<br />\n — Built-in methods to extend the language<br />\n — Operator overloading<br />\n — Streaming operators<br />\n — Set membership<br />\n — Extended procedural statements<br />\n — Pattern matching on selection statements for use with tagged unions<br />\n — Enhanced loop statements plus the foreach statement<br />\n — C-like jump statements: return, break, continue<br />\n — final blocks that execute at the end of simulation (inverse of initial)<br />\n — Extended event control and sequence events<br />\n — Enhanced process control<br />\n — Extensions to always blocks to include synthesis consistent simulation semantics<br />\n — Extensions to fork…join to model pipelines and for enhanced process control<br />\n — Fine-grain process control<br />\n — Enhanced tasks and functions<br />\n — C-like void functions<br />\n — Pass by reference<br />\n — Default arguments<br />\n — Argument binding by name<br />\n — Optional arguments<br />\n — Import/export functions for DPI<br />\n — Classes: object-oriented mechanism that provides abstraction, encapsulation, and safe pointer<br />\n capabilities<br />\n — Automated testbench support with random constraints<br />\n — Interprocess communication synchronization<br />\n — Semaphores<br />\n — Mailboxes<br />\n — Event extensions, event variables, and event sequencing<br />\n — Clarification and extension of the scheduling semantics<br />\n — Cycle-based functionality: clocking blocks and cycle-based attributes that help reduce development,<br />\n ease maintainability, and promote reusability<br />\n — Cycle-based signal drives and samples<br />\n — Synchronous samples<br />\n SystemVerilog is built on top of IEEE Std 1364. SystemVerilog improves the productivity, readability, and<br />\n reusability of Verilog-based code. The language enhancements in SystemVerilog provide more concise<br />\n hardware descriptions, while still providing an easy route with existing tools into current hardware<br />\n implementation flows. The enhancements also provide extensive support for directed and constrainedrandom<br />\n testbench development, coverage-driven verification, and assertion-based verification.<br />\n 1Information on references can be found in Clause 2.<br />\n 2The numbers in brackets correspond to the numbers in the bibliography in Annex K.<br />\n — Race-free program context<br />\n — Assertion mechanism for verifying design intent and functional coverage intent<br />\n — Property and sequence declarations<br />\n — Assertions and coverage statements with action blocks<br />\n — Extended hierarchy support<br />\n — Packages for declaration encapsulation with import for controlled access<br />\n — Compilation-unit scope nested modules and extern modules for separate compilation support<br />\n — Extension of port declarations to support interfaces, events, and variables<br />\n — $root to provide unambiguous access using hierarchical references<br />\n — Interfaces to encapsulate communication and facilitate communication-oriented design<br />\n — Functional coverage<br />\n — DPI for clean, efficient interoperation with other languages (C provided)<br />\n — Assertion API<br />\n — Coverage API<br />\n — Data read API<br />\n — Verilog procedural interface (VPI) extensions for SystemVerilog constructs<br />\n — Concurrent assertion formal semantics """ #metaKeywords: null #metaDescription: null #shortDescription: "IEC 62530 Ed. 1 (IEEE Std 1800(TM)-2005): Standard for SystemVerilog - Unified Hardware Design, Specification, and Verification Language" -notes: "Superseded" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #variantSelectionMethod: "match" #productTaxons: Doctrine\ORM\PersistentCollection {#7533 …} #channels: Doctrine\ORM\PersistentCollection {#7627 …} #mainTaxon: Proxies\__CG__\App\Entity\Taxonomy\Taxon {#7311 …} #reviews: Doctrine\ORM\PersistentCollection {#7612 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#7644 …} -supplier: Proxies\__CG__\App\Entity\Supplier\Supplier {#7325 …} -subscriptionCollections: Doctrine\ORM\PersistentCollection {#7389 …} -apiLastModifiedAt: DateTime @1754517600 {#7317 : 2025-08-07 00:00:00.0 Europe/Paris (+02:00) } -lastUpdatedAt: DateTime @1578006000 {#7292 : 2020-01-03 00:00:00.0 Europe/Paris (+01:00) } -author: "" -publishedAt: DateTime @1197154800 {#7318 : 2007-12-09 00:00:00.0 Europe/Paris (+01:00) } -releasedAt: null -confirmedAt: null -canceledAt: null -edition: null -coreDocument: "62530" -bookCollection: "" -pageCount: 668 -documents: Doctrine\ORM\PersistentCollection {#7464 …} -favorites: Doctrine\ORM\PersistentCollection {#7499 …} } #optionValues: Doctrine\ORM\PersistentCollection {#8315 …} #position: 0 #createdAt: DateTime @1751041198 {#7283 : 2025-06-27 18:19:58.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1755611983 {#8116 : 2025-08-19 15:59:43.0 Europe/Paris (+02:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#8259 …} #translationsCache: [ "en_US" => App\Entity\Product\ProductVariantTranslation {#93321 #locale: "en_US" #translatable: App\Entity\Product\ProductVariant {#8099} #id: 4561 #name: null -shortDescription: null -description: null -notes: null -shippingInformation: "Instant download" } ] #currentLocale: "en_US" #currentTranslation: null #fallbackLocale: "en_US" #version: 9 #onHold: 0 #onHand: 0 #tracked: false #weight: 0.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#8131 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#8293 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#8290 …} -apiLastModifiedAt: DateTime @1753740000 {#8098 : 2025-07-29 00:00:00.0 Europe/Paris (+02:00) } -publishedAt: null -isbn: "9-7807-3815-7269" -ean: "9780738157269" -numberOfUsers: 1 -physicalProduct: false -downloadableImmediately: true -downloadable: true -drmViewerUrl: "https://online-viewer.normadoc.com/8xbJn4" -sellable: true -documents: Doctrine\ORM\PersistentCollection {#8127 …} -drmTokens: Doctrine\ORM\PersistentCollection {#8119 …} -enabledForSubscribers: true -currentAreaContext: null } #productName: null #variantName: null } } |