jcb-compiler/src/6c89c663-78f5-4078-9fac-704.../README.md

1.9 KiB

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

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