jcb-compiler/src/c871fb4a-4c33-4302-bb79-a9c...
Robot c7492eb08e
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
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
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

class Rule (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

@startuml
class Rule  #Gold {
  # Registry $registry
  # Customcode $customcode
  # Gui $gui
  # Placeholder $placeholder
  # CoreRule $corerule
  + __construct(Registry $registry, Customcode $customcode, ...)
  + set(int $id, string $field) : void
}

note right of Rule::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Registry $registry
    Customcode $customcode
    Gui $gui
    Placeholder $placeholder
    CoreRule $corerule
end note

note right of Rule::set
  Set the validation rule

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder