[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Utils/Http/Clients/ -> Cached.php (summary)

(no description)

File Size: 108 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Cached:: (6 methods):
  __construct()
  get()
  post()
  getCachedFilepath()
  getCacheKey()
  getClient()


Class: Cached  - X-Ref


__construct(Client $client)   X-Ref

param: Client $client

get($url, array $options = [])   X-Ref
{@inheritdoc}


post($url, array $options = [], $body = '')   X-Ref
{@inheritdoc}


getCachedFilepath(array $vars)   X-Ref
Generate and return a filepath that matches given vars

param: array  $vars
return: string

getCacheKey(array $vars)   X-Ref
Generate a key for a given set of values

param: string[] $vars
return: string

getClient()   X-Ref
Return cached client configured with this client's options

return: Client



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1