Element index for package HTClient
c
h
_
top
top
c
- $cache
- in file HTTranslate.php, variable HTTranslate::$cache
Internal cache array
- $cache
- in file HTRatings.php, variable HTRatings::$cache
Internal cache array
- $cache
- in file CHPP.php, variable CHPP::$cache
Internal cache array
- CHPP
- in file CHPP.php, class CHPP
Connection class for interaction with the online game Hattrick.
- CHPP.php
- procedural page CHPP.php
top
h
- htAddPlayerRatings
- in file HTRatings.php, method HTRatings::htAddPlayerRatings()
Add provided player to the specified position list.
- htCache
- in file HTRatings.php, method HTRatings::htCache()
Set or retrieve internal cache, required by interface 'HT_Module'.
- htCache
- in file CHPP.php, method CHPP::htCache()
Set or retrieve internal cache, required by interface 'HT_Module'.
- htCache
- in file HTTranslate.php, method HTTranslate::htCache()
Set or retrieve internal cache, required by interface 'HT_Module'.
- HTClient
- in file HTClient.php, class HTClient
Connection class for interaction with the online game Hattrick.
- HTClient.php
- procedural page HTClient.php
- htCurrent
- in file HTClient.php, method HTClient::htCurrent()
Retrieve the main Hattrick files related to current user team, filling the specific cache slot 'Current'.
- htFile
- in file CHPP.php, method CHPP::htFile()
Get values within specified Hattrick file, updating internal cache on success. User should provide key/values pais as parameters for the requested Hattrick page, plus some extra information:
- htFillupPlayerRatings
- in file HTRatings.php, method HTRatings::htFillupPlayerRatings()
Update player ratings in every role/position inserting null values where no data is already present.
- htFindPlayer
- in file HTClient.php, method HTClient::htFindPlayer()
Search for specified player within the internal cache. When found, will eventually insert missing information about owning TeamID, that is fetched when calling htPlayers() instead of getting a specific one with htPlayer().
- htFixtures
- in file HTClient.php, method HTClient::htFixtures()
Retrieve requested league fixtures from Hattrick servers, saving them to internal cache within the slot of related league level unit, sorted by season number.
- htLeagueLevelUnit
- in file HTClient.php, method HTClient::htLeagueLevelUnit()
Retrieve a League Level Unit from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htLeagues
- in file HTClient.php, method HTClient::htLeagues()
Retrieve the league details from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htLineup
- in file HTClient.php, method HTClient::htLineup()
Retrieve a match lineup from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htLineupCompare
- in file HTRatings.php, method HTRatings::htLineupCompare()
Check if provided lineups are compatible.
- htLineupFlip
- in file HTRatings.php, method HTRatings::htLineupFlip()
Flip provided lineup.
- htLineupRatings
- in file HTRatings.php, method HTRatings::htLineupRatings()
Search inside every stored match for a lineup that is compatible with the passed one to see how it can perform.
- htLogin
- in file HTClient.php, method HTClient::htLogin()
User login asking to Hattrick servers for credentials validity.
- htLogout
- in file HTClient.php, method HTClient::htLogout()
Close Hattrick session
- htMatch
- in file HTClient.php, method HTClient::htMatch()
Retrieve a match from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htMatches
- in file HTClient.php, method HTClient::htMatches()
Retrieve requested match list from Hattrick servers.
- htMatchesArchives
- in file HTClient.php, method HTClient::htMatchesArchives()
Retrieve requested match list from Hattrick servers.
- htMatchEvents
- in file HTClient.php, method HTClient::htMatchEvents()
Retrieve a match description from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htPlayer
- in file HTClient.php, method HTClient::htPlayer()
Retrieve a player from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htPlayerEvents
- in file HTClient.php, method HTClient::htPlayerEvents()
Retrieve every event related to a specific player from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htPlayerNames
- in file HTClient.php, method HTClient::htPlayerNames()
Retrieve a list with player name in many different formats from the internal cache. If not present compose this information, saving it for future needs.
- htPlayerRatings
- in file HTRatings.php, method HTRatings::htPlayerRatings()
Update player ratings in every role/position, parsing stored matches for specified team.
- htPlayers
- in file HTClient.php, method HTClient::htPlayers()
Retrieve requested players from Hattrick servers, saving each one to internal cache.
- HTRatings
- in file HTRatings.php, class HTRatings
This class is usually used passing the whole HTClient cache as argument. Every provided function will extend the amount of stored information with ratings composed parsing available data.
- HTRatings.php
- procedural page HTRatings.php
- htTeam
- in file HTClient.php, method HTClient::htTeam()
Retrieve a team from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs when calling this function again with a specific TeamID.
- htTeamRatings
- in file HTRatings.php, method HTRatings::htTeamRatings()
Returns an array with every position that can be filled by a player of specified team.
- htTeamRatingsFlip
- in file HTRatings.php, method HTRatings::htTeamRatingsFlip()
Flip provided team ratings.
- htTrainingEvents
- in file HTClient.php, method HTClient::htTrainingEvents()
Retrieve every training event related to a specific player from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- htTransferHistory
- in file HTClient.php, method HTClient::htTransferHistory()
Retrieve every transfer event related to a specific player from the internal cache. If not present will fetch the requested information from Hattrick, saving it for future needs.
- HTTranslate
- in file HTTranslate.php, class HTTranslate
This class is usually used passing the whole HTClient cache as argument. Every provided function will extend the amount of stored information with translations composed parsing available data.
- HTTranslate.php
- procedural page HTTranslate.php
- htTranslateMatch
- in file HTTranslate.php, method HTTranslate::htTranslateMatch()
Translate requested match using provided parameters.
- htTranslatePlayers
- in file HTTranslate.php, method HTTranslate::htTranslatePlayers()
Translate requested team players using provided parameters.
- htTranslateWords
- in file HTTranslate.php, method HTTranslate::htTranslateWords()
Returns available translations for specified category.
- htUrl
- in file CHPP.php, method CHPP::htUrl()
Store reference http server, or get it parsing suggested URL from Hattrick.
- HT_CHPPXML
- in file CHPP.php, constant HT_CHPPXML
- HT_DEFAULT
- in file CHPP.php, constant HT_DEFAULT
- HT_URL
- in file CHPP.php, constant HT_URL