jcb-compiler/src/5f44e66a-31d0-45ff-92b3-b73...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

interface SettingsInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Interfaces\Component

@startuml
interface SettingsInterface  #Lavender {
  + exists() : bool
  + structure() : object
  + multiple() : object
  + single() : object
  + standardFolder(string $folder) : bool
  + standardRootFile(string $file) : bool
}

note right of SettingsInterface::exists
  Check if data set is loaded

  since: 3.2.0
  return: bool
end note

note right of SettingsInterface::structure
  Get Joomla - Folder Structure to Create

  since: 3.2.0
  return: object
end note

note right of SettingsInterface::multiple
  Get Joomla - Move Multiple Structure

  since: 3.2.0
  return: object
end note

note right of SettingsInterface::single
  Get Joomla - Move Single Structure

  since: 3.2.0
  return: object
end note

note right of SettingsInterface::standardFolder
  Check if Folder is a Standard Folder

  since: 3.2.0
  return: bool
end note

note right of SettingsInterface::standardRootFile
  Check if File is a Standard Root File

  since: 3.2.0
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder