super-powers/src/52a1d14f-304a-431c-8fa4-411.../README.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2024-03-26 17:06:22 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# trait VarExport (Details)
> namespace: **VDM\Joomla\Abstraction\Registry\Traits**
```uml
@startuml
class VarExport << (T,Orange) >> #Turquoise {
# int $indent
+ varExport(?string $path = null, int $indentation = 2) : ?string
# convertIndent(array $matches) : string
}
note right of VarExport::varExport
Method to export a set of values to a PHP array
since: 3.4.0
return: ?string
end note
note right of VarExport::convertIndent
Method to convert found of grouped spaces to system indentation
since: 3.4.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)