[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/maximebf/debugbar/src/DebugBar/ -> HttpDriverInterface.php (summary)

(no description)

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

Defines 1 class

HttpDriverInterface:: (6 methods):
  setHeaders()
  isSessionStarted()
  setSessionValue()
  hasSessionValue()
  getSessionValue()
  deleteSessionValue()


Interface: HttpDriverInterface  - X-Ref

Provides an abstraction of PHP native features for easier integration
in third party frameworks

setHeaders(array $headers)   X-Ref
Sets HTTP headers

param: array $headers
return:

isSessionStarted()   X-Ref
Checks if the session is started

return: boolean

setSessionValue($name, $value)   X-Ref
Sets a value in the session

param: string $name
param: string $value

hasSessionValue($name)   X-Ref
Checks if a value is in the session

param: string $name
return: boolean

getSessionValue($name)   X-Ref
Returns a value from the session

param: string $name
return: mixed

deleteSessionValue($name)   X-Ref
Deletes a value from the session

param: string $name



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer