jcb-compiler/src/c6818275-cdf7-4fce-a365-90d95a77a71c
2024-01-27 09:09:33 +02:00
..
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

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

class CoreField (Details)

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

@startuml
class CoreField  #Gold {
  # array $fields
  # array $paths
  + __construct()
  + get(bool $lowercase = false) : array
  - set(string $path) : void
}

note right of CoreField::__construct
  Constructor

  since: 3.2.0
end note

note right of CoreField::get
  Get the Array of Existing Validation Field Names

  since: 3.2.0
  return: array
end note

note right of CoreField::set
  Set the fields found in a path

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder