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

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

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

note right of Name::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Placeholder $placeholder
    UniqueName $uniquename
    CategoryOtherName $categoryothername
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