super-powers/src/9ef0eb24-aae4-4f5a-99af-d72...
Llewellyn van der Merwe 2ff1061957
update 2023-04-15 16:49:30
2023-04-15 16:49:41 +02:00
..
README.md update 2023-04-15 16:49:30 2023-04-15 16:49:41 +02:00
code.php update 2023-04-15 16:49:30 2023-04-15 16:49:41 +02:00
code.power update 2023-04-15 16:49:30 2023-04-15 16:49:41 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:41 +02:00

README.md

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

abstract class FieldHelper (Details)

namespace: VDM\Joomla\Utilities\String

@startuml
abstract FieldHelper  #Orange {
  # static $builder
  + {static} safe($string, $allcap = false, ...)
}

note right of FieldHelper::safe
  Making field names safe

  since: 3.0.9
  
  arguments:
    $string
    $allcap = false
    $spacer = '_'
end note
 
@enduml

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

Build with Joomla Component Builder