Below, is a summary of all classes and their parameters's typehinting status. .
| Method | Argument | Typehint | Default | |||||
| class VideoCallUrlPatternMissing | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class AboutController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | Response | |||||||
| class GameApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| voteConclusion | Response | |||||||
| invalidateConclusionVote | Response | |||||||
| teamUpPlayers | Response | |||||||
| revealTrump | Response | |||||||
| getPlayerTeams | Response | |||||||
| class GameController | ||||||||
| Method | Argument | Typehint | Default | |||||
| game | Response | |||||||
| class HandApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| sortPlayerHand | Response | |||||||
| revealPlayerHand | Response | |||||||
| showHandToSpectator | Response | |||||||
| getHandsShownToPlayer | Response | |||||||
| showInitialCards | Response | |||||||
| class InvitationApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| invitePlayer | Response | |||||||
| publishInvitation | Response | |||||||
| unpublishInvitation | Response | |||||||
| class OrganizerApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getSeats | Response | |||||||
| prepareGame | Response | |||||||
| kickPlayer | Response | |||||||
| getNewDeck | SimplePileOfCards | |||||||
| chooseCardGame | Response | |||||||
| class PlayerApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getPlayerInfo | Response | |||||||
| class TableApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableState | Response | |||||||
| getActivePlayers | Response | |||||||
| getPlayingPlayers | Response | |||||||
| getWelcomingTables | Response | |||||||
| class TableController | ||||||||
| Method | Argument | Typehint | Default | |||||
| hello | Response | |||||||
| manageSeats | Response | |||||||
| acceptPrivateInvitation | Response | |||||||
| currentGame | Response | |||||||
| acceptPublishedInvitation | Response | |||||||
| class TrickApiController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| playCard | Response | |||||||
| getTrick | Response | |||||||
| pickUpCard | Response | |||||||
| voteWinner | Response | |||||||
| reviewPrevious | Response | |||||||
| class TrickHackController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| playCardHack | Response | |||||||
| pickUpCardHack | Response | |||||||
| class VideoCallController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| __invoke | Response | |||||||
| class WelcomeController | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | Response | |||||||
| interface TableCardGames | ||||||||
| Method | Argument | Typehint | Default | |||||
| getCardGameByTable | CardGame | |||||||
| class NotFoundInReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class OccupiedSeat | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| initial | self | |||||||
| invited | self | |||||||
| accepted | self | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getInvitationUrl | string | |||||||
| hasAccepted | bool | |||||||
| getSeat | Seat | |||||||
| acceptedBy | self | |||||||
| invitationPending | bool | |||||||
| getInvitation | Invitation | |||||||
| getHostName | PlayerName | |||||||
| getLanguage | Language | |||||||
| getInvitationPrivacy | InvitationPrivacy | |||||||
| withPublishedInvitation | self | |||||||
| withUnpublishedInvitation | self | |||||||
| class OccupiedSeatProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyTableClaimed | void | |||||||
| applyPlayerInvited | void | |||||||
| applyInvitationAccepted | void | |||||||
| applyPlayerKicked | void | |||||||
| applyInvitationPublished | void | |||||||
| applyInvitationUnpublished | void | |||||||
| interface OccupiedSeats | ||||||||
| Method | Argument | Typehint | Default | |||||
| getOccupiedSeats | \Traversable | |||||||
| getSeatByOpenInvitation | OccupiedSeat | |||||||
| getSeatByPlayer | OccupiedSeat | |||||||
| interface OccupiedSeatUpdater | ||||||||
| Method | Argument | Typehint | Default | |||||
| saveOccupiedSeat | void | |||||||
| delete | void | |||||||
| class NotPlaying | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class PersonalPlayerInfo | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| forPlayerAtTable | self | |||||||
| getHand | Hand | |||||||
| getTrumpCard | Card | |||||||
| hasTrumpCard | bool | |||||||
| withTrumpCard | self | |||||||
| playingGame | self | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| isPlaying | bool | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| withHand | self | |||||||
| withoutTrumpCard | self | |||||||
| hasCardsOpen | bool | |||||||
| withCardsOpen | self | |||||||
| emptyHanded | self | |||||||
| class PersonalPlayerInfoProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyGameStarted | void | |||||||
| applyCardsReceived | void | |||||||
| applyHandSorted | void | |||||||
| applyCardPlayed | void | |||||||
| applyCardPickedUp | void | |||||||
| applyInvitationAccepted | void | |||||||
| applyTableClaimed | void | |||||||
| applyDealt | void | |||||||
| applyInitialHandShown | void | |||||||
| applyHandRevealed | void | |||||||
| interface PersonalPlayerInfoRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPersonalPlayerInfo | PersonalPlayerInfo | |||||||
| savePersonalPlayerInfo | void | |||||||
| interface PlayerHands | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayerHand | Hand | |||||||
| interface PlayerHandUpdater | ||||||||
| Method | Argument | Typehint | Default | |||||
| emptyHand | void | |||||||
| receiveCards | void | |||||||
| replaceCards | void | |||||||
| removeCard | void | |||||||
| interface PlayerProfile | ||||||||
| Method | Argument | Typehint | Default | |||||
| getLanguage | Language | |||||||
| interface PlayerProfiles | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayerProfile | PlayerProfile | |||||||
| class SimplePlayerProfile | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromPlayerProfile | self | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getLanguage | Language | |||||||
| interface PlayersAtTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayersAtTable | \Traversable | |||||||
| interface PlayerCounts | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayerCount | int | |||||||
| class PlayingPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getCardsInHand | int | |||||||
| getTricksWon | int | |||||||
| create | self | |||||||
| withCardPlayed | self | |||||||
| withAdditionalCards | self | |||||||
| withAdditionalTrick | self | |||||||
| isLastPlayer | bool | |||||||
| asLastPlayer | self | |||||||
| asNonLastPlayer | self | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| withAdditionalCard | self | |||||||
| getShownTrump | Card|? | |||||||
| withTrumpRevealed | self | |||||||
| withTrumpHidden | self | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getSeat | Seat | |||||||
| class PlayingPlayerProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyCardPlayed | void | |||||||
| applyCardPickedUp | void | |||||||
| applyGameStarted | void | |||||||
| applyCardsReceived | void | |||||||
| applyDealt | void | |||||||
| applyTrumpRevealed | void | |||||||
| applyGameEnded | void | |||||||
| applyGameCanceled | void | |||||||
| applyGameAborted | void | |||||||
| applyTrickWon | void | |||||||
| interface PlayingPlayerRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayingPlayer | PlayingPlayer | |||||||
| savePlayingPlayer | void | |||||||
| deleteForTable | void | |||||||
| interface PlayingPlayers | ||||||||
| Method | Argument | Typehint | Default | |||||
| getOrderedPlayingPlayers | Traversable | |||||||
| interface CardsRevealed | ||||||||
| Method | Argument | Typehint | Default | |||||
| getCardsRevealedTo | \Traversable | |||||||
| class RevealedCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| none | self | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getRevealedToPlayerIdentifier | PlayerIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| withoutCard | self | |||||||
| withCard | self | |||||||
| getCards | SimplePileOfCards | |||||||
| isEmpty | bool | |||||||
| class RevealedCardsProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyHandShownToSpectator | void | |||||||
| applyCardPlayed | void | |||||||
| applyCardPickedUp | void | |||||||
| applyCardsCollected | void | |||||||
| applyHandRevealed | void | |||||||
| applyInitialHandShown | void | |||||||
| interface RevealedCardsRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| saveRevealedCards | void | |||||||
| getRevealedByPlayer | \Traversable | |||||||
| getRevealedCardsAtTable | \Traversable | |||||||
| deleteRevealedCards | void | |||||||
| getOrCreateRevealedCards | RevealedCards | |||||||
| interface SeatedPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| getSeat | Seat | |||||||
| class SeatedPlayerProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyInvitationAccepted | void | |||||||
| applyTableClaimed | void | |||||||
| interface SeatedPlayerRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| putPlayerAtTable | void | |||||||
| interface SeatedPlayers | ||||||||
| Method | Argument | Typehint | Default | |||||
| getSeatedPlayer | SeatedPlayer | |||||||
| class SimpleSeatedPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromProfile | self | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getLanguage | Language | |||||||
| getSeat | Seat | |||||||
| interface ActiveTables | ||||||||
| Method | Argument | Typehint | Default | |||||
| getTableState | TableState | |||||||
| hasActiveTable | bool | |||||||
| interface CurrentTricks | ||||||||
| Method | Argument | Typehint | Default | |||||
| getCurrentTrick | Trick | |||||||
| interface GamesAtTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| getTableByCurrentGame | TableIdentifier | |||||||
| interface SuspendedTables | ||||||||
| Method | Argument | Typehint | Default | |||||
| hasSuspendedTable | bool | |||||||
| class TableState | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| forNewTable | self | |||||||
| forNewGame | self | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTrickNumber | int | |||||||
| getCurrentTrick | Trick | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| withConclusionVote | self | |||||||
| getDoneVotes | int | |||||||
| getRedealVotes | int | |||||||
| withConclusionVoteWithdrawn | self | |||||||
| withTrickNumber | self | |||||||
| withPlayedCard | self | |||||||
| withCardPickedUp | self | |||||||
| getPlayerTeams | Teams | |||||||
| withPlayersTeamedUp | self | |||||||
| getCardGame | CardGame | |||||||
| playing | self | |||||||
| isActive | bool | |||||||
| isSuspended | bool | |||||||
| asSuspended | self | |||||||
| isFirstGame | bool | |||||||
| class TableStateProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyCardPlayed | void | |||||||
| applyCardPickedUp | void | |||||||
| applyTrickWon | void | |||||||
| applyGameStarted | void | |||||||
| applyTableClaimed | void | |||||||
| applyGamePrepared | void | |||||||
| applyVotedConclusion | void | |||||||
| applyConclusionVoteInvalidated | void | |||||||
| applyDealt | void | |||||||
| applyPlayersTeamedUp | void | |||||||
| applyTableSuspended | void | |||||||
| applyGameChosen | void | |||||||
| interface TableStateRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| saveTableState | void | |||||||
| interface TableStates | ||||||||
| Method | Argument | Typehint | Default | |||||
| getTableStateByGame | TableState | |||||||
| interface TableStateUpdater | ||||||||
| Method | Argument | Typehint | Default | |||||
| logTrick | void | |||||||
| prepareGame | void | |||||||
| createTableState | void | |||||||
| interface TeamsByGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| getTeamsByGame | Teams | |||||||
| interface RecentWelcomingTables | ||||||||
| Method | Argument | Typehint | Default | |||||
| getRecentWelcomingTables | Traversable | |||||||
| class WelcomingTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getHost | PlayerName | |||||||
| getLatestInvitationPublishedAt | DateTimeImmutable | |||||||
| getPublishedInvitations | Invitations | |||||||
| getPlayerCount | int | |||||||
| withAdditionalInvitation | self | |||||||
| getCardGame | CardGame | |||||||
| withInvitationRemoved | self | |||||||
| hasPublishedInvitations | bool | |||||||
| playing | self | |||||||
| withPlayerLeft | self | |||||||
| withAdditionalPlayer | self | |||||||
| getLanguage | Language | |||||||
| class WelcomingTableProjector | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyInvitationPublished | void | |||||||
| applyInvitationUnpublished | void | |||||||
| applyGameChosen | void | |||||||
| applyInvitationAccepted | void | |||||||
| applyPlayerKicked | void | |||||||
| interface WelcomingTableRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| hasWelcomingTable | bool | |||||||
| saveWelcomingTable | void | |||||||
| removeWelcomingTable | void | |||||||
| interface WelcomingTables | ||||||||
| Method | Argument | Typehint | Default | |||||
| getWelcomingTable | WelcomingTable | |||||||
| class AbstractShortString | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getMaxLength | int | |||||||
| toString | string | |||||||
| class StringObjectNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class CardNotFound | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class DuplicateCard | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromCard | self | |||||||
| class AbstractPileOfCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromCards | self | |||||||
| getIterator | ||||||||
| empty | self | |||||||
| noCards | Generator | |||||||
| mergedWith | self | |||||||
| generateCardsMergedWith | Generator | |||||||
| hasSameCardsAs | bool | |||||||
| has | bool | |||||||
| without | self | |||||||
| with | self | |||||||
| class Card | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| guardRank | void | |||||||
| guardSuit | void | |||||||
| fromCardNumber | self | |||||||
| getCardNumber | int | |||||||
| getSuits | array | |||||||
| getRank | int | |||||||
| getSuit | string | |||||||
| __toString | string | |||||||
| class CardNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class Hands | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| empty | self | |||||||
| withHand | self | |||||||
| withAdditionalCardsForPlayer | self | |||||||
| getHand | Hand | |||||||
| withoutPlayerCard | self | |||||||
| withAdditionalCardForPlayer | self | |||||||
| getIterator | ||||||||
| getPlayers | PlayerIdentifiers | |||||||
| hasHandFor | bool | |||||||
| class HandsNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class PileOfCardsNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| generateCards | Generator | |||||||
| class SimplePileOfCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| complete | self | |||||||
| allCards | Generator | |||||||
| singleCard | self | |||||||
| generateSingleCard | \Iterator | |||||||
| thirtyTwo | self | |||||||
| thirtyTwoCards | Generator | |||||||
| shuffled | self | |||||||
| count | int | |||||||
| cutAfter | self | |||||||
| splitAfter | SimplePiles | |||||||
| isEmpty | bool | |||||||
| getLast | Card | |||||||
| getFirst | Card | |||||||
| withCardsRemoved | self | |||||||
| containsSequence | bool | |||||||
| getFirstCards | SimplePileOfCards | |||||||
| class SimplePiles | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| count | int | |||||||
| getByIndex | PileOfCards | |||||||
| merged | PileOfCards | |||||||
| first | PileOfCards | |||||||
| second | PileOfCards | |||||||
| backwards | self | |||||||
| withAdditionalPiles | self | |||||||
| getIterator | ||||||||
| withAdditionalPile | self | |||||||
| shuffled | self | |||||||
| class NoConsensus | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class Election | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| start | self | |||||||
| withVote | self | |||||||
| guardValidPlayer | void | |||||||
| getWinningOption | string | |||||||
| hasWinner | bool | |||||||
| hasVote | bool | |||||||
| playerHasVoted | bool | |||||||
| getVote | string | |||||||
| withVoteWithdrawn | self | |||||||
| class DuplicateTrickNumber | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class InvalidGameNumber | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class NotDealt | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class PlayerDidNotPlay | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class PlayerPlayedTwice | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class TrickIncomplete | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class TrickNotFound | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class GameConclusion | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| DONE | self | |||||||
| REDEAL | self | |||||||
| fromString | self | |||||||
| __toString | string | |||||||
| class GameNumber | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromInteger | IntWrapper | |||||||
| second | self | |||||||
| toInteger | int | |||||||
| first | self | |||||||
| next | self | |||||||
| class GameStatus | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| NEW | self | |||||||
| CUT | self | |||||||
| PLAYING | self | |||||||
| DONE | self | |||||||
| __toString | string | |||||||
| class PlayedTrick | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getIterator | ||||||||
| getTrick | Trick | |||||||
| getTrickNumber | int | |||||||
| getWinner | PlayerIdentifier | |||||||
| class PlayedTricks | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| empty | self | |||||||
| withPlayedTrick | self | |||||||
| getIterator | ||||||||
| getReverseIterator | Traversable | |||||||
| getByTrickNumber | PlayedTrick | |||||||
| class Trick | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| empty | self | |||||||
| getIterator | ||||||||
| withPlayedCard | self | |||||||
| withCardWithdrawn | self | |||||||
| hasCardFromPlayer | bool | |||||||
| getPlayers | \Iterator | |||||||
| getCardPlayedBy | Card | |||||||
| count | int | |||||||
| class TrickNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class DuplicateInvitation | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromInvitation | self | |||||||
| class InvitationNotAccepted | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class NoInvitations | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class InvitationPrivacy | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| privateInvitation | self | |||||||
| publicInvitation | self | |||||||
| expired | self | |||||||
| fromString | StringObject | |||||||
| toString | string | |||||||
| class Invitations | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| none | self | |||||||
| getIterator | Traversable | |||||||
| has | bool | |||||||
| with | self | |||||||
| without | self | |||||||
| isEmpty | bool | |||||||
| getRandomInvitation | Invitation | |||||||
| class InvitationsNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class DuplicatePlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromPlayer | self | |||||||
| class NoTrumpCard | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class PlayerNotFound | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class Language | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromString | StringObject | |||||||
| getSupportedLanguages | array | |||||||
| default | self | |||||||
| nl | self | |||||||
| toString | string | |||||||
| interface NamedPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| getPlayerName | PlayerName | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class PlayerIdentifier | ||||||||
| Method | Argument | Typehint | Default | |||||
| getNamespace | string | |||||||
| withSecret | self | |||||||
| class PlayerIdentifiers | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| none | self | |||||||
| getIterator | Traversable | |||||||
| count | int | |||||||
| withLastPlayer | self | |||||||
| has | bool | |||||||
| with | self | |||||||
| getNextPlayer | PlayerIdentifier | |||||||
| getFourPlayers | self | |||||||
| without | self | |||||||
| getLastPlayerForDealer | PlayerIdentifier | |||||||
| getPreviousPlayer | PlayerIdentifier | |||||||
| class PlayerIdentifiersNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class PlayerName | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromString | StringObject | |||||||
| unknown | self | |||||||
| getMaxLength | int | |||||||
| class PlayerNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class SimpleNamedPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| class Team | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| withPlayers | self | |||||||
| getPlayerIdentifiers | PlayerIdentifiers | |||||||
| getIterator | Traversable | |||||||
| class Teams | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| allIndividual | self | |||||||
| empty | self | |||||||
| getIterator | ||||||||
| getTeamNumber | int | |||||||
| withAdditionalTeam | self | |||||||
| getIndividualPlayers | Traversable | |||||||
| class TeamsNormalizer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| denormalize | ||||||||
| supportsDenormalization | ||||||||
| normalize | ||||||||
| supportsNormalization | ||||||||
| class StringTooLong | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| interface StringObject | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromString | self | |||||||
| toString | string | |||||||
| class NoSuchSeat | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class SeatTaken | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class TableNotActive | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class CardGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| unspecified | self | |||||||
| soloWhist | self | |||||||
| fromString | StringObject | |||||||
| getGameName | string | |||||||
| getMaxLength | int | |||||||
| isSpecified | bool | |||||||
| class Seat | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromInteger | IntWrapper | |||||||
| zero | self | |||||||
| toInteger | int | |||||||
| class SeatsAtTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getPlayers | Traversable | |||||||
| empty | self | |||||||
| hasPlayerOnSeat | bool | |||||||
| withPlayerOnSeat | self | |||||||
| guardSeatNumber | void | |||||||
| hasInvitationForSeat | bool | |||||||
| withInvitation | self | |||||||
| guardFreeSeat | void | |||||||
| hasInvitation | bool | |||||||
| getFreeSeat | Seat | |||||||
| isFree | bool | |||||||
| hasFreeSeat | bool | |||||||
| getReservedSeat | Seat | |||||||
| hasPlayer | bool | |||||||
| playerCount | int | |||||||
| getPlayerNextTo | PlayerIdentifier | |||||||
| withPlayerGone | self | |||||||
| getPlayerSeat | Seat | |||||||
| getPlayerBefore | PlayerIdentifier | |||||||
| class DealingStrategy | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fourFourFive | self | |||||||
| singleCard | self | |||||||
| getIterator | Iterator | |||||||
| class AbortGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| class AbortGameHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class AbstractGameCommandHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| class CutCardsAfter | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getNumberOfCards | int | |||||||
| class CutCardsAfterHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class Deal | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| getLastPlayer | PlayerIdentifier | |||||||
| class DealHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class InvalidateConclusionVote | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class InvalidateConclusionVoteHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PickUpCard | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| class PickUpCardHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PlayCard | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getCard | Card | |||||||
| getTrickNumber | int | |||||||
| class PlayCardHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class RevealHand | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class RevealHandHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class RevealTrump | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class RevealTrumpHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ReviewPreviousTrick | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getReviewer | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| class ReviewPreviousTrickHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ShowInitialHand | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class ShowInitialHandHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class SortHand | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getHand | Hand | |||||||
| class SortHandHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class StartGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayers | PlayerIdentifiers | |||||||
| getCards | SimplePileOfCards | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class StartGameHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class TeamUpPlayers | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTeams | Teams | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class TeamUpPlayersHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class VoteAsWinner | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getVoter | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| getWinner | PlayerIdentifier | |||||||
| class VoteAsWinnerHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class VoteGameConclusion | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getVoter | PlayerIdentifier | |||||||
| getGameConclusion | GameConclusion | |||||||
| class VoteGameConclusionHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class CardPickedUp | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getCard | Card | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class CardPlayed | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getCard | Card | |||||||
| getTrickNumber | int | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class CardsCutAfter | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getNumberOfCards | int | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class CardsReceived | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class ConclusionVoteInvalidated | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getConclusion | GameConclusion | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class Dealt | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getLastPlayer | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getLastCardDealt | Card | |||||||
| class GameAborted | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class GameCanceled | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class GameEnded | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class GameStarted | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayers | PlayerIdentifiers | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class HandRevealed | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getHand | Hand | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class HandSorted | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getHand | Hand | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class InitialHandShown | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getHand | Hand | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class PlayersTeamedUp | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getTeams | Teams | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class TrickReviewed | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getReviewer | PlayerIdentifier | |||||||
| getWinner | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| getTrick | Trick | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class TrickWon | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getWinner | PlayerIdentifier | |||||||
| getTrickNumber | int | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTrick | Trick | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class TrumpRevealed | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getLastPlayer | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTrump | Card | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class VotedAsWinner | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getVoter | PlayerIdentifier | |||||||
| getWinner | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTrickNumber | int | |||||||
| class VotedConclusion | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getConclusion | GameConclusion | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class WinnerVotesInvalidated | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getGameIdentifier | GameIdentifier | |||||||
| getTrickNumber | int | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class CheatingPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class HandNotRevealed | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class IncorrectTrickNumber | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class InvalidCut | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class StatusInvalid | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class WrongPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class Game | ||||||||
| Method | Argument | Typehint | Default | |||||
| start | self | |||||||
| applyGameStarted | void | |||||||
| cutCards | void | |||||||
| applyCardsCutAfter | void | |||||||
| guardStatus | void | |||||||
| abort | void | |||||||
| guardCutAfter | void | |||||||
| deal | void | |||||||
| applyCardsReceived | void | |||||||
| sortHand | void | |||||||
| applyHandSorted | void | |||||||
| applyDealt | void | |||||||
| play | void | |||||||
| guardTrickNumber | void | |||||||
| guardCardInHand | void | |||||||
| guardHasNotPlayed | void | |||||||
| applyCardPlayed | void | |||||||
| pickUpCard | void | |||||||
| guardPlayedCard | void | |||||||
| applyCardPickedUp | void | |||||||
| voteWinner | void | |||||||
| guardTrickComplete | void | |||||||
| guardPlayer | void | |||||||
| applyVotedAsWinner | void | |||||||
| applyTrickWon | void | |||||||
| applyWinnerVotesInvalidated | void | |||||||
| endGame | void | |||||||
| getPilesFromPlayedTricks | SimplePiles | |||||||
| applyGameEnded | void | |||||||
| voteGameConclusion | void | |||||||
| applyVotedConclusion | void | |||||||
| invalidateConclusionVote | void | |||||||
| applyConclusionVoteInvalidated | void | |||||||
| cancelGame | void | |||||||
| applyGameCanceled | void | |||||||
| revealHand | void | |||||||
| applyHandRevealed | void | |||||||
| teamUpPlayers | void | |||||||
| applyPlayersTeamedUp | void | |||||||
| guardPlayers | void | |||||||
| applyGameAborted | void | |||||||
| revealTrump | void | |||||||
| guardLastPlayer | void | |||||||
| showInitialHand | void | |||||||
| guardDealt | void | |||||||
| reviewPreviousTrick | void | |||||||
| class GameIdentifier | ||||||||
| Method | Argument | Typehint | Default | |||||
| fromNumber | self | |||||||
| class GameRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| class AbstractTableCommandHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| class AcceptInvitation | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| byPlayer | self | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getAcceptationDate | DateTimeImmutable | |||||||
| getPlayerProfile | PlayerProfile | |||||||
| class AcceptInvitationHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ChooseGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCardGame | CardGame | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class ChooseGameHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ClaimTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerProfile | PlayerProfile | |||||||
| class ClaimTableHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class CollectCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| class CollectCardsHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class InvitePlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getHost | PlayerIdentifier | |||||||
| getLanguage | Language | |||||||
| class InvitePlayerHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class KickPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerToBeKicked | PlayerIdentifier | |||||||
| getKickingPlayer | PlayerIdentifier | |||||||
| class KickPlayerHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PrepareFirstGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getDealer | PlayerIdentifier | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getHost | PlayerIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| class PrepareFirstGameHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PrepareNextGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| class PrepareNextGameHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PrepareRedeal | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| class PrepareRedealHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class PublishInvitation | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPublicationDate | DateTimeImmutable | |||||||
| class PublishInvitationHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ResumePlaying | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getDealer | PlayerIdentifier | |||||||
| getHost | PlayerIdentifier | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| class ResumePlayingHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class ShowHandToSpectator | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayer | PlayerIdentifier | |||||||
| getSpectator | PlayerIdentifier | |||||||
| class ShowHandToSpectatorHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class UnpublishInvitation | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getUnpublicationDate | DateTimeImmutable | |||||||
| class UnpublishInvitationHandler | ||||||||
| Method | Argument | Typehint | Default | |||||
| __invoke | void | |||||||
| class CardsCollected | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCards | SimplePileOfCards | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class GameChosen | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getCardGame | CardGame | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| class GamePrepared | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| getDealer | PlayerIdentifier | |||||||
| getCutter | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getGameNumber | GameNumber | |||||||
| getCards | SimplePileOfCards | |||||||
| getPlayersAtTable | PlayerIdentifiers | |||||||
| getDealingStrategy | DealingStrategy | |||||||
| getCurrentlyPlaying | PlayerIdentifiers | |||||||
| class HandShownToSpectator | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getGameNumber | GameNumber | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getSpectatorIdentifier | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class InvitationAccepted | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| byPlayer | self | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getSeat | Seat | |||||||
| getPlayerProfile | PlayerProfile | |||||||
| getPlayerLanguage | Language | |||||||
| class InvitationPublished | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPublicationDate | DateTimeImmutable | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class InvitationUnpublished | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getUnpublicationDate | DateTimeImmutable | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class PlayerInvited | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getInvitation | Invitation | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getSeat | Seat | |||||||
| getHost | PlayerIdentifier | |||||||
| getLanguage | Language | |||||||
| class PlayerKicked | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getKickedBy | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| class TableClaimed | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getSeat | Seat | |||||||
| getLanguage | Language | |||||||
| getPlayerProfile | PlayerProfile | |||||||
| class TableSuspended | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getTableIdentifier | TableIdentifier | |||||||
| getAggregateRootIdentifier | AggregateRootIdentifier | |||||||
| getGameNumber | GameNumber | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| class ActiveTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class CantStartTwice | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class InvitationNotFound | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| forUnknownInvitation | self | |||||||
| forPublishedInvitation | self | |||||||
| class NoCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class NoDealer | ||||||||
| Method | Argument | Typehint | Default | |||||
| at | self | |||||||
| class NoGame | ||||||||
| Method | Argument | Typehint | Default | |||||
| at | self | |||||||
| class NotEnoughPlayers | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class SpectatorNotFound | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class TableFull | ||||||||
| Method | Argument | Typehint | Default | |||||
| create | self | |||||||
| class TableProcessManager | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyGamePrepared | void | |||||||
| applyGameEnded | void | |||||||
| applyGameCanceled | void | |||||||
| applyTableSuspended | void | |||||||
| applyGameAborted | void | |||||||
| changeRandomNumberGenerator | void | |||||||
| class Table | ||||||||
| Method | Argument | Typehint | Default | |||||
| claim | self | |||||||
| applyTableClaimed | void | |||||||
| invitePlayer | void | |||||||
| guardTableSize | void | |||||||
| applyPlayerInvited | void | |||||||
| acceptInvitation | void | |||||||
| guardKnownInvitation | void | |||||||
| guardNewPlayer | void | |||||||
| applyInvitationAccepted | void | |||||||
| prepareFirstGame | void | |||||||
| guardNumberOfPlayers | void | |||||||
| guardKnownPlayer | void | |||||||
| applyGamePrepared | void | |||||||
| prepareNextGame | void | |||||||
| guardDealer | void | |||||||
| guardGame | void | |||||||
| prepareRedeal | void | |||||||
| kickPlayer | void | |||||||
| applyPlayerKicked | void | |||||||
| applyTableSuspended | void | |||||||
| collectCards | void | |||||||
| applyCardsCollected | void | |||||||
| guardInactive | void | |||||||
| resumePlaying | void | |||||||
| showHandToSpectator | void | |||||||
| guardSpectator | void | |||||||
| chooseCardGame | void | |||||||
| publishInvitation | void | |||||||
| applyInvitationPublished | void | |||||||
| unpublishInvitation | void | |||||||
| applyInvitationUnpublished | void | |||||||
| class TableIdentifier | ||||||||
| Method | Argument | Typehint | Default | |||||
| getNamespace | string | |||||||
| withSecret | self | |||||||
| class TableRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| class OrmOccupiedSeat | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromOccupiedSeat | self | |||||||
| accept | void | |||||||
| toOccupiedSeat | OccupiedSeat | |||||||
| hasActivePlayer | bool | |||||||
| getPlayer | SimpleNamedPlayer | |||||||
| setInvitationPrivacy | void | |||||||
| class OrmPersonalPlayerInfo | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| createEmpty | self | |||||||
| clear | void | |||||||
| getNormalizedCards | array | |||||||
| replaceNormalizedCards | void | |||||||
| getTrumpCardNumber | int | |||||||
| setTrumpCard | void | |||||||
| getGameIdentifier | ?GameIdentifier | |||||||
| setGameIdentifier | void | |||||||
| clearTrumpCard | void | |||||||
| showCards | void | |||||||
| hasCardsOpen | bool | |||||||
| hideCards | void | |||||||
| class OrmPlayedTrick | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getNormalizedCards | array | |||||||
| replaceNormalizedCards | void | |||||||
| getTrickNumber | int | |||||||
| class OrmPlayingPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromPlayingPlayer | self | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getCardsInHand | int | |||||||
| getTricksWon | int | |||||||
| isLastPlayer | bool | |||||||
| getShownTrump | ?Card | |||||||
| asPlayingPlayer | PlayingPlayer | |||||||
| updateFrom | void | |||||||
| getSeat | Seat | |||||||
| class OrmRevealedCards | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| showingCards | self | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| getViewer | PlayerIdentifier | |||||||
| getPlayer | PlayerIdentifier | |||||||
| getNormalizedCards | array | |||||||
| setGameIdentifier | void | |||||||
| setViewerIdentifier | void | |||||||
| setPlayerIdentifier | void | |||||||
| setNormalizedCards | void | |||||||
| setTableIdentifier | void | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| class OrmSeatedPlayer | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromSeatedPlayer | self | |||||||
| getPlayerIdentifier | PlayerIdentifier | |||||||
| getPlayerName | PlayerName | |||||||
| getLanguage | Language | |||||||
| getSeat | Seat | |||||||
| class OrmTableState | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getNormalizedTrick | array | |||||||
| replaceNormalizedTrick | void | |||||||
| setTrickNumber | void | |||||||
| getTrickNumber | int | |||||||
| forNewTable | self | |||||||
| setGameIdentifier | void | |||||||
| getGameIdentifier | GameIdentifier | |||||||
| isActive | bool | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getDoneVotes | int | |||||||
| getRedealVotes | int | |||||||
| setDoneVotes | void | |||||||
| setRedealVotes | void | |||||||
| getLastPlayer | PlayerIdentifier | |||||||
| setLastPlayer | void | |||||||
| getNormalizedTeams | array | |||||||
| setNormalizedTeams | void | |||||||
| suspend | void | |||||||
| isSuspended | bool | |||||||
| getCardGame | CardGame | |||||||
| setCardGame | void | |||||||
| resume | void | |||||||
| clearFirstGame | void | |||||||
| isFirstGame | bool | |||||||
| class OrmWelcomingTable | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromWelcomingTable | self | |||||||
| invitationsToScalarList | string | |||||||
| getTableIdentifier | TableIdentifier | |||||||
| getHost | PlayerName | |||||||
| getLatestInvitationPublishedAt | DateTimeImmutable | |||||||
| getPublishedInvitations | Invitations | |||||||
| getCurrentPlayers | int | |||||||
| toWelcomingTable | WelcomingTable | |||||||
| setHost | void | |||||||
| setLatestInvitationPublishedAt | void | |||||||
| setPublishedInvitations | void | |||||||
| setPlayerCount | void | |||||||
| setCardGame | void | |||||||
| class OccupiedSeatReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| saveOccupiedSeat | void | |||||||
| getOccupiedSeats | \Traversable | |||||||
| getSeatByOpenInvitation | OccupiedSeat | |||||||
| deleteByTable | void | |||||||
| getPlayersAtTable | \Traversable | |||||||
| getSeatByPlayer | OccupiedSeat | |||||||
| delete | void | |||||||
| class PersonalPlayerInfoReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| emptyHand | void | |||||||
| receiveCards | void | |||||||
| getPlayerHand | Hand | |||||||
| replaceCards | void | |||||||
| removeCard | void | |||||||
| getOrmPersonalInfo | OrmPersonalPlayerInfo | |||||||
| getPersonalPlayerInfo | PersonalPlayerInfo | |||||||
| getOrmPersonalInfoByGame | OrmPersonalPlayerInfo | |||||||
| savePersonalPlayerInfo | void | |||||||
| updateHand | void | |||||||
| forgetTable | void | |||||||
| class RevealedCardsReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| saveRevealedCards | void | |||||||
| getRevealedByPlayer | \Traversable | |||||||
| getShownHandsBy | \Traversable | |||||||
| getRevealedCardsAtTable | \Traversable | |||||||
| findOrmRevealedCards | ?OrmRevealedCards | |||||||
| deleteRevealedCards | void | |||||||
| getCardsRevealedTo | \Traversable | |||||||
| getOrCreateRevealedCards | RevealedCards | |||||||
| getRevealedCardsFromOrmEntity | RevealedCards | |||||||
| class TableStateReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| getCurrentTrick | Trick | |||||||
| logTrick | void | |||||||
| getOrmTableState | OrmTableState | |||||||
| getTrickFromEntity | Trick | |||||||
| replaceTrick | void | |||||||
| deleteTableState | void | |||||||
| getTableStateByGame | TableState | |||||||
| prepareGame | void | |||||||
| createTableState | void | |||||||
| getTableState | TableState | |||||||
| hasActiveTable | bool | |||||||
| saveTableState | void | |||||||
| mapToOrm | void | |||||||
| mapFromOrm | TableState | |||||||
| getTeamsFromEntity | Teams | |||||||
| hasSuspendedTable | bool | |||||||
| getTableByCurrentGame | TableIdentifier | |||||||
| getTeamsByGame | Teams | |||||||
| getCardGameByTable | CardGame | |||||||
| class WelcomingTableReadModel | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| hasWelcomingTable | bool | |||||||
| getWelcomingTable | WelcomingTable | |||||||
| saveWelcomingTable | void | |||||||
| removeWelcomingTable | void | |||||||
| class OccupiedSeatOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| delete | void | |||||||
| class PersonalPlayerInfoOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| delete | void | |||||||
| class PlayedTrickOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| class PlayingPlayerOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| delete | void | |||||||
| getPlayingPlayer | PlayingPlayer | |||||||
| savePlayingPlayer | void | |||||||
| deleteForTable | void | |||||||
| getOrderedPlayingPlayers | Traversable | |||||||
| getPlayerCount | int | |||||||
| class RevealedCardsOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| deleteRevealedCards | void | |||||||
| class SeatedPlayerOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| getSeatedPlayer | SeatedPlayer | |||||||
| putPlayerAtTable | void | |||||||
| getPlayerProfile | PlayerProfile | |||||||
| class TableStateOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| deleteByTableIdentifier | void | |||||||
| class WelcomingTableOrmRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| remove | void | |||||||
| getRecentWelcomingTables | Traversable | |||||||
| interface ClientRelevantTableEvent | ||||||||
| Method | Argument | Typehint | Default | |||||
| getTableIdentifier | TableIdentifier | |||||||
| class PublishingProcessManager | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| applyCardPlayed | void | |||||||
| publishEvent | void | |||||||
| applyCardPickedUp | void | |||||||
| applyTrickWon | void | |||||||
| applyInvitationAccepted | void | |||||||
| applyVotedConclusion | void | |||||||
| applyConclusionVoteInvalidated | void | |||||||
| applyDealt | void | |||||||
| applyHandRevealed | void | |||||||
| applyPlayersTeamedUp | void | |||||||
| applyTableSuspended | void | |||||||
| applyTrumpRevealed | void | |||||||
| applyHandShownToSpectator | void | |||||||
| applyInitialHandShown | void | |||||||
| applyPlayerKicked | void | |||||||
| applyInvitationPublished | void | |||||||
| applyInvitationUnpublished | void | |||||||
| applyGameStarted | void | |||||||
| applyTrickReviewed | void | |||||||
| applyPlayerInvited | void | |||||||
| applyCardsCollected | void | |||||||
| interface RandomProvider | ||||||||
| Method | Argument | Typehint | Default | |||||
| getRandomNumber | int | |||||||
| class SimpleRandomProvider | ||||||||
| Method | Argument | Typehint | Default | |||||
| getRandomNumber | int | |||||||
| interface EventStreamHacks | ||||||||
| Method | Argument | Typehint | Default | |||||
| deleteStreamForAggregate | void | |||||||
| class OrmStoredEvent | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| fromStoredEvent | self | |||||||
| toStoredEvent | StoredEvent | |||||||
| getId | ?int | |||||||
| getAggregateRootId | string | |||||||
| getAggregateVersion | int | |||||||
| getEventType | string | |||||||
| getPayload | array | |||||||
| class OrmStoredEventRepository | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| save | void | |||||||
| getAllForAggregate | \Generator | |||||||
| delete | void | |||||||
| hasByAggregateRoot | bool | |||||||
| getStream | Generator | |||||||
| deleteStreamForAggregate | void | |||||||
| class TestDataCommand | ||||||||
| Method | Argument | Typehint | Default | |||||
| __construct | ||||||||
| execute | ||||||||
| createGameReadyToPlay | void | |||||||
| createTableWithPlayers | void | |||||||
| addConfirmedPlayer | void | |||||||
| createTableOf4ReadyToPlay | void | |||||||
| createTableOf5ReadyToPlay | void | |||||||
| createTableOf5WithFirstTrickOnTheTable | void | |||||||
| createTableOf6ReadyToPlay | void | |||||||
| createTableOf5WithFirstTrickCollected | void | |||||||
| class TestGames | ||||||||
| Method | Argument | Typehint | Default | |||||
| game1 | GameIdentifier | |||||||
| game2 | GameIdentifier | |||||||
| game3 | GameIdentifier | |||||||
| game4 | GameIdentifier | |||||||
| game5 | GameIdentifier | |||||||
| game6 | GameIdentifier | |||||||
| game11 | GameIdentifier | |||||||
| game14 | GameIdentifier | |||||||
| game16 | GameIdentifier | |||||||
| game18 | GameIdentifier | |||||||
| game19 | GameIdentifier | |||||||
| game21_1 | GameIdentifier | |||||||
| game23 | GameIdentifier | |||||||
| game26 | GameIdentifier | |||||||
| class TestInvitations | ||||||||
| Method | Argument | Typehint | Default | |||||
| invitation1 | Invitation | |||||||
| invitation2 | Invitation | |||||||
| invitation24_1 | Invitation | |||||||
| invitation24_2 | Invitation | |||||||
| class TestPlayers | ||||||||
| Method | Argument | Typehint | Default | |||||
| penningmeester | PlayerIdentifier | |||||||
| secretaris | PlayerIdentifier | |||||||
| dtl | PlayerIdentifier | |||||||
| ddb | PlayerIdentifier | |||||||
| dpb | PlayerIdentifier | |||||||
| diu | PlayerIdentifier | |||||||
| class TestProfiles | ||||||||
| Method | Argument | Typehint | Default | |||||
| ddb | PlayerProfile | |||||||
| penningmeester | PlayerProfile | |||||||
| secretaris | PlayerProfile | |||||||
| dpb | PlayerProfile | |||||||
| dtl | PlayerProfile | |||||||
| class TestSecrets | ||||||||
| Method | Argument | Typehint | Default | |||||
| penningmeester | Secret | |||||||
| secretaris | Secret | |||||||
| dtl | Secret | |||||||
| ddb | Secret | |||||||
| dpb | Secret | |||||||
| diu | Secret | |||||||
| table1 | Secret | |||||||
| table2 | Secret | |||||||
| table3 | Secret | |||||||
| table4 | Secret | |||||||
| table5 | Secret | |||||||
| table6 | Secret | |||||||
| table7 | Secret | |||||||
| table8 | Secret | |||||||
| table9 | Secret | |||||||
| table10 | Secret | |||||||
| table11 | Secret | |||||||
| table12 | Secret | |||||||
| table13 | Secret | |||||||
| table14 | Secret | |||||||
| table15 | Secret | |||||||
| table16 | Secret | |||||||
| table17 | Secret | |||||||
| table18 | Secret | |||||||
| table19 | Secret | |||||||
| table20 | Secret | |||||||
| table21 | Secret | |||||||
| table22 | Secret | |||||||
| table23 | Secret | |||||||
| table24 | Secret | |||||||
| table25 | Secret | |||||||
| table26 | Secret | |||||||
| class TestTables | ||||||||
| Method | Argument | Typehint | Default | |||||
| table1 | TableIdentifier | |||||||
| table2 | TableIdentifier | |||||||
| table3 | TableIdentifier | |||||||
| table4 | TableIdentifier | |||||||
| table5 | TableIdentifier | |||||||
| table6 | TableIdentifier | |||||||
| table7 | TableIdentifier | |||||||
| table8 | TableIdentifier | |||||||
| table9 | TableIdentifier | |||||||
| table10 | TableIdentifier | |||||||
| table11 | TableIdentifier | |||||||
| table12 | TableIdentifier | |||||||
| table13 | TableIdentifier | |||||||
| table14 | TableIdentifier | |||||||
| table15 | TableIdentifier | |||||||
| table16 | TableIdentifier | |||||||
| table17 | TableIdentifier | |||||||
| table18 | TableIdentifier | |||||||
| table19 | TableIdentifier | |||||||
| table20 | TableIdentifier | |||||||
| table21 | TableIdentifier | |||||||
| table22 | TableIdentifier | |||||||
| table23 | TableIdentifier | |||||||
| table24 | TableIdentifier | |||||||
| table25 | TableIdentifier | |||||||
| table26 | TableIdentifier | |||||||
| class Kernel | ||||||||
| Method | Argument | Typehint | Default | |||||
| registerBundles | iterable | |||||||
| getProjectDir | string | |||||||
| configureContainer | void | |||||||
| configureRoutes | void | |||||||