jcb-compiler/src/59895f37-50c8-4af3-9dad-230.../README.md

1.8 KiB

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

class Libraries (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Libraries  #Gold {
  # Config $config
  # LibraryManager $librarymanager
  # Library $library
  + __construct(Config $config, LibraryManager $librarymanager, ...)
  + set(string $key, object $item, ...) : void
}

note right of Libraries::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    LibraryManager $librarymanager
    Library $library
end note

note right of Libraries::set
  Set Libraries

  since: 3.2.0
  return: void
  
  arguments:
    string $key
    object $item
    string $target = null
end note
 
@enduml

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

Build with Joomla Component Builder