jcb-compiler/src/e0c8c931-52a0-4171-9909-e87.../README.md

39 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Constantpaths (Details)
> namespace: **VDM\Joomla\Componentbuilder\Utilities**
```uml
@startuml
class Constantpaths #Gold {
# array $paths
+ get(?string $path = null) : array|string|null
}
note right of Constantpaths::get
get array of constant paths or just one constant path
since: 3.2.0
return: array|string|null
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)