jcb-compiler/src/d7ba2d5d-10b6-470d-978d-9f9...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Field (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler

@startuml
class Field  #Gold {
  # Data $data
  # Name $name
  # TypeName $typeName
  # UniqueName $uniqueName
  + __construct(?Data $data = null, ?Name $name = null, ...)
  + set(array $field, ?string $singleViewName = null, ...) : void
}

note right of Field::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Data $data = null
    ?Name $name = null
    ?TypeName $typeName = null
    ?UniqueName $uniqueName = null
end note

note right of Field::set
  set Field details

  since: 3.2.0
  return: void
  
  arguments:
    array $field
    ?string $singleViewName = null
    ?string $listViewName = null
    string $amicably = ''
end note
 
@enduml

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

Build with Joomla Component Builder