jcb-compiler/src/a68c010b-e92e-47d5-8a44-d23.../README.md

1.7 KiB

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

abstract class Indent (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Utilities

@startuml
abstract Indent  #Orange {
  + {static} _(int $nr) : string
  - {static} indent() : string
  - {static} init() : void
}

note right of Indent::_
  Set the space

  since: 3.2.0
  return: string
end note

note right of Indent::indent
  Get the indentation string

  since: 3.2.0
  return: string
end note

note right of Indent::init
  The constructor for indent

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder