super-powers/src/9ef0eb24-aae4-4f5a-99af-d72...
Robot 2125425324
update 2024-04-07 13:20:18
2024-04-07 13:20:46 +02:00
..
README.md update 2023-04-15 16:49:30 2023-04-15 16:49:41 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:53 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:53 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:46 +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