jcb-compiler/src/24da9672-e47f-4bb1-b6c0-0eb.../README.md

1.7 KiB

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

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