jcb-compiler/src/6c89c663-78f5-4078-9fac-704...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

final class Structure (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Component

@startuml
class Structure << (F,LightGreen) >> #RoyalBlue {
  # Settings $settings
  # Paths $paths
  # Folder $folder
  + __construct(?Settings $settings = null, ?Paths $paths = null, ...)
  + build() : bool
  # folders(object $folders, string $path) : void
}

note right of Structure::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Settings $settings = null
    ?Paths $paths = null
    ?Folder $folder = null
end note

note right of Structure::build
  Build the Component Structure

  since: 3.2.0
  return: bool
end note

note right of Structure::folders
  Create the folder and subfolders

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder