jcb-compiler/src/e5d9804f-0eb0-4ee9-b406-ad4e8cdbc1f6/README.md

1.7 KiB

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

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