.. | ||
code.php | ||
README.md | ||
settings.json |
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
class Registry (Details)
namespace: VDM\Joomla\Componentbuilder\Compiler
@startuml
class Registry #Gold {
# $indent
+ varExport(string $path, int $default = 2) : ?string
# convertIndent(array $matches) : string
}
note right of Registry::varExport
Method to export a set of values to a PHP array
since: 3.4.0
return: ?string
end note
note right of Registry::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