super-powers/src/ce8cf834-6bac-44fb-941c-861f7e046cc0/README.md

46 lines
1.6 KiB
Markdown
Raw Normal View History

2023-04-15 14:49:41 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class NamespaceHelper (Details)
> namespace: **VDM\Joomla\Utilities\String**
```uml
@startuml
abstract NamespaceHelper #Orange {
2023-10-04 18:23:30 +00:00
+ {static} safe(string $string) : string
2024-01-27 07:08:12 +00:00
+ {static} safeSegment(string $string) : string
2023-04-15 14:49:41 +00:00
}
note right of NamespaceHelper::safe
Making namespace safe
since: 3.0.9
return: string
end note
2024-01-27 07:08:12 +00:00
note right of NamespaceHelper::safeSegment
Making one namespace segment safe
since: 3.0.9
return: string
end note
2023-04-15 14:49:41 +00:00
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)