jcb-compiler/src/9387215f-a965-4421-acf3-5e8...
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 Name (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

@startuml
class Name  #Gold {
  # Registry $registry
  # array $unique
  # Placeholder $placeholder
  # UniqueName $uniqueName
  + __construct(?Placeholder $placeholder = null, ?UniqueName $uniqueName = null, ...)
  + get(array $field, ?string $listViewName = null, ...) : string
}

note right of Name::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Placeholder $placeholder = null
    ?UniqueName $uniqueName = null
    ?Registry $registry = null
end note

note right of Name::get
  Get the field's actual name

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

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

Build with Joomla Component Builder