https://prism.saphir.one/

Forms

  • game
    • maxTurnTime
    • maxPlayerTime
    • isTournamentMatch
    • board
    • _token
  • select_game_join
    • game
    • _token
  • select_game_delete
    • game
    • _token

game

"App\Form\GameType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Game {#368
  -id: null
  -players: Doctrine\Common\Collections\ArrayCollection {#393 …}
  -board: null
  -turnStartTime: null
  -gameStartTime: null
  -maxTurnTime: DateInterval {#404
    interval: + 00:01:00.0
    +"y": 0
    +"m": 0
    +"d": 0
    +"h": 0
    +"i": 1
    +"s": 0
    +"f": 0.0
    +"weekday": 0
    +"weekday_behavior": 0
    +"first_last_day_of": 0
    +"invert": 0
    +"days": false
    +"special_type": 0
    +"special_amount": 0
    +"have_weekday_relative": 0
    +"have_special_relative": 0
  }
  -maxPlayerTime: DateInterval {#403
    interval: + 00:15:00.0
    +"y": 0
    +"m": 0
    +"d": 0
    +"h": 0
    +"i": 15
    +"s": 0
    +"f": 0.0
    +"weekday": 0
    +"weekday_behavior": 0
    +"first_last_day_of": 0
    +"invert": 0
    +"days": false
    +"special_type": 0
    +"special_amount": 0
    +"have_weekday_relative": 0
    +"have_special_relative": 0
  }
  -isTournamentMatch: null
  -turn: null
  -hasEnded: false
  -turnCount: null
  -history: []
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Game {#368
  -id: null
  -players: Doctrine\Common\Collections\ArrayCollection {#393 …}
  -board: null
  -turnStartTime: null
  -gameStartTime: null
  -maxTurnTime: DateInterval {#404
    interval: + 00:01:00.0
    +"y": 0
    +"m": 0
    +"d": 0
    +"h": 0
    +"i": 1
    +"s": 0
    +"f": 0.0
    +"weekday": 0
    +"weekday_behavior": 0
    +"first_last_day_of": 0
    +"invert": 0
    +"days": false
    +"special_type": 0
    +"special_amount": 0
    +"have_weekday_relative": 0
    +"have_special_relative": 0
  }
  -maxPlayerTime: DateInterval {#403
    interval: + 00:15:00.0
    +"y": 0
    +"m": 0
    +"d": 0
    +"h": 0
    +"i": 15
    +"s": 0
    +"f": 0.0
    +"weekday": 0
    +"weekday_behavior": 0
    +"first_last_day_of": 0
    +"invert": 0
    +"days": false
    +"special_type": 0
    +"special_amount": 0
    +"have_weekday_relative": 0
    +"have_special_relative": 0
  }
  -isTournamentMatch: null
  -turn: null
  -hasEnded: false
  -turnCount: null
  -history: []
}
same as passed value

Resolved Options

View Variables