phpseclib/src/fea2b107-3ee4-4ebf-84be-d3f.../README.md

47 lines
1.6 KiB
Markdown
Raw Normal View History

2023-04-15 15:00:08 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Password (Details)
> namespace: **VDM\Joomla\Componentbuilder\Crypt**
```uml
@startuml
class Password #Gold {
+ get(string $type, ?string $default = null) : ?string
- local() : string
}
note right of Password::get
Get the type of password
Example: $this->get('basic', 'default-password');
since: 3.2.0
return: ?string
end note
note right of Password::local
Get the local password
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)