jcb-compiler/src/500f3a7f-c16d-4dd4-81b2-2df...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

abstract class Placefix (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Utilities

@startuml
abstract Placefix  #Orange {
  + {static} _(string $string) : string
  + {static} b() : string
  + {static} d() : string
  + {static} _h(string $string) : string
  + {static} h() : string
}

note right of Placefix::_
  Get a prefix and suffix added to given string

  since: 3.2.0
  return: string
end note

note right of Placefix::b
  Get a open prefix

  since: 3.2.0
  return: string
end note

note right of Placefix::d
  Get a close suffix

  since: 3.2.0
  return: string
end note

note right of Placefix::_h
  Get a hash prefix and suffix added to given string

  since: 3.2.0
  return: string
end note

note right of Placefix::h
  Get a hash-fix

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder