jcb-compiler/src/24da9672-e47f-4bb1-b6c0-0eb...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md update 2024-03-14 2024-03-14 14:29:20 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-03-14 2024-03-14 14:29:20 +02:00

README.md

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

final class CoreRule (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field\JoomlaThree

@startuml
class CoreRule << (F,LightGreen) >> #RoyalBlue {
  # array $rules
  # string $path
  + __construct()
  + get(bool $lowercase = false) : array
  - set(string $path) : void
}

note right of CoreRule::__construct
  Constructor

  since: 3.2.0
end note

note right of CoreRule::get
  Get the Array of Existing Validation Rule Names

  since: 3.2.0
  return: array
end note

note right of CoreRule::set
  Set the rules found in a path

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder