jcb-compiler/src/99368a6f-2f64-4d4e-ad3a-544...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

class DatabaseName (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

@startuml
class DatabaseName  #Gold {
  # Lists $lists
  # Registry $registry
  + __construct(Lists $lists, Registry $registry)
  + get(string $nameListCode, int $fieldId, ...) : ?string
}

note right of DatabaseName::__construct
  Constructor.

  since: 3.2.0
end note

note right of DatabaseName::get
  get the field database name and AS prefix

  since: 3.2.0
  return: ?string
  
  arguments:
    string $nameListCode
    int $fieldId
    string $targetArea = 'builder.list'
end note
 
@enduml

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

Build with Joomla Component Builder