.. | ||
code.php | ||
code.power | ||
README.md | ||
settings.json |
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
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