Class Visibility Suggestions

Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .

  Name Value None (public) Public Protected Private Constant
class Card
 ACE1    
 CLUBS'clubs'
    
 DIAMONDS'diamonds'
    
 HEARTS'hearts'
    
 JACK11    
 KING13    
 QUEEN12    
 SPADES'spades'
    
 $rank    
 $suit    
class CardGame
 MAX_NAME_LENGTH30    
 $gameName    
class Game
 MIN_PLAYER_COUNT4    
 $gameIdentifier    
 $players    
 $cards    
 $status    
 $hands    
 $currentTrick    
 $currentTrickNumber    
 $winnerElection    
 $tableIdentifier    
 $playedTricks    
 $conclusionElection    
 $revealedHands    
 $teams    
 $lastCardDealt    
 $lastPlayer    
 $initialHands    
class InvitationPrivacy
 EXPIRED'expired'
    
 PRIVATE
'private'
    
 PUBLIC
'public'
    
 $privacy    
class Kernel
 CONFIG_EXTS'.{php,xml,yaml,yml}'
    
class Language
 DEFAULT
'en'
    
 $lang    
class PlayerName
 MAX_NAME_LENGTH35    
class Table
 CAPACITY6    
 $tableIdentifier    
 $seats    
 $gameNumber    
 $cards    
 $dealer    
 $currentlyPlaying    
 $cardGame    
 $publishedInvitations    
 $formerPlayers    
class TableApiController
 INVITATION_DATE_THRESHOLD'-6 hours'
    
 $normalizer    
class OccupiedSeatReadModel
 $repository    
 $router    
class TableStateReadModel
 $repository    
 $normalizer    
 $denormalizer    
class RevealedCardsReadModel
 $ormRepository    
 $normalizer    
 $denormalizer    
class PersonalPlayerInfoReadModel
 $ormRepository    
 $normalizer    
 $denormalizer    
class WelcomingTableReadModel
 $ormRepository    
class OrmOccupiedSeat
 $tableId    
 $playerId    
 $playerName    
 $invitationLink    
 $seat    
 $invitation    
 $hostName    
 $lang    
 $invitationPrivacy    
class OrmPlayedTrick
 $gameId    
 $trickNumber    
 $normalizedCards    
 $winner    
class OrmPersonalPlayerInfo
 $playerId    
 $normalizedCards    
 $trumpCardNumber    
 $tableId    
 $gameId    
 $cardsOpen    
class OrmSeatedPlayer
 $tableId    
 $playerId    
 $playerName    
 $lang    
 $seat    
class OrmPlayingPlayer
 $tableId    
 $playerId    
 $playerName    
 $cardsInHand    
 $tricksWon    
 $isLastPlayer    
 $shownTrump    
 $seat    
class OrmRevealedCards
 $gameId    
 $viewerId    
 $playerId    
 $normalizedCards    
 $tableId    
class OrmWelcomingTable
 $tableId    
 $host    
 $latestInvitationPublishedAt    
 $publishedInvitations    
 $currentPlayers    
 $cardGame    
 $language    
class OrmTableState
 $gameId    
 $normalizedTrick    
 $trickNumber    
 $tableId    
 $doneVotes    
 $redealVotes    
 $lastPlayer    
 $normalizedTeams    
 $suspended    
 $cardGame    
 $firstGame    
class OrmStoredEvent
 $id    
 $aggregateRootId    
 $aggregateVersion    
 $eventType    
 $payload    
 $createdAt    
class ConclusionVoteInvalidated
 $gameIdentifier    
 $playerIdentifier    
 $conclusion    
 $tableIdentifier    
class TrickWon
 $gameIdentifier    
 $winner    
 $trickNumber    
 $trick    
 $tableIdentifier    
class CardsCutAfter
 $gameIdentifier    
 $numberOfCards    
class TrickReviewed
 $gameIdentifier    
 $reviewer    
 $winner    
 $trickNumber    
 $trick    
 $tableIdentifier    
class CardsReceived
 $gameIdentifier    
 $playerIdentifier    
 $cards    
 $tableIdentifier    
class HandSorted
 $gameIdentifier    
 $playerIdentifier    
 $hand    
class PlayersTeamedUp
 $gameIdentifier    
 $tableIdentifier    
 $teams    
 $playerIdentifier    
class CardPickedUp
 $gameIdentifier    
 $playerIdentifier    
 $trickNumber    
 $card    
 $tableIdentifier    
class InitialHandShown
 $gameIdentifier    
 $playerIdentifier    
 $hand    
 $tableIdentifier    
class HandRevealed
 $gameIdentifier    
 $PlayerIdentifier    
 $hand    
 $tableIdentifier    
class Dealt
 $gameIdentifier    
 $lastPlayer    
 $lastCardDealt    
 $tableIdentifier    
class WinnerVotesInvalidated
 $gameIdentifier    
 $trickNumber    
class GameAborted
 $gameIdentifier    
 $tableIdentifier    
 $cards    
class GameEnded
 $gameIdentifier    
 $tableIdentifier    
 $cards    
class GameStarted
 $gameIdentifier    
 $players    
 $cards    
 $tableIdentifier    
class VotedAsWinner
 $gameIdentifier    
 $voter    
 $winner    
 $trickNumber    
class VotedConclusion
 $gameIdentifier    
 $playerIdentifier    
 $conclusion    
 $tableIdentifier    
class TrumpRevealed
 $gameIdentifier    
 $lastPlayer    
 $trump    
 $tableIdentifier    
class GameCanceled
 $gameIdentifier    
 $tableIdentifier    
 $cards    
class CardPlayed
 $gameIdentifier    
 $playerIdentifier    
 $card    
 $trickNumber    
 $tableIdentifier    
class AbortGame
 $gameIdentifier    
class RevealHand
 $gameIdentifier    
 $playerIdentifier    
class InvalidateConclusionVote
 $gameIdentifier    
 $playerIdentifier    
class PlayCard
 $gameIdentifier    
 $playerIdentifier    
 $card    
 $trickNumber    
class TeamUpPlayers
 $gameIdentifier    
 $teams    
 $playerIdentifier    
class ReviewPreviousTrick
 $gameIdentifier    
 $reviewer    
 $trickNumber    
class CutCardsAfter
 $gameIdentifier    
 $numberOfCards    
class VoteAsWinner
 $gameIdentifier    
 $voter    
 $trickNumber    
 $winner    
class RevealTrump
 $gameIdentifier    
 $playerIdentifier    
class AbstractGameCommandHandler
 $gameRepository    
class ShowInitialHand
 $gameIdentifier    
 $playerIdentifier    
class PickUpCard
 $gameIdentifier    
 $playerIdentifier    
 $trickNumber    
class StartGame
 $gameIdentifier    
 $players    
 $cards    
 $tableIdentifier    
class SortHand
 $gameIdentifier    
 $playerIdentifier    
 $hand    
class Deal
 $gameIdentifier    
 $dealingStrategy    
 $lastPlayer    
class VoteGameConclusion
 $gameIdentifier    
 $voter    
 $gameConclusion    
class TableProcessManager
 $randomNumbers    
class CardsCollected
 $tableIdentifier    
 $cards    
class HandShownToSpectator
 $tableIdentifier    
 $gameNumber    
 $playerIdentifier    
 $spectatorIdentifier    
class InvitationPublished
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $publicationDate    
class InvitationAccepted
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $playerName    
 $seat    
 $playerLanguage    
class GameChosen
 $tableIdentifier    
 $cardGame    
 $playerIdentifier    
class GamePrepared
 $tableIdentifier    
 $dealer    
 $cutter    
 $gameNumber    
 $cards    
 $playersAtTable    
 $dealingStrategy    
 $currentlyPlaying    
class TableSuspended
 $tableIdentifier    
 $gameNumber    
class InvitationUnpublished
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $unpublicationDate    
class PlayerInvited
 $tableIdentifier    
 $invitation    
 $seat    
 $host    
 $language    
class TableClaimed
 $tableIdentifier    
 $playerIdentifier    
 $playerName    
 $seat    
 $language    
class PlayerKicked
 $tableIdentifier    
 $playerIdentifier    
 $kickedBy    
class ShowHandToSpectator
 $tableIdentifier    
 $player    
 $spectator    
class ResumePlaying
 $tableIdentifier    
 $dealer    
 $host    
 $dealingStrategy    
class AcceptInvitation
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $playerName    
 $acceptationDate    
 $language    
class AbstractTableCommandHandler
 $tableRepository    
class PrepareNextGame
 $tableIdentifier    
 $dealingStrategy    
class ClaimTable
 $tableIdentifier    
 $playerProfile    
class PrepareFirstGame
 $dealer    
 $tableIdentifier    
 $host    
 $cards    
 $dealingStrategy    
class InvitePlayer
 $tableIdentifier    
 $invitation    
 $host    
 $language    
class KickPlayer
 $tableIdentifier    
 $playerToBeKicked    
 $kickingPlayer    
class ChooseGame
 $tableIdentifier    
 $cardGame    
 $playerIdentifier    
class PublishInvitation
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $publicationDate    
class PrepareRedeal
 $tableIdentifier    
 $dealingStrategy    
class UnpublishInvitation
 $tableIdentifier    
 $invitation    
 $playerIdentifier    
 $unpublicationDate    
class CollectCards
 $tableIdentifier    
 $cards    
class PlayingPlayerProjector
 $repository    
 $seatedPlayers    
class PlayingPlayer
 $cardsInHand    
 $tricksWon    
 $lastPlayer    
 $playerName    
 $playerIdentifier    
 $shownTrump    
 $tableIdentifier    
 $seat    
class PersonalPlayerInfoProjector
 $playerHandUpdater    
 $repository    
class PersonalPlayerInfo
 $hand    
 $trumpCard    
 $gameIdentifier    
 $playerIdentifier    
 $tableIdentifier    
 $cardsOpen    
class TableStateProjector
 $tableStateUpdater    
 $tableStateRepository    
 $playersAtTable    
class TableState
 $gameIdentifier    
 $trickNumber    
 $currentTrick    
 $tableIdentifier    
 $doneVotes    
 $redealVotes    
 $playerTeams    
 $cardGame    
 $suspended    
 $firstGame    
class SimpleSeatedPlayer
 $playerIdentifier    
 $playerName    
 $language    
 $seat    
class SeatedPlayerProjector
 $repository    
class SimplePlayerProfile
 $playerIdentifier    
 $playerName    
 $language    
class OccupiedSeatProjector
 $repository    
 $router    
 $playerProfiles    
class OccupiedSeat
 $playerIdentifier    
 $playerName    
 $invitationUrl    
 $tableIdentifier    
 $seat    
 $invitation    
 $hostName    
 $language    
 $invitationPrivacy    
class RevealedCards
 $gameIdentifier    
 $playerIdentifier    
 $revealedToPlayerIdentifier    
 $tableIdentifier    
 $cards    
class RevealedCardsProjector
 $playerHands    
 $repository    
 $playersAtTable    
class WelcomingTable
 $tableIdentifier    
 $host    
 $latestInvitationPublishedAt    
 $publishedInvitations    
 $playerCount    
 $cardGame    
 $language    
class WelcomingTableProjector
 $repository    
 $playerCounts    
 $playerProfiles    
 $tableCardGames    
class DealingStrategy
 $cardCounts    
class Election
 $votesByPlayer    
 $voteCount    
 $votesRequired    
 $participatingPlayers    
 $winningOption    
class GameNumber
 $number    
class GameConclusion
 $code    
class PlayedTricks
 $playedTricks    
class PlayedTrick
 $trick    
 $trickNumber    
 $winner    
class GameStatus
 $code    
class Trick
 $playedCards    
class AbstractPileOfCards
 $orderedCards    
 $cardsByNumber    
class SimplePiles
 $piles    
class HandsNormalizer
 $pileOfCardsNormalizer    
class Hands
 $handsArray    
class DuplicateCard
 $card    
class SimpleNamedPlayer
 $playerIdentifier    
 $playerName    
class Teams
 $teamNumbersByPlayer    
class TeamsNormalizer
 $playerIdentifiersNormalizer    
class Team
 $playerIdentifiers    
class PlayerIdentifiers
 $orderedPlayers    
 $playersById    
class DuplicatePlayer
 $playerIdentifier    
class SeatsAtTable
 $players    
 $invitations    
 $capacity    
class Seat
 $seatNumber    
class Invitations
 $invitations    
class AbstractShortString
 $value    
class PublishingProcessManager
 $publisher    
 $normalizer    
class TestDataCommand
 $defaultName    
 $commandBus    
 $tableProcessManager    
class TrickApiController
 $commandBus    
 $normalizer    
class InvitationApiController
 $commandBus    
 $normalizer    
class GameApiController
 $normalizer    
 $commandBus    
 $denormalizer    
class TrickHackController
 $commandBus    
class HandApiController
 $commandBus    
 $denormalizer    
 $normalizer    
class PlayerApiController
 $normalizer    
class VideoCallController
 $videoCallUrlPattern    
class OrganizerApiController
 $normalizer    
 $commandBus    
class
 registerBundles     
class
 getProjectDir     
class
 configureContainer     
class
 configureRoutes     
class
 __construct     
class
 saveOccupiedSeat     
class
 getOccupiedSeats     
class
 getSeatByOpenInvitation     
class
 deleteByTable     
class
 getPlayersAtTable     
class
 getSeatByPlayer     
class
 delete     
class
 __construct     
class
 getCurrentTrick     
class
 logTrick     
class
 getOrmTableState     
class
 getTrickFromEntity     
class
 replaceTrick     
class
 deleteTableState     
class
 getTableStateByGame     
class
 prepareGame     
class
 createTableState     
class
 getTableState     
class
 hasActiveTable     
class
 saveTableState     
class
 mapToOrm     
class
 mapFromOrm     
class
 getTeamsFromEntity     
class
 hasSuspendedTable     
class
 getTableByCurrentGame     
class
 getTeamsByGame     
class
 getCardGameByTable     
class
 __construct     
class
 saveRevealedCards     
class
 getRevealedByPlayer     
class
 getShownHandsBy     
class
 getRevealedCardsAtTable     
class
 findOrmRevealedCards     
class
 deleteRevealedCards     
class
 getCardsRevealedTo     
class
 getOrCreateRevealedCards     
class
 getRevealedCardsFromOrmEntity     
class
 __construct     
class
 emptyHand     
class
 receiveCards     
class
 getPlayerHand     
class
 replaceCards     
class
 removeCard     
class
 getOrmPersonalInfo     
class
 getPersonalPlayerInfo     
class
 getOrmPersonalInfoByGame     
class
 savePersonalPlayerInfo     
class
 updateHand     
class
 forgetTable     
class
 __construct     
class
 hasWelcomingTable     
class
 getWelcomingTable     
class
 saveWelcomingTable     
class
 removeWelcomingTable     
class
 __construct     
class
 save     
class
 __construct     
class
 save     
class
 deleteRevealedCards     
class
 __construct     
class
 save     
class
 delete     
class
 __construct     
class
 save     
class
 getSeatedPlayer     
class
 putPlayerAtTable     
class
 getPlayerProfile     
class
 __construct     
class
 save     
class
 deleteByTableIdentifier     
class
 __construct     
class
 save     
class
 remove     
class
 getRecentWelcomingTables     
class
 __construct     
class
 save     
class
 delete     
class
 getPlayingPlayer     
class
 savePlayingPlayer     
class
 deleteForTable     
class
 getOrderedPlayingPlayers     
class
 getPlayerCount     
class
 __construct     
class
 save     
class
 delete     
class
 __construct     
class
 fromOccupiedSeat     
class
 accept     
class
 toOccupiedSeat     
class
 hasActivePlayer     
class
 getPlayer     
class
 setInvitationPrivacy     
class
 __construct     
class
 getNormalizedCards     
class
 replaceNormalizedCards     
class
 getTrickNumber     
class
 __construct     
class
 createEmpty     
class
 clear     
class
 getNormalizedCards     
class
 replaceNormalizedCards     
class
 getTrumpCardNumber     
class
 setTrumpCard     
class
 getGameIdentifier     
class
 setGameIdentifier     
class
 clearTrumpCard     
class
 showCards     
class
 hasCardsOpen     
class
 hideCards     
class
 __construct     
class
 fromSeatedPlayer     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getLanguage     
class
 getSeat     
class
 __construct     
class
 fromPlayingPlayer     
class
 getTableIdentifier     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getCardsInHand     
class
 getTricksWon     
class
 isLastPlayer     
class
 getShownTrump     
class
 asPlayingPlayer     
class
 updateFrom     
class
 getSeat     
class
 __construct     
class
 showingCards     
class
 getGameIdentifier     
class
 getViewer     
class
 getPlayer     
class
 getNormalizedCards     
class
 setGameIdentifier     
class
 setViewerIdentifier     
class
 setPlayerIdentifier     
class
 setNormalizedCards     
class
 setTableIdentifier     
class
 getTableIdentifier     
class
 __construct     
class
 fromWelcomingTable     
class
 invitationsToScalarList     
class
 getTableIdentifier     
class
 getHost     
class
 getLatestInvitationPublishedAt     
class
 getPublishedInvitations     
class
 getCurrentPlayers     
class
 toWelcomingTable     
class
 setHost     
class
 setLatestInvitationPublishedAt     
class
 setPublishedInvitations     
class
 setPlayerCount     
class
 setCardGame     
class
 __construct     
class
 getNormalizedTrick     
class
 replaceNormalizedTrick     
class
 setTrickNumber     
class
 getTrickNumber     
class
 forNewTable     
class
 setGameIdentifier     
class
 getGameIdentifier     
class
 isActive     
class
 getTableIdentifier     
class
 getDoneVotes     
class
 getRedealVotes     
class
 setDoneVotes     
class
 setRedealVotes     
class
 getLastPlayer     
class
 setLastPlayer     
class
 getNormalizedTeams     
class
 setNormalizedTeams     
class
 suspend     
class
 isSuspended     
class
 getCardGame     
class
 setCardGame     
class
 resume     
class
 clearFirstGame     
class
 isFirstGame     
class
 __construct     
class
 save     
class
 getAllForAggregate     
class
 delete     
class
 hasByAggregateRoot     
class
 getStream     
class
 deleteStreamForAggregate     
class
 __construct     
class
 fromStoredEvent     
class
 toStoredEvent     
class
 getId     
class
 getAggregateRootId     
class
 getAggregateVersion     
class
 getEventType     
class
 getPayload     
class
 start     
class
 applyGameStarted     
class
 cutCards     
class
 applyCardsCutAfter     
class
 guardStatus     
class
 abort     
class
 guardCutAfter     
class
 deal     
class
 applyCardsReceived     
class
 sortHand     
class
 applyHandSorted     
class
 applyDealt     
class
 play     
class
 guardTrickNumber     
class
 guardCardInHand     
class
 guardHasNotPlayed     
class
 applyCardPlayed     
class
 pickUpCard     
class
 guardPlayedCard     
class
 applyCardPickedUp     
class
 voteWinner     
class
 guardTrickComplete     
class
 guardPlayer     
class
 applyVotedAsWinner     
class
 applyTrickWon     
class
 applyWinnerVotesInvalidated     
class
 endGame     
class
 getPilesFromPlayedTricks     
class
 applyGameEnded     
class
 voteGameConclusion     
class
 applyVotedConclusion     
class
 invalidateConclusionVote     
class
 applyConclusionVoteInvalidated     
class
 cancelGame     
class
 applyGameCanceled     
class
 revealHand     
class
 applyHandRevealed     
class
 teamUpPlayers     
class
 applyPlayersTeamedUp     
class
 guardPlayers     
class
 applyGameAborted     
class
 revealTrump     
class
 guardLastPlayer     
class
 showInitialHand     
class
 guardDealt     
class
 reviewPreviousTrick     
class
 __construct     
class
 fromNumber     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getAggregateRootIdentifier     
class
 getConclusion     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getWinner     
class
 getTrickNumber     
class
 getAggregateRootIdentifier     
class
 getTrick     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getNumberOfCards     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getReviewer     
class
 getWinner     
class
 getTrickNumber     
class
 getTrick     
class
 getTableIdentifier     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getHand     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getTableIdentifier     
class
 getTeams     
class
 getAggregateRootIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getTrickNumber     
class
 getAggregateRootIdentifier     
class
 getCard     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getHand     
class
 getTableIdentifier     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getHand     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getLastPlayer     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 getLastCardDealt     
class
 __construct     
class
 getGameIdentifier     
class
 getTrickNumber     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getTableIdentifier     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getTableIdentifier     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayers     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getVoter     
class
 getWinner     
class
 getAggregateRootIdentifier     
class
 getTrickNumber     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getConclusion     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getLastPlayer     
class
 getAggregateRootIdentifier     
class
 getTrump     
class
 getTableIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getTableIdentifier     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getCard     
class
 getTrickNumber     
class
 getAggregateRootIdentifier     
class
 getTableIdentifier     
class
 create     
class
 create     
class
 create     
class
 create     
class
 create     
class
 create     
class
 __construct     
class
 getGameIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getCard     
class
 getTrickNumber     
class
 __construct     
class
 getGameIdentifier     
class
 getTeams     
class
 getPlayerIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getReviewer     
class
 getTrickNumber     
class
 __construct     
class
 getGameIdentifier     
class
 getNumberOfCards     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getGameIdentifier     
class
 getVoter     
class
 getTrickNumber     
class
 getWinner     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getTrickNumber     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayers     
class
 getCards     
class
 getTableIdentifier     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getHand     
class
 __construct     
class
 getGameIdentifier     
class
 getDealingStrategy     
class
 getLastPlayer     
class
 __construct     
class
 getGameIdentifier     
class
 getVoter     
class
 getGameConclusion     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 claim     
class
 applyTableClaimed     
class
 invitePlayer     
class
 guardTableSize     
class
 applyPlayerInvited     
class
 acceptInvitation     
class
 guardKnownInvitation     
class
 guardNewPlayer     
class
 applyInvitationAccepted     
class
 prepareFirstGame     
class
 guardNumberOfPlayers     
class
 guardKnownPlayer     
class
 applyGamePrepared     
class
 prepareNextGame     
class
 guardDealer     
class
 guardGame     
class
 prepareRedeal     
class
 kickPlayer     
class
 applyPlayerKicked     
class
 applyTableSuspended     
class
 collectCards     
class
 applyCardsCollected     
class
 guardInactive     
class
 resumePlaying     
class
 showHandToSpectator     
class
 guardSpectator     
class
 chooseCardGame     
class
 publishInvitation     
class
 applyInvitationPublished     
class
 unpublishInvitation     
class
 applyInvitationUnpublished     
class
 getNamespace     
class
 withSecret     
class
 __construct     
class
 __construct     
class
 applyGamePrepared     
class
 applyGameEnded     
class
 applyGameCanceled     
class
 applyTableSuspended     
class
 applyGameAborted     
class
 changeRandomNumberGenerator     
class
 __construct     
class
 getTableIdentifier     
class
 getCards     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getGameNumber     
class
 getPlayerIdentifier     
class
 getSpectatorIdentifier     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getPublicationDate     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 byPlayer     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getAggregateRootIdentifier     
class
 getSeat     
class
 getPlayerProfile     
class
 getPlayerLanguage     
class
 __construct     
class
 getTableIdentifier     
class
 getCardGame     
class
 getAggregateRootIdentifier     
class
 getPlayerIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getGameIdentifier     
class
 getDealer     
class
 getCutter     
class
 getAggregateRootIdentifier     
class
 getGameNumber     
class
 getCards     
class
 getPlayersAtTable     
class
 getDealingStrategy     
class
 getCurrentlyPlaying     
class
 __construct     
class
 getTableIdentifier     
class
 getAggregateRootIdentifier     
class
 getGameNumber     
class
 getGameIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getUnpublicationDate     
class
 getAggregateRootIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getAggregateRootIdentifier     
class
 getSeat     
class
 getHost     
class
 getLanguage     
class
 __construct     
class
 getTableIdentifier     
class
 getPlayerIdentifier     
class
 getAggregateRootIdentifier     
class
 getPlayerName     
class
 getSeat     
class
 getLanguage     
class
 getPlayerProfile     
class
 __construct     
class
 getTableIdentifier     
class
 getPlayerIdentifier     
class
 getKickedBy     
class
 getAggregateRootIdentifier     
class
 at     
class
 create     
class
 at     
class
 create     
class
 create     
class
 forUnknownInvitation     
class
 forPublishedInvitation     
class
 create     
class
 create     
class
 create     
class
 create     
class
 __construct     
class
 getTableIdentifier     
class
 getPlayer     
class
 getSpectator     
class
 __invoke     
class
 __construct     
class
 getTableIdentifier     
class
 getDealer     
class
 getHost     
class
 getDealingStrategy     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 byPlayer     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getAcceptationDate     
class
 getPlayerProfile     
class
 __construct     
class
 __construct     
class
 getTableIdentifier     
class
 getDealingStrategy     
class
 __construct     
class
 getTableIdentifier     
class
 getPlayerProfile     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getDealer     
class
 getTableIdentifier     
class
 getHost     
class
 getCards     
class
 getDealingStrategy     
class
 __invoke     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getHost     
class
 getLanguage     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getTableIdentifier     
class
 getPlayerToBeKicked     
class
 getKickingPlayer     
class
 __invoke     
class
 __construct     
class
 getTableIdentifier     
class
 getCardGame     
class
 getPlayerIdentifier     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getPublicationDate     
class
 __construct     
class
 getTableIdentifier     
class
 getDealingStrategy     
class
 __construct     
class
 getTableIdentifier     
class
 getInvitation     
class
 getPlayerIdentifier     
class
 getUnpublicationDate     
class
 __construct     
class
 getTableIdentifier     
class
 getCards     
class
 __construct     
class
 applyCardPlayed     
class
 applyCardPickedUp     
class
 applyGameStarted     
class
 applyCardsReceived     
class
 applyDealt     
class
 applyTrumpRevealed     
class
 applyGameEnded     
class
 applyGameCanceled     
class
 applyGameAborted     
class
 applyTrickWon     
class
 __construct     
class
 getCardsInHand     
class
 getTricksWon     
class
 create     
class
 withCardPlayed     
class
 withAdditionalCards     
class
 withAdditionalTrick     
class
 isLastPlayer     
class
 asLastPlayer     
class
 asNonLastPlayer     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 withAdditionalCard     
class
 getShownTrump     
class
 withTrumpRevealed     
class
 withTrumpHidden     
class
 getTableIdentifier     
class
 getSeat     
class
 __construct     
class
 applyGameStarted     
class
 applyCardsReceived     
class
 applyHandSorted     
class
 applyCardPlayed     
class
 applyCardPickedUp     
class
 applyInvitationAccepted     
class
 applyTableClaimed     
class
 applyDealt     
class
 applyInitialHandShown     
class
 applyHandRevealed     
class
 __construct     
class
 forPlayerAtTable     
class
 getHand     
class
 getTrumpCard     
class
 hasTrumpCard     
class
 withTrumpCard     
class
 playingGame     
class
 getPlayerIdentifier     
class
 getTableIdentifier     
class
 isPlaying     
class
 getGameIdentifier     
class
 withHand     
class
 withoutTrumpCard     
class
 hasCardsOpen     
class
 withCardsOpen     
class
 emptyHanded     
class
 create     
class
 __construct     
class
 applyCardPlayed     
class
 applyCardPickedUp     
class
 applyTrickWon     
class
 applyGameStarted     
class
 applyTableClaimed     
class
 applyGamePrepared     
class
 applyVotedConclusion     
class
 applyConclusionVoteInvalidated     
class
 applyDealt     
class
 applyPlayersTeamedUp     
class
 applyTableSuspended     
class
 applyGameChosen     
class
 __construct     
class
 forNewTable     
class
 forNewGame     
class
 getGameIdentifier     
class
 getTrickNumber     
class
 getCurrentTrick     
class
 getTableIdentifier     
class
 withConclusionVote     
class
 getDoneVotes     
class
 getRedealVotes     
class
 withConclusionVoteWithdrawn     
class
 withTrickNumber     
class
 withPlayedCard     
class
 withCardPickedUp     
class
 getPlayerTeams     
class
 withPlayersTeamedUp     
class
 getCardGame     
class
 playing     
class
 isActive     
class
 isSuspended     
class
 asSuspended     
class
 isFirstGame     
class
 __construct     
class
 fromProfile     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getLanguage     
class
 getSeat     
class
 __construct     
class
 applyInvitationAccepted     
class
 applyTableClaimed     
class
 __construct     
class
 fromPlayerProfile     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getLanguage     
class
 __construct     
class
 applyTableClaimed     
class
 applyPlayerInvited     
class
 applyInvitationAccepted     
class
 applyPlayerKicked     
class
 applyInvitationPublished     
class
 applyInvitationUnpublished     
class
 __construct     
class
 initial     
class
 invited     
class
 accepted     
class
 getTableIdentifier     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getInvitationUrl     
class
 hasAccepted     
class
 getSeat     
class
 acceptedBy     
class
 invitationPending     
class
 getInvitation     
class
 getHostName     
class
 getLanguage     
class
 getInvitationPrivacy     
class
 withPublishedInvitation     
class
 withUnpublishedInvitation     
class
 __construct     
class
 none     
class
 getGameIdentifier     
class
 getPlayerIdentifier     
class
 getRevealedToPlayerIdentifier     
class
 getTableIdentifier     
class
 withoutCard     
class
 withCard     
class
 getCards     
class
 isEmpty     
class
 __construct     
class
 applyHandShownToSpectator     
class
 applyCardPlayed     
class
 applyCardPickedUp     
class
 applyCardsCollected     
class
 applyHandRevealed     
class
 applyInitialHandShown     
class
 __construct     
class
 getTableIdentifier     
class
 getHost     
class
 getLatestInvitationPublishedAt     
class
 getPublishedInvitations     
class
 getPlayerCount     
class
 withAdditionalInvitation     
class
 getCardGame     
class
 withInvitationRemoved     
class
 hasPublishedInvitations     
class
 playing     
class
 withPlayerLeft     
class
 withAdditionalPlayer     
class
 getLanguage     
class
 __construct     
class
 applyInvitationPublished     
class
 applyInvitationUnpublished     
class
 applyGameChosen     
class
 applyInvitationAccepted     
class
 applyPlayerKicked     
class
 create     
class
 __construct     
class
 fourFourFive     
class
 singleCard     
class
 getIterator     
class
 __construct     
class
 start     
class
 withVote     
class
 guardValidPlayer     
class
 getWinningOption     
class
 hasWinner     
class
 hasVote     
class
 playerHasVoted     
class
 getVote     
class
 withVoteWithdrawn     
class
 create     
class
 __construct     
class
 fromInteger     
class
 second     
class
 toInteger     
class
 first     
class
 next     
class
 __construct     
class
 DONE     
class
 REDEAL     
class
 fromString     
class
 __toString     
class
 __construct     
class
 empty
     
class
 withPlayedTrick     
class
 getIterator     
class
 getReverseIterator     
class
 getByTrickNumber     
class
 __construct     
class
 getIterator     
class
 getTrick     
class
 getTrickNumber     
class
 getWinner     
class
 __construct     
class
 NEW
     
class
 CUT     
class
 PLAYING     
class
 DONE     
class
 __toString     
class
 __construct     
class
 empty
     
class
 getIterator     
class
 withPlayedCard     
class
 withCardWithdrawn     
class
 hasCardFromPlayer     
class
 getPlayers     
class
 getCardPlayedBy     
class
 count     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 create     
class
 create     
class
 create     
class
 create     
class
 create     
class
 create     
class
 create     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 generateCards     
class
 __construct     
class
 guardRank     
class
 guardSuit     
class
 fromCardNumber     
class
 getCardNumber     
class
 getSuits     
class
 getRank     
class
 getSuit     
class
 __toString     
class
 __construct     
class
 fromCards     
class
 getIterator     
class
 empty
     
class
 noCards     
class
 mergedWith     
class
 generateCardsMergedWith     
class
 hasSameCardsAs     
class
 has     
class
 without     
class
 with     
class
 __construct     
class
 count     
class
 getByIndex     
class
 merged     
class
 first     
class
 second     
class
 backwards     
class
 withAdditionalPiles     
class
 getIterator     
class
 withAdditionalPile     
class
 shuffled     
class
 __construct     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 __construct     
class
 empty
     
class
 withHand     
class
 withAdditionalCardsForPlayer     
class
 getHand     
class
 withoutPlayerCard     
class
 withAdditionalCardForPlayer     
class
 getIterator     
class
 getPlayers     
class
 hasHandFor     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 complete     
class
 allCards     
class
 singleCard     
class
 generateSingleCard     
class
 thirtyTwo     
class
 thirtyTwoCards     
class
 shuffled     
class
 count     
class
 cutAfter     
class
 splitAfter     
class
 isEmpty     
class
 getLast     
class
 getFirst     
class
 withCardsRemoved     
class
 containsSequence     
class
 getFirstCards     
class
 fromCard     
class
 create     
class
 __construct     
class
 getPlayerIdentifier     
class
 getPlayerName     
class
 getNamespace     
class
 withSecret     
class
 __construct     
class
 allIndividual     
class
 empty
     
class
 getIterator     
class
 getTeamNumber     
class
 withAdditionalTeam     
class
 getIndividualPlayers     
class
 __construct     
class
 fromString     
class
 getSupportedLanguages     
class
 default
     
class
 nl     
class
 toString     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 __construct     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 fromString     
class
 unknown     
class
 getMaxLength     
class
 __construct     
class
 withPlayers     
class
 getPlayerIdentifiers     
class
 getIterator     
class
 __construct     
class
 none     
class
 getIterator     
class
 count     
class
 withLastPlayer     
class
 has     
class
 with     
class
 getNextPlayer     
class
 getFourPlayers     
class
 without     
class
 getLastPlayerForDealer     
class
 getPreviousPlayer     
class
 fromPlayer     
class
 create     
class
 create     
class
 __construct     
class
 getPlayers     
class
 empty
     
class
 hasPlayerOnSeat     
class
 withPlayerOnSeat     
class
 guardSeatNumber     
class
 hasInvitationForSeat     
class
 withInvitation     
class
 guardFreeSeat     
class
 hasInvitation     
class
 getFreeSeat     
class
 isFree     
class
 hasFreeSeat     
class
 getReservedSeat     
class
 hasPlayer     
class
 playerCount     
class
 getPlayerNextTo     
class
 withPlayerGone     
class
 getPlayerSeat     
class
 getPlayerBefore     
class
 unspecified     
class
 soloWhist     
class
 fromString     
class
 getGameName     
class
 getMaxLength     
class
 isSpecified     
class
 __construct     
class
 fromInteger     
class
 zero     
class
 toInteger     
class
 create     
class
 create     
class
 create     
class
 create     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 __construct     
class
 privateInvitation     
class
 publicInvitation     
class
 expired     
class
 fromString     
class
 toString     
class
 __construct     
class
 none     
class
 getIterator     
class
 has     
class
 with     
class
 without     
class
 isEmpty     
class
 getRandomInvitation     
class
 create     
class
 create     
class
 fromInvitation     
class
 denormalize     
class
 supportsDenormalization     
class
 normalize     
class
 supportsNormalization     
class
 __construct     
class
 getMaxLength     
class
 toString     
class
 __construct     
class
 applyCardPlayed     
class
 publishEvent     
class
 applyCardPickedUp     
class
 applyTrickWon     
class
 applyInvitationAccepted     
class
 applyVotedConclusion     
class
 applyConclusionVoteInvalidated     
class
 applyDealt     
class
 applyHandRevealed     
class
 applyPlayersTeamedUp     
class
 applyTableSuspended     
class
 applyTrumpRevealed     
class
 applyHandShownToSpectator     
class
 applyInitialHandShown     
class
 applyPlayerKicked     
class
 applyInvitationPublished     
class
 applyInvitationUnpublished     
class
 applyGameStarted     
class
 applyTrickReviewed     
class
 applyPlayerInvited     
class
 applyCardsCollected     
class
 getRandomNumber     
class
 ddb     
class
 penningmeester     
class
 secretaris     
class
 dpb     
class
 dtl     
class
 table1     
class
 table2     
class
 table3     
class
 table4     
class
 table5     
class
 table6     
class
 table7     
class
 table8     
class
 table9     
class
 table10     
class
 table11     
class
 table12     
class
 table13     
class
 table14     
class
 table15     
class
 table16     
class
 table17     
class
 table18     
class
 table19     
class
 table20     
class
 table21     
class
 table22     
class
 table23     
class
 table24     
class
 table25     
class
 table26     
class
 penningmeester     
class
 secretaris     
class
 dtl     
class
 ddb     
class
 dpb     
class
 diu     
class
 table1     
class
 table2     
class
 table3     
class
 table4     
class
 table5     
class
 table6     
class
 table7     
class
 table8     
class
 table9     
class
 table10     
class
 table11     
class
 table12     
class
 table13     
class
 table14     
class
 table15     
class
 table16     
class
 table17     
class
 table18     
class
 table19     
class
 table20     
class
 table21     
class
 table22     
class
 table23     
class
 table24     
class
 table25     
class
 table26     
class
 invitation1     
class
 invitation2     
class
 invitation24_1     
class
 invitation24_2     
class
 game1     
class
 game2     
class
 game3     
class
 game4     
class
 game5     
class
 game6     
class
 game11     
class
 game14     
class
 game16     
class
 game18     
class
 game19     
class
 game21_1     
class
 game23     
class
 game26     
class
 __construct     
class
 execute     
class
 createGameReadyToPlay     
class
 createTableWithPlayers     
class
 addConfirmedPlayer     
class
 createTableOf4ReadyToPlay     
class
 createTableOf5ReadyToPlay     
class
 createTableOf5WithFirstTrickOnTheTable     
class
 createTableOf6ReadyToPlay     
class
 createTableOf5WithFirstTrickCollected     
class
 penningmeester     
class
 secretaris     
class
 dtl     
class
 ddb     
class
 dpb     
class
 diu     
class
 __construct     
class
 playCard     
class
 getTrick     
class
 pickUpCard     
class
 voteWinner     
class
 reviewPrevious     
class
 __construct     
class
 invitePlayer     
class
 publishInvitation     
class
 unpublishInvitation     
class
 __construct     
class
 voteConclusion     
class
 invalidateConclusionVote     
class
 teamUpPlayers     
class
 revealTrump     
class
 getPlayerTeams     
class
 hello     
class
 manageSeats     
class
 acceptPrivateInvitation     
class
 currentGame     
class
 acceptPublishedInvitation     
class
 game     
class
 __construct     
class
 playCardHack     
class
 pickUpCardHack     
class
 __construct     
class
 sortPlayerHand     
class
 revealPlayerHand     
class
 showHandToSpectator     
class
 getHandsShownToPlayer     
class
 showInitialCards     
class
 __invoke     
class
 __invoke     
class
 __construct     
class
 getPlayerInfo     
class
 __construct     
class
 __invoke     
class
 __construct     
class
 getTableState     
class
 getActivePlayers     
class
 getPlayingPlayers     
class
 getWelcomingTables     
class
 __construct     
class
 getSeats     
class
 prepareGame     
class
 kickPlayer     
class
 getNewDeck     
class
 chooseCardGame     
class
 create