jcb-compiler/src/d6592c9b-93a6-41b3-83c7-c43...
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

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

interface LanguageInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Interfaces

@startuml
interface LanguageInterface  #Lavender {
  + key(string $string) : string
  + exist(string $target, ?string $language = null) : bool
  + get(string $target, string $language) : string
  + getTarget(string $target) : array
  + setTarget(string $target, ?array $content) : void
  + set(string $target, string $language, ...) : void
}

note right of LanguageInterface::key
  Get the language string key

  since: 3.2.0
  return: string
end note

note right of LanguageInterface::exist
  check if the language string exist

  since: 3.2.0
  return: bool
end note

note right of LanguageInterface::get
  get the language string

  since: 3.2.0
  return: string
end note

note right of LanguageInterface::getTarget
  get target array

  since: 3.2.0
  return: array
end note

note right of LanguageInterface::setTarget
  set target array

  since: 3.2.0
  return: void
end note

note right of LanguageInterface::set
  set the language content values to language content array

  since: 3.2.0
  return: void
  
  arguments:
    string $target
    string $language
    string $string
    bool $addPrefix = false
end note
 
@enduml

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

Build with Joomla Component Builder