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

1.6 KiB

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

abstract class NamespaceHelper (Details)

namespace: VDM\Joomla\Utilities\String

@startuml
abstract NamespaceHelper  #Orange {
  + {static} safe(string $string) : string
  + {static} safeSegment(string $string) : string
}

note right of NamespaceHelper::safe
  Making namespace safe

  since: 3.0.9
  return: string
end note

note right of NamespaceHelper::safeSegment
  Making one namespace segment safe

  since: 3.0.9
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder