[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/system/debug/src/ -> JoomlaHttpDriver.php (summary)

(no description)

Copyright: (C) 2022 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 159 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  __construct()
  setHeaders()
  isSessionStarted()
  setSessionValue()
  hasSessionValue()
  getSessionValue()
  deleteSessionValue()

Functions
Functions that are not part of a class:

__construct(CMSApplicationInterface $app)   X-Ref
Constructor.

param: CMSApplicationInterface  $app

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

param: array  $headers

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