4
0
Fork 0
api-powers/src/84e84cd1-c938-4559-8414-d56.../README.md

1.8 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

final class SessionHelper (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Utilities

@startuml
class SessionHelper << (F,LightGreen) >> #RoyalBlue {
  # Session $session
  + __construct(?Session $session = null)
  + get(string $name, mixed $default = null) : mixed
  + set(string $name, mixed $value = null) : mixed
}

note right of SessionHelper::__construct
  Constructor

  since: 3.2.0
end note

note right of SessionHelper::get
  Get data from the session store

  since: 2.1.0
  return: mixed
end note

note right of SessionHelper::set
  Set data into the session store.

  since: 2.1.0
  return: mixed
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder