SYMBOL INDEX (843 symbols across 165 files) FILE: examples/AuthenticationExample.php class AuthenticationExample (line 11) | class AuthenticationExample { method run (line 16) | public function run() FILE: examples/CheckChallengeExample.php class CheckChallengeRequest (line 10) | class CheckChallengeRequest { method run (line 15) | public function run() FILE: examples/GUI_BestCpPokemonDetails.php function normalize (line 92) | function normalize($text) function make_row (line 97) | function make_row($k, $v) function show_error (line 102) | function show_error($txt) function html_start (line 107) | function html_start() function html_stop (line 115) | function html_stop() function html_header (line 122) | function html_header() function html_footer (line 137) | function html_footer() FILE: examples/ProxyExample.php class ProxyExample (line 11) | class ProxyExample { method run (line 16) | public function run() FILE: examples/ReleaseOnePidgeExample.php class ReleaseOnePidgeExample (line 10) | class ReleaseOnePidgeExample { method run (line 15) | public function run() FILE: examples/RetrieveAppliedItemsExample.php class RetrieveAppliedItemsExample (line 11) | class RetrieveAppliedItemsExample { method run (line 16) | public function run() FILE: examples/RetrieveJournalExample.php class RetrieveJournalExample (line 11) | class RetrieveJournalExample { method run (line 16) | public function run() FILE: examples/RetrievePlayerPokedexExample.php class RetrievePlayerPokedexExample (line 10) | class RetrievePlayerPokedexExample { method run (line 15) | public function run() FILE: examples/RetrievePlayerProfileExample.php class RetrievePlayerProfileExample (line 9) | class RetrievePlayerProfileExample { method run (line 14) | public function run() FILE: examples/RetrievePlayerStatsExample.php class RetrievePlayerStatsExample (line 9) | class RetrievePlayerStatsExample { method run (line 14) | public function run() FILE: examples/RetrievePokemonCandyCountExample.php class RetrievePokemonCandyCountExample (line 10) | class RetrievePokemonCandyCountExample { method run (line 15) | public function run() FILE: examples/RetrievePokemonCountExample.php class RetrievePokemonCountExample (line 10) | class RetrievePokemonCountExample { method run (line 15) | public function run() FILE: examples/RetrievePokemonTraitExample.php class RetrievePokemonTraitExample (line 10) | class RetrievePokemonTraitExample { method run (line 15) | public function run() FILE: examples/VerifyChallengeExample.php class VerifyChallengeRequest (line 10) | class VerifyChallengeRequest { method showForm (line 15) | public function showForm() method processRequest (line 78) | public function processRequest($token) FILE: includes/config.php function env (line 13) | function env($key, $default = null) FILE: includes/protocolbuffers.inc.php function checkArgument (line 34) | function checkArgument($exp, $message) class ProtobufIO (line 41) | abstract class ProtobufIO { method toStream (line 43) | public static function toStream($in, &$limit = PHP_INT_MAX) class ProtobufEnum (line 59) | abstract class ProtobufEnum { method toString (line 61) | public static function toString($value) class ProtobufMessage (line 72) | abstract class ProtobufMessage { method __construct (line 76) | function __construct($fp = null, &$limit = PHP_INT_MAX) method read (line 88) | public function read($in, &$limit = PHP_INT_MAX) method write (line 102) | abstract public function write($fp); method size (line 104) | abstract public function size(); method toProtobuf (line 108) | public function toProtobuf() class Protobuf (line 124) | abstract class Protobuf { method get_wiretype (line 190) | public static function get_wiretype($wire_type) method size_varint (line 216) | public static function size_varint($value) method decode_varint (line 249) | public static function decode_varint($encoded) method decode_signed_varint (line 261) | public static function decode_signed_varint($encoded) method decode_varint_int (line 289) | public static function decode_varint_int($encoded, $len) method decode_varint_float (line 304) | public static function decode_varint_float($encoded, $len) method decode_varint_bc (line 316) | public static function decode_varint_bc($encoded, $len) method decode_varint_gmp (line 327) | public static function decode_varint_gmp($encoded, $len) method read_bytes (line 339) | public static function read_bytes($fp, $len, &$limit = PHP_INT_MAX) method read_varint_bytes (line 379) | public static function read_varint_bytes($fp, &$limit = PHP_INT_MAX) method read_varint (line 400) | public static function read_varint($fp, &$limit = PHP_INT_MAX) method read_signed_varint (line 409) | public static function read_signed_varint($fp, &$limit = PHP_INT_MAX) method read_unpack (line 422) | protected static function read_unpack($fp, $len, $pack, &$limit = PHP_... method read_float (line 434) | public static function read_float($fp, &$limit = PHP_INT_MAX) method read_double (line 439) | public static function read_double($fp, &$limit = PHP_INT_MAX) method read_int32 (line 444) | public static function read_int32($fp, &$limit = PHP_INT_MAX) method read_uint32 (line 449) | public static function read_uint32($fp, &$limit = PHP_INT_MAX) method read_int64 (line 455) | public static function read_int64($fp, &$limit = PHP_INT_MAX) method read_uint64 (line 460) | public static function read_uint64($fp, &$limit = PHP_INT_MAX) method read_zint32 (line 465) | public static function read_zint32($fp, &$limit = PHP_INT_MAX) method read_zint64 (line 475) | public static function read_zint64($fp, &$limit = PHP_INT_MAX) method read_field (line 488) | public static function read_field($fp, $wire_type, &$limit = PHP_INT_MAX) method encode_varint_slide (line 525) | public static function encode_varint_slide($value) method encode_varint_int (line 621) | public static function encode_varint_int($value) method encode_varint_float (line 640) | public static function encode_varint_float($value) method encode_varint_bc (line 653) | public static function encode_varint_bc($value) method encode_varint_gmp (line 667) | public static function encode_varint_gmp($value) method encode_varint (line 696) | public static function encode_varint($value) method write_varint (line 735) | public static function write_varint($fp, $value) method write_pack (line 757) | protected static function write_pack($fp, $value, $pack) method write_float (line 774) | public static function write_float($fp, $f) method write_double (line 779) | public static function write_double($fp, $d) method write_int32 (line 784) | public static function write_int32($fp, $i) method write_uint32 (line 789) | public static function write_uint32($fp, $i) method write_int64 (line 795) | public static function write_int64($fp, $i) method write_uint64 (line 800) | public static function write_uint64($fp, $i) method write_zint32 (line 805) | public static function write_zint32($fp, $i) method write_zint64 (line 810) | public static function write_zint64($fp, $i) method skip_varint (line 818) | public static function skip_varint($fp) method skip_field (line 832) | public static function skip_field($fp, $wire_type, &$limit = PHP_INT_MAX) method toString (line 879) | public static function toString($key, $value, $default = null) FILE: src/Api/Data/Data.php class Data (line 8) | abstract class Data { method create (line 16) | public static function create($data) method __call (line 51) | public function __call($name, $arguments) method getClassProperties (line 71) | protected static function getClassProperties($instance) method getClassDefaultProperties (line 84) | protected static function getClassDefaultProperties($instance) method getAttribute (line 97) | protected function getAttribute($method) method isSetMethod (line 108) | protected function isSetMethod($method) method isGetMethod (line 119) | protected function isGetMethod($method) FILE: src/Api/Data/Device.php class Device (line 5) | class Device extends Data FILE: src/Api/Data/Location.php class Location (line 12) | class Location extends Data { method __construct (line 30) | public function __construct($latitude = 0.0, $longitude = 0.0) FILE: src/Api/Map/Data/Resource.php class Resource (line 19) | class Resource extends Data { method create (line 57) | public static function create($data) method addForts (line 91) | public function addForts($forts) method addSpawnPoints (line 117) | public function addSpawnPoints($spawnPoints) method addCatchablePokemons (line 130) | public function addCatchablePokemons($catchablePokemons) method addWildPokemons (line 141) | public function addWildPokemons($wildPokemons) method addNearbyPokemons (line 153) | public function addNearbyPokemons($nearbyPokemons) FILE: src/Api/Map/Data/Resources/CatchablePokemon.php class CatchablePokemon (line 9) | class CatchablePokemon extends Data { FILE: src/Api/Map/Data/Resources/Fort.php class Fort (line 46) | class Fort extends Data { FILE: src/Api/Map/Data/Resources/NearbyPokemon.php class NearbyPokemon (line 8) | class NearbyPokemon extends Data { FILE: src/Api/Map/Data/Resources/SpawnPoint.php class SpawnPoint (line 7) | class SpawnPoint extends Data { FILE: src/Api/Map/Data/Resources/WildPokemon.php class WildPokemon (line 8) | class WildPokemon extends Data { FILE: src/Api/Map/Data/Results/PokestopSpinResult.php class PokestopSpinResult (line 8) | class PokestopSpinResult extends Data { method getResult (line 48) | public function getResult() method getItemsAwarded (line 56) | public function getItemsAwarded() method getGemsAwarded (line 64) | public function getGemsAwarded() method getPokemonDataEgg (line 72) | public function getPokemonDataEgg() method getExperienceAwarded (line 80) | public function getExperienceAwarded() method getCooldownCompleteTimestampMs (line 88) | public function getCooldownCompleteTimestampMs() method getChainHackSequenceNumber (line 96) | public function getChainHackSequenceNumber() FILE: src/Api/Map/Map.php class Map (line 13) | class Map extends Procedure { method __construct (line 18) | public function __construct() method getPokestops (line 28) | public function getPokestops() method getGyms (line 38) | public function getGyms() method getCatchablePokemon (line 46) | public function getCatchablePokemon() method update (line 57) | public function update() method getMapResources (line 71) | protected function getMapResources() method getRequestService (line 91) | protected function getRequestService() FILE: src/Api/Map/Pokestop.php class Pokestop (line 44) | class Pokestop extends Procedure { method __construct (line 61) | public function __construct($fortData) method isInRange (line 71) | public function isInRange() method canSpin (line 88) | public function canSpin() method spin (line 101) | public function spin() method hasLure (line 121) | public function hasLure() method addLure (line 126) | public function addLure() method getDetails (line 134) | public function getDetails() method getCurrentLatitude (line 144) | protected function getCurrentLatitude() method getCurrentLongitude (line 154) | protected function getCurrentLongitude() method getRequestService (line 164) | protected function getRequestService() FILE: src/Api/Map/Support/S2.php class S2 (line 8) | class S2 { method getCellIds (line 18) | public static function getCellIds($latitude, $longitude, $width = 9) FILE: src/Api/Player/CheckChallenge.php class CheckChallenge (line 12) | class CheckChallenge extends Procedure { method getData (line 19) | public function getData() method update (line 27) | public function update() method getRequestService (line 41) | protected function getRequestService() FILE: src/Api/Player/Data/CheckChallenge/CheckChallengeData.php class CheckChallengeData (line 8) | class CheckChallengeData extends Data { method create (line 26) | public static function create($data) FILE: src/Api/Player/Data/Inventory/AppliedItem.php class AppliedItem (line 20) | class AppliedItem extends Data { FILE: src/Api/Player/Data/Inventory/AppliedItems.php class AppliedItems (line 14) | class AppliedItems extends Data { method add (line 26) | public function add($appliedItem) method create (line 38) | public static function create($data) FILE: src/Api/Player/Data/Inventory/CandyBank.php class CandyBank (line 16) | class CandyBank extends Data { method add (line 26) | public function add($data) method get (line 50) | public function get($familyId) FILE: src/Api/Player/Data/Inventory/CandyItem.php class CandyItem (line 14) | class CandyItem extends Data { method getCount (line 31) | public function getCount() FILE: src/Api/Player/Data/Inventory/EggIncubator.php class EggIncubator (line 26) | class EggIncubator extends Data { FILE: src/Api/Player/Data/Inventory/EggIncubators.php class EggIncubators (line 15) | class EggIncubators extends Data { method add (line 25) | public function add($eggIncubator) method create (line 37) | public static function create($data) FILE: src/Api/Player/Data/Inventory/EggPokemon.php class EggPokemon (line 21) | class EggPokemon extends Data { FILE: src/Api/Player/Data/Inventory/Item.php class Item (line 17) | class Item extends Data { FILE: src/Api/Player/Data/Inventory/Items.php class Items (line 30) | class Items extends Data { method __construct (line 75) | public function __construct() method create (line 90) | public static function create($data) method createItemData (line 113) | protected function createItemData($itemData) method getItemById (line 161) | public function getItemById($id) method isItem (line 182) | protected static function isItem($itemData) method isPokemon (line 193) | protected static function isPokemon($itemData) method isCandy (line 204) | protected static function isCandy($itemData) method isPokedexItem (line 215) | protected static function isPokedexItem($itemData) method isEggIncubators (line 226) | protected static function isEggIncubators($itemData) method isAppliedItems (line 237) | protected static function isAppliedItems($itemData) method isPlayerStats (line 248) | protected static function isPlayerStats($itemData) method isEggPokemon (line 259) | protected static function isEggPokemon($itemData) FILE: src/Api/Player/Data/Inventory/PokeBank.php class PokeBank (line 18) | class PokeBank extends Data { method __construct (line 28) | public function __construct() method add (line 38) | public function add($data) method addPokemon (line 52) | public function addPokemon($pokemon) method removeBydId (line 64) | public function removeBydId($id) method removePokemon (line 83) | public function removePokemon($pokemon) method getPokemonById (line 94) | public function getPokemonById($id) method getPokemonsByType (line 111) | public function getPokemonsByType($typeId) method getPokemonsByFamily (line 129) | public function getPokemonsByFamily($familyId) FILE: src/Api/Player/Data/Inventory/Pokedex.php class Pokedex (line 14) | class Pokedex extends Data { method add (line 26) | public function add($pokedexEntry) method get (line 41) | public function get($pokemonId) method createEmptyItem (line 62) | protected function createEmptyItem($pokemonId) FILE: src/Api/Player/Data/Inventory/PokedexItem.php class PokedexItem (line 22) | class PokedexItem extends Data { FILE: src/Api/Player/Data/Inventory/PokemonItem.php class PokemonItem (line 72) | class PokemonItem extends Data { FILE: src/Api/Player/Data/Inventory/Stats.php class Stats (line 61) | class Stats extends Data { method getLevelXp (line 192) | public function getLevelXp($level = 1) { method getCurrentLevelXp (line 201) | public function getCurrentLevelXp() { method getCurrentLevelProgressXp (line 210) | public function getCurrentLevelProgressXp() { FILE: src/Api/Player/Data/Journal/Fort.php class Fort (line 8) | class Fort extends Data { method create (line 41) | public static function create($data) FILE: src/Api/Player/Data/Journal/Item.php class Item (line 7) | class Item extends Data { method getItemId (line 29) | public function getItemId() method getCount (line 39) | public function getCount() method isUnseen (line 49) | public function isUnseen() FILE: src/Api/Player/Data/Journal/Log.php class Log (line 8) | class Log extends Data method getForts (line 24) | public function getForts() method getPokemons (line 32) | public function getPokemons() method create (line 43) | public static function create($data) FILE: src/Api/Player/Data/Journal/Pokemon.php class Pokemon (line 11) | class Pokemon extends Data { method getTimestampMs (line 45) | public function getTimestampMs() { method getResult (line 54) | public function getResult() method getPokemonId (line 64) | public function getPokemonId() method getCombatPoints (line 74) | public function getCombatPoints() method getPokemonDataId (line 84) | public function getPokemonDataId() method getPokemonMeta (line 94) | public function getPokemonMeta() method getPokedexEntry (line 104) | public function getPokedexEntry() FILE: src/Api/Player/Data/Profile/Avatar.php class Avatar (line 29) | class Avatar extends Data { FILE: src/Api/Player/Data/Profile/Badge.php class Badge (line 17) | class Badge extends Data { FILE: src/Api/Player/Data/Profile/ContactSettings.php class ContactSettings (line 15) | class ContactSettings extends Data { FILE: src/Api/Player/Data/Profile/Currencies.php class Currencies (line 14) | class Currencies extends Data { method create (line 37) | public static function create($currencies) method getByType (line 60) | public function getByType($type) method getPokecoins (line 76) | public function getPokecoins() method getStardust (line 87) | public function getStardust() method toArray (line 97) | public function toArray() FILE: src/Api/Player/Data/Profile/Currency.php class Currency (line 15) | class Currency extends Data { FILE: src/Api/Player/Data/Profile/DailyBonus.php class DailyBonus (line 15) | class DailyBonus extends Data { FILE: src/Api/Player/Data/Profile/ProfileData.php class ProfileData (line 34) | class ProfileData extends Data { method create (line 97) | public static function create($data) FILE: src/Api/Player/Data/Profile/TutorialState.php class TutorialState (line 13) | class TutorialState extends Data { method create (line 26) | public static function create($tutorialState) FILE: src/Api/Player/Inventory.php class Inventory (line 43) | class Inventory extends Procedure method getData (line 56) | public function getData() method update (line 64) | public function update() method recycle (line 88) | public function recycle($itemId, $count) method useIncense (line 121) | public function useIncense($itemId) method useItemXpBoost (line 145) | public function useItemXpBoost($itemId) method getRequestService (line 168) | protected function getRequestService() FILE: src/Api/Player/Journal.php class Journal (line 9) | class Journal extends Procedure { method getForts (line 16) | public function getForts() method getPokemons (line 26) | public function getPokemons() method getEntries (line 36) | public function getEntries() method update (line 44) | public function update() method getRequestService (line 58) | protected function getRequestService() FILE: src/Api/Player/Profile.php class Profile (line 40) | class Profile extends Procedure { method getData (line 47) | public function getData() method update (line 55) | public function update() method getRequestService (line 69) | protected function getRequestService() FILE: src/Api/Pokemon/Collection/PokemonCollection.php class PokemonCollection (line 8) | class PokemonCollection extends Collection { method sortByName (line 16) | public function sortByName($descending = false) method sortByLevel (line 29) | public function sortByLevel($descending = false) method sortByCp (line 43) | public function sortByCp($descending = false) method sortByPokedexIndex (line 57) | public function sortByPokedexIndex($descending = false) method sortByIVRatio (line 71) | public function sortByIVRatio($descending = false) method sortByDate (line 84) | public function sortByDate($descending = false) FILE: src/Api/Pokemon/Data/MovementType.php class MovementType (line 5) | class MovementType { FILE: src/Api/Pokemon/Data/PokemonClass.php class PokemonClass (line 5) | class PokemonClass { FILE: src/Api/Pokemon/Data/PokemonMeta.php class PokemonMeta (line 5) | class PokemonMeta { method getTemplateId (line 76) | public function getTemplateId() method setTemplateId (line 84) | public function setTemplateId($templateId) method getFamily (line 92) | public function getFamily() method setFamily (line 100) | public function setFamily($family) method getPokemonClass (line 108) | public function getPokemonClass() method setPokemonClass (line 116) | public function setPokemonClass($pokemonClass) method getType2 (line 124) | public function getType2() method setType2 (line 132) | public function setType2($type2) method getPokedexHeightM (line 140) | public function getPokedexHeightM() method setPokedexHeightM (line 148) | public function setPokedexHeightM($pokedexHeightM) method getHeightStdDev (line 156) | public function getHeightStdDev() method setHeightStdDev (line 164) | public function setHeightStdDev($heightStdDev) method getBaseStamina (line 172) | public function getBaseStamina() method setBaseStamina (line 180) | public function setBaseStamina($baseStamina) method getCylRadiusM (line 188) | public function getCylRadiusM() method setCylRadiusM (line 196) | public function setCylRadiusM($cylRadiusM) method getBaseFleeRate (line 204) | public function getBaseFleeRate() method setBaseFleeRate (line 212) | public function setBaseFleeRate($baseFleeRate) method getBaseAttack (line 220) | public function getBaseAttack() method setBaseAttack (line 228) | public function setBaseAttack($baseAttack) method getDiskRadiusM (line 236) | public function getDiskRadiusM() method setDiskRadiusM (line 244) | public function setDiskRadiusM($diskRadiusM) method getCollisionRadiusM (line 252) | public function getCollisionRadiusM() method setCollisionRadiusM (line 260) | public function setCollisionRadiusM($collisionRadiusM) method getPokedexWeightKg (line 268) | public function getPokedexWeightKg() method setPokedexWeightKg (line 276) | public function setPokedexWeightKg($pokedexWeightKg) method getMovementType (line 284) | public function getMovementType() method setMovementType (line 292) | public function setMovementType($movementType) method getType1 (line 300) | public function getType1() method setType1 (line 308) | public function setType1($type1) method getCollisionHeadRadiusM (line 316) | public function getCollisionHeadRadiusM() method setCollisionHeadRadiusM (line 324) | public function setCollisionHeadRadiusM($collisionHeadRadiusM) method getMovementTimerS (line 332) | public function getMovementTimerS() method setMovementTimerS (line 340) | public function setMovementTimerS($movementTimerS) method getJumpTimeS (line 348) | public function getJumpTimeS() method setJumpTimeS (line 356) | public function setJumpTimeS($jumpTimeS) method getModelScale (line 364) | public function getModelScale() method setModelScale (line 372) | public function setModelScale($modelScale) method getUniqueId (line 380) | public function getUniqueId() method setUniqueId (line 388) | public function setUniqueId($uniqueId) method getBaseDefense (line 396) | public function getBaseDefense() method setBaseDefense (line 404) | public function setBaseDefense($baseDefense) method getAttackTimerS (line 412) | public function getAttackTimerS() method setAttackTimerS (line 420) | public function setAttackTimerS($attackTimerS) method getWeightStdDev (line 428) | public function getWeightStdDev() method setWeightStdDev (line 436) | public function setWeightStdDev($weightStdDev) method getCylHeightM (line 444) | public function getCylHeightM() method setCylHeightM (line 452) | public function setCylHeightM($cylHeightM) method getCandyToEvolve (line 460) | public function getCandyToEvolve() method setCandyToEvolve (line 468) | public function setCandyToEvolve($candyToEvolve) method getCollisionHeightM (line 476) | public function getCollisionHeightM() method setCollisionHeightM (line 484) | public function setCollisionHeightM($collisionHeightM) method getShoulderModeScale (line 492) | public function getShoulderModeScale() method setShoulderModeScale (line 500) | public function setShoulderModeScale($shoulderModeScale) method getBaseCaptureRate (line 508) | public function getBaseCaptureRate() method setBaseCaptureRate (line 516) | public function setBaseCaptureRate($baseCaptureRate) method getParentId (line 524) | public function getParentId() method setParentId (line 532) | public function setParentId($parentId) method getCylGroundM (line 540) | public function getCylGroundM() method setCylGroundM (line 548) | public function setCylGroundM($cylGroundM) method getQuickMoves (line 556) | public function getQuickMoves() method setQuickMoves (line 564) | public function setQuickMoves(PokemonMove $quickMoves) method getCinematicMoves (line 572) | public function getCinematicMoves() method setCinematicMoves (line 580) | public function setCinematicMoves(PokemonMove $cinematicMoves) method getNumber (line 588) | public function getNumber() method setNumber (line 596) | public function setNumber($number) FILE: src/Api/Pokemon/Data/PokemonMetaRegistry.php class PokemonMetaRegistry (line 11) | class PokemonMetaRegistry { method getByPokemonId (line 24) | public static function getByPokemonId($pokemonId) method initialize (line 32) | public static function initialize() FILE: src/Api/Pokemon/Data/PokemonMove.php class PokemonMove (line 11) | class PokemonMove method __construct (line 21) | public function __construct(array $moves) method getMoves (line 31) | public function getMoves() method getMovesStrings (line 41) | public function getMovesStrings() FILE: src/Api/Pokemon/Pokemon.php class Pokemon (line 84) | class Pokemon extends Procedure method __construct (line 94) | public function __construct($pokemonData) method transfer (line 105) | public function transfer() method upgrade (line 136) | public function upgrade() method rename (line 168) | public function rename($name) method evolve (line 191) | public function evolve() method favorite (line 220) | public function favorite($favourite) method getData (line 244) | public function getData() method getRequestService (line 254) | protected function getRequestService() FILE: src/Api/Pokemon/Support/BasePokemonRetriever.php class BasePokemonRetriever (line 7) | class BasePokemonRetriever method getPokemonFamilyId (line 16) | public static function getPokemonFamilyId($pokemonId) FILE: src/Api/Pokemon/Support/CombatPointsCalculator.php class CombatPointsCalculator (line 5) | class CombatPointsCalculator method getLevel (line 14) | public static function getLevel($cpMuliplier) method getMaxCp (line 35) | public static function getMaxCp($baseAttack, $baseDefense, $baseStamina) method getCp (line 53) | public static function getCp($attack, $defense, $stamina, $cpMultiplier) method getMaxCpForPlayer (line 67) | public static function getMaxCpForPlayer($attack, $defense, $stamina, ... method getCpAfterPowerup (line 81) | public static function getCpAfterPowerup($cp, $cpMultiplier) method getCandyCostForPowerup (line 105) | public static function getCandyCostForPowerup($cpMultiplier, $powerups) method getStardustCostsForPowerup (line 131) | public static function getStardustCostsForPowerup($cpMultiplier, $powe... FILE: src/Api/Pokemon/Support/PokemonDetailsTrait.php type PokemonDetailsTrait (line 14) | trait PokemonDetailsTrait method getFamilyId (line 22) | public function getFamilyId() method getType1String (line 35) | public function getType1String() method getType2String (line 48) | public function getType2String() method getMove1String (line 61) | public function getMove1String() method getMove2String (line 71) | public function getMove2String() method getCpAfterPowerup (line 81) | public function getCpAfterPowerup() method getCandyCostForPowerup (line 92) | public function getCandyCostForPowerup() method getStardustCostsForPowerup (line 103) | public function getStardustCostsForPowerup() method isInjured (line 114) | public function isInjured() method isFainted (line 124) | public function isFainted() method canEvolve (line 134) | public function canEvolve() method getEvolveStatus (line 144) | public function getEvolveStatus() method canUpgrade (line 171) | public function canUpgrade() method getUpgradeStatus (line 181) | public function getUpgradeStatus() method getBaseStamina (line 212) | public function getBaseStamina() method getBaseCaptureRate (line 225) | public function getBaseCaptureRate() method getCandiesToEvolve (line 238) | public function getCandiesToEvolve() method getBaseFleeRate (line 251) | public function getBaseFleeRate() method getName (line 264) | public function getName() method getLevel (line 274) | public function getLevel() method getIvRatio (line 282) | public function getIvRatio() method getCandies (line 293) | public function getCandies() method getPokedexEntry (line 303) | public function getPokedexEntry() method isDeployed (line 313) | public function isDeployed() method getMaxCpForPlayer (line 326) | public function getMaxCpForPlayer() method getNameOrNickname (line 346) | protected function getNameOrNickname() FILE: src/Api/PokemonGoApi.php class PokemonGoApi (line 13) | class PokemonGoApi { method __construct (line 48) | public function __construct() method getInventory (line 62) | public function getInventory() method getProfile (line 72) | public function getProfile() method getJournal (line 80) | public function getJournal() method getMap (line 90) | public function getMap() method checkChallenge (line 100) | public function checkChallenge() method verifyChallenge (line 112) | public function verifyChallenge($token) method getRequestService (line 127) | public function getRequestService() method initialize (line 135) | protected function initialize() FILE: src/Api/Procedure.php class Procedure (line 10) | abstract class Procedure method update (line 23) | public function update() method getData (line 33) | public function getData() method __call (line 48) | public function __call($name, $arguments) method getRequestService (line 63) | protected function getRequestService() FILE: src/Api/Support/Enums/AbstractEnum.php class AbstractEnum (line 7) | abstract class AbstractEnum method name (line 26) | public static function name($id) method isValid (line 45) | public static function isValid($id) method getCachedEnumEntries (line 58) | protected static function getCachedEnumEntries() FILE: src/Api/Support/Enums/GenericEnum.php class GenericEnum (line 7) | class GenericEnum method name (line 22) | public static function name($class, $id) method isValid (line 45) | public static function isValid($class, $id) method getCachedEnumEntries (line 59) | protected static function getCachedEnumEntries($class) FILE: src/Api/Support/Enums/ItemId.php class ItemId (line 5) | class ItemId extends AbstractEnum FILE: src/Api/Support/Enums/PokemonFamilyId.php class PokemonFamilyId (line 5) | class PokemonFamilyId extends AbstractEnum FILE: src/Api/Support/Enums/PokemonId.php class PokemonId (line 5) | class PokemonId extends AbstractEnum FILE: src/Api/Support/Enums/PokemonMove.php class PokemonMove (line 5) | class PokemonMove extends AbstractEnum FILE: src/Api/Support/Enums/PokemonType.php class PokemonType (line 5) | class PokemonType extends AbstractEnum FILE: src/Api/Support/Traits/MakeApiResourcesAvailable.php type MakeApiResourcesAvailable (line 14) | trait MakeApiResourcesAvailable { method pokeBank (line 21) | protected function pokeBank() method pokedex (line 31) | protected function pokedex() method candyBank (line 41) | protected function candyBank() method profile (line 51) | protected function profile() method inventory (line 61) | protected function inventory() method getPokemonGoApi (line 71) | protected function getPokemonGoApi() method getApplication (line 81) | protected function getApplication() FILE: src/Api/Support/Traits/MakeDataPropertiesCallable.php type MakeDataPropertiesCallable (line 5) | trait MakeDataPropertiesCallable { method __call (line 11) | public function __call($name, $arguments) FILE: src/Authentication/AccessToken.php class AccessToken (line 5) | class AccessToken { method __construct (line 45) | public function __construct($token, $provider, $timestamp = null, $ref... method getToken (line 56) | public function getToken() method setToken (line 64) | public function setToken($token) method getTimestamp (line 72) | public function getTimestamp() method setTimestamp (line 80) | public function setTimestamp($timestamp) method hasTimestamp (line 90) | public function hasTimestamp() method isTimestampValid (line 100) | public function isTimestampValid() method isValid (line 110) | public function isValid() method getRefreshToken (line 134) | public function getRefreshToken() method setRefreshToken (line 142) | public function setRefreshToken($refreshToken) method hasFreshToken (line 150) | public function hasFreshToken() method getProvider (line 158) | public function getProvider() FILE: src/Authentication/Config/Config.php class Config (line 8) | class Config { method getUser (line 43) | public function getUser() method setUser (line 51) | public function setUser($user) method getPassword (line 59) | public function getPassword() method setPassword (line 67) | public function setPassword($password) method getAuthToken (line 75) | public function getAuthToken() method setAuthToken (line 83) | public function setAuthToken($authToken) method getRefreshToken (line 91) | public function getRefreshToken() method setRefreshToken (line 99) | public function setRefreshToken($refreshToken) method getOauthToken (line 107) | public function getOauthToken() method setOauthToken (line 115) | public function setOauthToken($oauthToken) method getProvider (line 123) | public function getProvider() method setProvider (line 131) | public function setProvider($provider) method isGoogle (line 139) | public function isGoogle() method isPTC (line 147) | public function isPTC() FILE: src/Authentication/Contracts/Authenticator.php type Authenticator (line 5) | interface Authenticator { method authenticate (line 7) | public function authenticate(); FILE: src/Authentication/Exceptions/AuthenticationException.php class AuthenticationException (line 8) | class AuthenticationException extends Exception { method __construct (line 20) | public function __construct($message = '', $code = 0, Exception $previ... method shouldRetry (line 31) | public function shouldRetry() FILE: src/Authentication/Exceptions/IllegalAuthenticationTypeException.php class IllegalAuthenticationTypeException (line 8) | class IllegalAuthenticationTypeException extends Exception { method __construct (line 17) | public function __construct($message = '', $code = 0, Exception $previ... FILE: src/Authentication/Exceptions/ResponseException.php class ResponseException (line 8) | class ResponseException extends Exception { method __construct (line 17) | public function __construct($message = '', $code = 0, Exception $previ... FILE: src/Authentication/Factory/Factory.php class Factory (line 17) | class Factory { method create (line 35) | public static function create($config) method createAuthenticationManager (line 49) | protected static function createAuthenticationManager($config) method createAuthenticationManagerByAccessToken (line 70) | protected static function createAuthenticationManagerByAccessToken($ac... method createGoogleManager (line 106) | protected static function createGoogleManager($config) method createPTCManager (line 135) | protected static function createPTCManager($config) method isAccessConfig (line 150) | protected static function isAccessConfig($config) method isAdaptedForGoogleAuthenticationCodeManager (line 161) | protected static function isAdaptedForGoogleAuthenticationCodeManager(... method isAdaptedForUserCredentialsManager (line 172) | protected static function isAdaptedForUserCredentialsManager($config) method isAdaptedForGoogleOauthToken (line 183) | protected static function isAdaptedForGoogleOauthToken($config) method isAdaptedForGoogleRefreshTokenManager (line 194) | protected static function isAdaptedForGoogleRefreshTokenManager($config) method createGoogleRefreshTokenManager (line 205) | protected static function createGoogleRefreshTokenManager($config) method createGoogleOauthManager (line 216) | protected static function createGoogleOauthManager($config) method createGoogleAuthenticationCodeManager (line 227) | protected static function createGoogleAuthenticationCodeManager($config) method createGoogleUserCredentialsManager (line 238) | protected static function createGoogleUserCredentialsManager($config) FILE: src/Authentication/Manager.php class Manager (line 8) | abstract class Manager { method getAccessToken (line 30) | abstract public function getAccessToken(); method getIdentifier (line 37) | abstract public function getIdentifier(); method addListener (line 44) | public function addListener(Closure $listener) method dispatchEvent (line 55) | public function dispatchEvent($event, $data) method setAccessToken (line 67) | public function setAccessToken($accessToken) method refreshTokenIfPossible (line 78) | protected function refreshTokenIfPossible() method isAuthenticated (line 103) | protected function isAuthenticated() method isTokenValid (line 113) | protected function isTokenValid() method hasFreshToken (line 128) | protected function hasFreshToken() FILE: src/Authentication/Managers/Google/AuthenticationCode/Authenticator.php class Authenticator (line 9) | class Authenticator { method loginByToken (line 22) | public function loginByToken($token) method identifier (line 35) | public function identifier() method getOauthTokenByAuthenticationCode (line 46) | protected function getOauthTokenByAuthenticationCode($authenticationCode) method client (line 56) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationCode/Clients/AuthenticationClient.php class AuthenticationClient (line 11) | class AuthenticationClient { method getOauthTokenByAuthenticationCode (line 54) | public function getOauthTokenByAuthenticationCode($authenticationCode) method post (line 81) | protected function post($url, $parameters = array()) method client (line 95) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationCode/Parsers/OauthTokenParser.php class OauthTokenParser (line 13) | class OauthTokenParser extends Parser { method __construct (line 18) | public function __construct() method parse (line 29) | public function parse($response) method validateResponse (line 58) | protected function validateResponse($response) method isTokenAlreadyRedeemed (line 92) | protected function isTokenAlreadyRedeemed($content) method isTokenInvalid (line 103) | protected function isTokenInvalid($content) FILE: src/Authentication/Managers/Google/AuthenticationCode/Parsers/Parser.php class Parser (line 11) | abstract class Parser { method __construct (line 38) | public function __construct($dom = null) method parse (line 49) | abstract public function parse($content); method validateResponse (line 57) | protected function validateResponse($response) method isServerError (line 78) | protected function isServerError($response) FILE: src/Authentication/Managers/Google/AuthenticationCode/Parsers/Results/AuthenticationTokenResult.php class AuthenticationTokenResult (line 5) | class AuthenticationTokenResult extends Result { method getToken (line 12) | public function getToken() method getRefreshToken (line 22) | public function getRefreshToken() method getExpiryTimestamp (line 32) | public function getExpiryTimestamp() FILE: src/Authentication/Managers/Google/AuthenticationCode/Parsers/Results/Result.php class Result (line 5) | class Result { method __construct (line 17) | public function __construct($data) method getData (line 25) | public function getData() method setData (line 33) | public function setData($data) FILE: src/Authentication/Managers/Google/AuthenticationCodeManager.php class AuthenticationCodeManager (line 9) | class AuthenticationCodeManager extends Manager { method __construct (line 21) | public function __construct($authenticationCode) method getAccessToken (line 31) | public function getAccessToken() method getIdentifier (line 59) | public function getIdentifier() method authenticator (line 69) | protected function authenticator() FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Authenticator.php class Authenticator (line 10) | class Authenticator { method login (line 24) | public function login($email, $password) method identifier (line 45) | public function identifier() method getAuthenticationToken (line 57) | protected function getAuthenticationToken($email, $password) method getOauthTokenByUserCredentials (line 69) | protected function getOauthTokenByUserCredentials($email, $token) method client (line 79) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Clients/AuthenticationClient.php class AuthenticationClient (line 14) | class AuthenticationClient method getAuthenticationToken (line 54) | public function getAuthenticationToken($email, $password) method getOauthTokenByUserCredentials (line 90) | public function getOauthTokenByUserCredentials($email, $token) method post (line 124) | protected function post($url, $parameters = array()) method options (line 139) | protected function options($options = array()) method client (line 149) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Parsers/OauthTokenParser.php class OauthTokenParser (line 10) | class OauthTokenParser extends Parser { method __construct (line 15) | public function __construct() method parse (line 26) | public function parse($response) method parseAuthId (line 46) | protected function parseAuthId($content) method parseExpiryTimestamp (line 61) | protected function parseExpiryTimestamp($content) FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Parsers/Parser.php class Parser (line 11) | abstract class Parser { method __construct (line 38) | public function __construct($dom = null) method parse (line 49) | abstract public function parse($content); method validateResponse (line 57) | protected function validateResponse($response) method isServerError (line 78) | protected function isServerError($response) FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Parsers/Results/AuthenticationTokenResult.php class AuthenticationTokenResult (line 6) | class AuthenticationTokenResult extends Result { method getToken (line 13) | public function getToken() method getAuthId (line 23) | public function getAuthId() method getExpiryTimestamp (line 33) | public function getExpiryTimestamp() FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Parsers/Results/Result.php class Result (line 6) | class Result { method __construct (line 18) | public function __construct($data) method getData (line 26) | public function getData() method setData (line 34) | public function setData($data) FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Parsers/TokenParser.php class TokenParser (line 12) | class TokenParser extends Parser { method __construct (line 17) | public function __construct() method parse (line 30) | public function parse($response) method parseToken (line 58) | protected function parseToken($content) FILE: src/Authentication/Managers/Google/AuthenticationCredentials/Support/Signature.php class Signature (line 8) | class Signature { method create (line 22) | public static function create($email, $password) method modulus (line 52) | protected static function modulus($binaryKey) method exponent (line 65) | protected static function exponent($binaryKey) method signature (line 75) | protected static function signature() method encrypt (line 91) | protected static function encrypt($email, $password, $modulus, $exponent) FILE: src/Authentication/Managers/Google/AuthenticationCredentialsManager.php class AuthenticationCredentialsManager (line 10) | class AuthenticationCredentialsManager extends Manager { method __construct (line 28) | public function __construct($email, $password) method getAccessToken (line 39) | public function getAccessToken() method getIdentifier (line 66) | public function getIdentifier() method refreshTokenIfPossible (line 77) | protected function refreshTokenIfPossible() method authenticator (line 102) | protected function authenticator() FILE: src/Authentication/Managers/Google/AuthenticationOauthTokenManager.php class AuthenticationOauthTokenManager (line 8) | class AuthenticationOauthTokenManager extends Manager { method __construct (line 20) | public function __construct($token) method getAccessToken (line 34) | public function getAccessToken() method getIdentifier (line 51) | public function getIdentifier() FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Authenticator.php class Authenticator (line 9) | class Authenticator { method loginByRefreshToken (line 22) | public function loginByRefreshToken($token) method identifier (line 35) | public function identifier() method getOauthTokenByAuthenticationRefreshToken (line 46) | protected function getOauthTokenByAuthenticationRefreshToken($Authenti... method client (line 56) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Clients/AuthenticationClient.php class AuthenticationClient (line 13) | class AuthenticationClient method __construct (line 59) | public function __construct() method getOauthTokenByAuthenticationRefreshToken (line 70) | public function getOauthTokenByAuthenticationRefreshToken($token) method post (line 98) | protected function post($url, $parameters = array()) method options (line 113) | protected function options($options = array()) method client (line 123) | protected function client() FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Parsers/OauthTokenParser.php class OauthTokenParser (line 11) | class OauthTokenParser extends Parser { method __construct (line 16) | public function __construct() method parse (line 27) | public function parse($response) method validateResponse (line 55) | protected function validateResponse($response) method isTokenAlreadyRedeemed (line 89) | protected function isTokenAlreadyRedeemed($content) method isTokenInvalid (line 100) | protected function isTokenInvalid($content) FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Parsers/Parser.php class Parser (line 11) | abstract class Parser { method __construct (line 38) | public function __construct($dom = null) method parse (line 49) | abstract public function parse($content); method validateResponse (line 57) | protected function validateResponse($response) method isServerError (line 78) | protected function isServerError($response) FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Parsers/Results/AuthenticationTokenResult.php class AuthenticationTokenResult (line 5) | class AuthenticationTokenResult extends Result { method getToken (line 12) | public function getToken() method getExpiryTimestamp (line 22) | public function getExpiryTimestamp() FILE: src/Authentication/Managers/Google/AuthenticationRefreshToken/Parsers/Results/Result.php class Result (line 5) | class Result method __construct (line 18) | public function __construct($data) method getData (line 26) | public function getData() method setData (line 34) | public function setData($data) FILE: src/Authentication/Managers/Google/AuthenticationRefreshTokenManager.php class AuthenticationRefreshTokenManager (line 9) | class AuthenticationRefreshTokenManager extends Manager { method __construct (line 21) | public function __construct($token) method getAccessToken (line 31) | public function getAccessToken() method getIdentifier (line 62) | public function getIdentifier() method authenticator (line 72) | protected function authenticator() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Authenticator.php class Authenticator (line 10) | class Authenticator { method login (line 24) | public function login($username, $password) method identifier (line 47) | public function identifier() method client (line 57) | protected function client() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Clients/AuthenticationClient.php class AuthenticationClient (line 18) | class AuthenticationClient { method __construct (line 43) | public function __construct() method authenticationInformation (line 53) | public function authenticationInformation() method ticket (line 73) | public function ticket($username, $password, $authenticationInformation) method token (line 100) | public function token($ticket) method get (line 129) | protected function get($url, $parameters = array()) method post (line 145) | protected function post($url, $parameters = array()) method options (line 160) | protected function options($options = array()) method client (line 170) | protected function client() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/AuthenticationInformationParser.php class AuthenticationInformationParser (line 11) | class AuthenticationInformationParser extends Parser { method __construct (line 16) | public function __construct() method parse (line 28) | public function parse($response) method content (line 50) | protected function content($response) FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/Parser.php class Parser (line 11) | abstract class Parser method __construct (line 34) | public function __construct($dom = null) method parse (line 45) | abstract public function parse($content); method validateResponse (line 51) | protected function validateResponse($response) method isSuccessfulResponse (line 71) | protected function isSuccessfulResponse($response) method isRedirect (line 82) | protected function isRedirect($response) FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/Results/AuthenticationInformationResult.php class AuthenticationInformationResult (line 5) | class AuthenticationInformationResult extends Result { method getLtCode (line 12) | public function getLtCode() method getExecutionCode (line 20) | public function getExecutionCode() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/Results/Result.php class Result (line 5) | class Result { method __construct (line 17) | public function __construct($data) method getData (line 25) | public function getData() method setData (line 33) | public function setData($data) FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/Results/TicketResult.php class TicketResult (line 5) | class TicketResult extends Result { method getTicket (line 12) | public function getTicket() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/Results/TokenResult.php class TokenResult (line 5) | class TokenResult extends Result { method getToken (line 12) | public function getToken() method getTimestamp (line 22) | public function getTimestamp() FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/TicketParser.php class TicketParser (line 13) | class TicketParser extends Parser { method __construct (line 18) | public function __construct() method parse (line 31) | public function parse($response) method parseContent (line 70) | protected function parseContent($response) method parseTicket (line 92) | protected function parseTicket($location) FILE: src/Authentication/Managers/PTC/AuthenticationCredentials/Parsers/TokenParser.php class TokenParser (line 11) | class TokenParser extends Parser { method __construct (line 16) | public function __construct() method parse (line 28) | public function parse($response) method parseToken (line 58) | protected function parseToken($content) method parseExpiresTimestamp (line 73) | protected function parseExpiresTimestamp($content) FILE: src/Authentication/Managers/PTC/AuthenticationCredentialsManager.php class AuthenticationCredentialsManager (line 9) | class AuthenticationCredentialsManager extends Manager { method __construct (line 27) | public function __construct($username, $password) method getAccessToken (line 38) | public function getAccessToken() method getIdentifier (line 65) | public function getIdentifier() method refreshTokenIfPossible (line 76) | protected function refreshTokenIfPossible() method authenticator (line 101) | protected function authenticator() FILE: src/Authentication/Managers/PTC/AuthenticationOauthTokenManager.php class AuthenticationOauthTokenManager (line 13) | class AuthenticationOauthTokenManager extends Manager method __construct (line 20) | public function __construct(AccessToken $token) method getAccessToken (line 25) | public function getAccessToken() method getIdentifier (line 32) | public function getIdentifier() FILE: src/Clients/Proxies/ClientProxy.php class ClientProxy (line 16) | class ClientProxy implements ClientInterface method __construct (line 34) | public function __construct($client) method send (line 48) | public function send(RequestInterface $request, array $options = []) method sendAsync (line 61) | public function sendAsync(RequestInterface $request, array $options = []) method request (line 78) | public function request($method, $uri, array $options = []) method requestAsync (line 95) | public function requestAsync($method, $uri, array $options = []) method getConfig (line 109) | public function getConfig($option = null) method __call (line 119) | public function __call($method, $args) method options (line 139) | protected function options($options) FILE: src/Facades/App.php class App (line 7) | class App extends StaticProxy { method getInstanceIdentifier (line 15) | public static function getInstanceIdentifier() FILE: src/Facades/Log.php class Log (line 7) | class Log extends StaticProxy { method getInstanceIdentifier (line 15) | public static function getInstanceIdentifier() FILE: src/Handlers/RequestHandler.php class RequestHandler (line 24) | class RequestHandler method __construct (line 97) | public function __construct($application) method handle (line 117) | public function handle($request, $retry = 0) method validateResponseEnvelope (line 176) | protected function validateResponseEnvelope($response) method reinitializeSession (line 201) | protected function reinitializeSession($authenticationInformation) method build (line 214) | protected function build($request) method call (line 249) | protected function call($requestEnvelope) method unmarshall (line 283) | protected function unmarshall($response) method session (line 300) | protected function session($response) method validateSession (line 322) | protected function validateSession() method hasAuthenticationError (line 346) | protected function hasAuthenticationError($responseEnvelop) method isAccountBannedError (line 357) | protected function isAccountBannedError($responseEnvelop) method isHandshake (line 368) | protected function isHandshake($responseEnvelop) method isThrottledResponse (line 379) | protected function isThrottledResponse($responseEnvelop) method isUnknownResponse (line 390) | protected function isUnknownResponse($responseEnvelop) method isServerError (line 401) | protected function isServerError($response) method requestId (line 414) | protected function requestId() method validateResponse (line 425) | protected function validateResponse($response) method prepareAuthentication (line 441) | protected function prepareAuthentication($requestEnvelope) method manager (line 458) | protected function manager() method client (line 468) | protected function client() FILE: src/Handlers/RequestHandler/Exceptions/AuthenticationException.php class AuthenticationException (line 7) | class AuthenticationException extends \Exception { method __construct (line 16) | public function __construct($message = '', $code = 0, Exception $previ... FILE: src/Handlers/RequestHandler/Exceptions/ResponseException.php class ResponseException (line 7) | class ResponseException extends \Exception { method __construct (line 16) | public function __construct($message = '', $code = 0, Exception $previ... FILE: src/Handlers/Session.php class Session (line 8) | class Session { method isValid (line 30) | public function isValid() method getAuthenticationTicket (line 51) | public function getAuthenticationTicket() method setAuthenticationTicket (line 59) | public function setAuthenticationTicket($authenticationTicket) method getAuthenticationInformation (line 67) | public function getAuthenticationInformation() method setAuthenticationInformation (line 75) | public function setAuthenticationInformation($authenticationInformation) method getApiUrl (line 83) | public function getApiUrl() method setApiUrl (line 91) | public function setApiUrl($apiUrl) FILE: src/Kernels/ApplicationKernel.php class ApplicationKernel (line 14) | class ApplicationKernel extends Kernel method __construct (line 32) | public function __construct($manager) method initialize (line 46) | public function initialize() method setClient (line 62) | public function setClient($client) method getPokemonGoApi (line 73) | public function getPokemonGoApi() method setLocation (line 83) | public function setLocation($location) method getLocation (line 91) | public function getLocation() method getManager (line 99) | public function getManager() method initializeClient (line 107) | public function initializeClient() method addFacades (line 115) | protected function addFacades() method addServiceProviders (line 125) | protected function addServiceProviders() FILE: src/Kernels/Kernel.php class Kernel (line 19) | class Kernel implements ContainerInterface method __construct (line 40) | public function __construct() method get (line 57) | public function get($id) method has (line 69) | public function has($id) method register (line 79) | public function register($provider) method setLogger (line 89) | public function setLogger(LoggerInterface $logger) method initialize (line 97) | protected function initialize() method addFacades (line 112) | protected function addFacades() method initializeContainer (line 121) | protected function initializeContainer() method initializeProxyManager (line 133) | protected function initializeProxyManager() method container (line 149) | public function container() method initializeServiceProviders (line 157) | protected function initializeServiceProviders() method initializeLogger (line 170) | protected function initializeLogger() FILE: src/Providers/PokemonGoApiServiceProvider.php class PokemonGoApiServiceProvider (line 8) | class PokemonGoApiServiceProvider extends ServiceProvider { method register (line 15) | public function register() FILE: src/Providers/RequestHandlerServiceProvider.php class RequestHandlerServiceProvider (line 11) | class RequestHandlerServiceProvider extends ServiceProvider { method __construct (line 18) | public function __construct($app) method register (line 28) | public function register() FILE: src/Providers/ServiceProvider.php class ServiceProvider (line 7) | abstract class ServiceProvider { method __construct (line 19) | public function __construct($app) method register (line 29) | abstract public function register(); FILE: src/Requests/AuthenticateRequest.php class AuthenticateRequest (line 8) | class AuthenticateRequest extends Request method getType (line 14) | public function getType() method getMessage (line 22) | public function getMessage() method handleResponse (line 31) | public function handleResponse($data) FILE: src/Requests/CheckChallengeRequest.php class CheckChallengeRequest (line 10) | class CheckChallengeRequest extends Request method getType (line 26) | public function getType() method getMessage (line 34) | public function getMessage() method handleResponse (line 45) | public function handleResponse($data) FILE: src/Requests/Envelops/AuthInfoEnvelope.php class AuthInfoEnvelope (line 6) | class AuthInfoEnvelope { FILE: src/Requests/Envelops/Factory.php class Factory (line 10) | class Factory { method create (line 24) | public function create($type, ...$parameters) method authInfoEnvelope (line 47) | protected function authInfoEnvelope($type, $token) FILE: src/Requests/EvolvePokemonRequest.php class EvolvePokemonRequest (line 11) | class EvolvePokemonRequest extends Request { method __construct (line 33) | public function __construct($pokemonId) method getType (line 41) | public function getType() method getMessage (line 49) | public function getMessage() method handleResponse (line 63) | public function handleResponse($data) FILE: src/Requests/FortSearchRequest.php class FortSearchRequest (line 14) | class FortSearchRequest extends Request { method __construct (line 48) | public function __construct($id, $latitude, $longitude) method getType (line 58) | public function getType() method getMessage (line 66) | public function getMessage() method handleResponse (line 86) | public function handleResponse($data) method getCurrentLatitude (line 105) | protected function getCurrentLatitude() method getCurrentLongitude (line 115) | protected function getCurrentLongitude() method getApplication (line 125) | protected function getApplication() FILE: src/Requests/GetInventoryRequest.php class GetInventoryRequest (line 11) | class GetInventoryRequest extends Request { method getType (line 26) | public function getType() method getMessage (line 34) | public function getMessage() method handleResponse (line 45) | public function handleResponse($data) FILE: src/Requests/GetJournalRequest.php class GetJournalRequest (line 10) | class GetJournalRequest extends Request { method getType (line 25) | public function getType() method getMessage (line 33) | public function getMessage() method handleResponse (line 44) | public function handleResponse($data) FILE: src/Requests/GetMapResourcesRequest.php class GetMapResourcesRequest (line 11) | class GetMapResourcesRequest extends Request { method __construct (line 45) | public function __construct($latitude, $longitude, $cellIds) method getType (line 55) | public function getType() method getMessage (line 63) | public function getMessage() method handleResponse (line 84) | public function handleResponse($data) FILE: src/Requests/GetPlayerRequest.php class GetPlayerRequest (line 11) | class GetPlayerRequest extends Request { method getType (line 26) | public function getType() method getMessage (line 34) | public function getMessage() method handleResponse (line 45) | public function handleResponse($data) FILE: src/Requests/RecycleInventoryItemRequest.php class RecycleInventoryItemRequest (line 11) | class RecycleInventoryItemRequest extends Request method __construct (line 40) | public function __construct($itemId, $count) method getType (line 49) | public function getType() method getMessage (line 57) | public function getMessage() method handleResponse (line 72) | public function handleResponse($data) FILE: src/Requests/RenamePokemonRequest.php class RenamePokemonRequest (line 11) | class RenamePokemonRequest extends Request { method __construct (line 39) | public function __construct($pokemonId, $name) method getType (line 48) | public function getType() method getMessage (line 56) | public function getMessage() method handleResponse (line 71) | public function handleResponse($data) FILE: src/Requests/Request.php class Request (line 8) | abstract class Request { method getType (line 18) | abstract public function getType(); method getMessage (line 23) | abstract public function getMessage(); method handleResponse (line 29) | abstract public function handleResponse($data); method getData (line 34) | public function getData() method setData (line 42) | public function setData($data) FILE: src/Requests/SetFavoritePokemonRequest.php class SetFavoritePokemonRequest (line 11) | class SetFavoritePokemonRequest extends Request method __construct (line 40) | public function __construct($pokemonId, $favorite) method getType (line 49) | public function getType() method getMessage (line 57) | public function getMessage() method handleResponse (line 72) | public function handleResponse($data) FILE: src/Requests/TransferPokemonRequest.php class TransferPokemonRequest (line 11) | class TransferPokemonRequest extends Request { method __construct (line 33) | public function __construct($pokemonId) method getType (line 41) | public function getType() method getMessage (line 49) | public function getMessage() method handleResponse (line 63) | public function handleResponse($data) FILE: src/Requests/UpgradePokemonRequest.php class UpgradePokemonRequest (line 11) | class UpgradePokemonRequest extends Request { method __construct (line 33) | public function __construct($pokemonId) method getType (line 41) | public function getType() method getMessage (line 49) | public function getMessage() method handleResponse (line 63) | public function handleResponse($data) FILE: src/Requests/UseIncenseRequest.php class UseIncenseRequest (line 11) | class UseIncenseRequest extends Request { method __construct (line 33) | public function __construct($itemId) method getType (line 41) | public function getType() method getMessage (line 49) | public function getMessage() method handleResponse (line 63) | public function handleResponse($data) FILE: src/Requests/UseItemXpBoostRequest.php class UseItemXpBoostRequest (line 11) | class UseItemXpBoostRequest extends Request { method __construct (line 33) | public function __construct($itemId) method getType (line 41) | public function getType() method getMessage (line 49) | public function getMessage() method handleResponse (line 63) | public function handleResponse($data) FILE: src/Requests/VerifyChallengeRequest.php class VerifyChallengeRequest (line 10) | class VerifyChallengeRequest extends Request { method __construct (line 32) | public function __construct($token) method getType (line 40) | public function getType() method getMessage (line 48) | public function getMessage() method handleResponse (line 62) | public function handleResponse($data) FILE: src/Services/Request/CheckChallengeRequestService.php class CheckChallengeRequestService (line 10) | class CheckChallengeRequestService extends RequestService { method checkChallenge (line 18) | public function checkChallenge() FILE: src/Services/Request/InventoryRequestService.php class InventoryRequestService (line 16) | class InventoryRequestService extends RequestService { method getInventory (line 23) | public function getInventory() method recycle (line 39) | public function recycle($itemId, $count) method useIncense (line 54) | public function useIncense($itemId) method useItemXpBoost (line 69) | public function useItemXpBoost($itemId) FILE: src/Services/Request/JournalRequestService.php class JournalRequestService (line 10) | class JournalRequestService extends RequestService { method getJournal (line 18) | public function getJournal() FILE: src/Services/Request/MapRequestService.php class MapRequestService (line 10) | class MapRequestService extends RequestService { method getResources (line 22) | public function getResources($latitude, $longitude, $mapCellIds) FILE: src/Services/Request/PlayerRequestService.php class PlayerRequestService (line 10) | class PlayerRequestService extends RequestService { method getPlayer (line 18) | public function getPlayer() FILE: src/Services/Request/PokemonRequestService.php class PokemonRequestService (line 20) | class PokemonRequestService extends RequestService { method transfer (line 30) | public function transfer($pokemonId) method rename (line 46) | public function rename($pokemonId, $name) method envolve (line 63) | public function envolve($pokemonId) method upgrade (line 80) | public function upgrade($pokemonId) method favorite (line 98) | public function favorite($pokemonId, $fav) FILE: src/Services/Request/PokestopRequestService.php class PokestopRequestService (line 18) | class PokestopRequestService extends RequestService { method spin (line 30) | public function spin($id, $latitude, $longitude) FILE: src/Services/RequestService.php class RequestService (line 9) | class RequestService { method requestHandler (line 17) | public function requestHandler() method getContainer (line 27) | protected function getContainer() FILE: tests/Api/Pokemon/PokemonTest.php class PokemonTest (line 19) | class PokemonTest extends \PHPUnit_Framework_TestCase method buildCandyMockedPokemon (line 31) | protected function buildCandyMockedPokemon(PokemonItem $pokemonItem, C... method buildLevelStardustCandyMockedPokemon (line 53) | protected function buildLevelStardustCandyMockedPokemon(PokemonItem $p... method testIsDeployed (line 101) | public function testIsDeployed(PokemonItem $pokemonItem, $deploymentSt... method providerDeployedPokemon (line 112) | public function providerDeployedPokemon() method testCanEvolve (line 130) | public function testCanEvolve(Pokemon $pokemon, $evolvability) method providerEvolvePokemon (line 140) | public function providerEvolvePokemon() method testCanUpgrade (line 171) | public function testCanUpgrade(Pokemon $pokemon, $upgradeability) method providerUpgradePokemon (line 181) | public function providerUpgradePokemon()