.. | ||
code.php | ||
code.power | ||
README.md | ||
settings.json |
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
final class SessionHelper (Details)
namespace: VDM\Joomla\GetBible\Utilities
@startuml
class SessionHelper << (F,LightGreen) >> #Green {
# 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