jcb-compiler/src/12df35ad-2d44-4c4c-a7d5-a33...
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 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

final class Groups (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

@startuml
class Groups << (F,LightGreen) >> #RoyalBlue {
  # $db
  + __construct()
  + check(string $type, string $option = 'default') : bool
  + types(array $groups = []) : ?array
  + typesIds(array $groups = []) : ?array
  + spacerIds() : ?array
}

note right of Groups::__construct
  Constructor

  since: 3.2.0
end note

note right of Groups::check
  Field Checker

  since: 3.2.0
  return: bool
end note

note right of Groups::types
  get the field types id -> name of a group or groups

  since: 3.2.0
  return: ?array
end note

note right of Groups::typesIds
  get the field types IDs of a group or groups

  since: 3.2.0
  return: ?array
end note

note right of Groups::spacerIds
  get the spacer IDs

  since: 3.2.0
  return: ?array
end note
 
@enduml

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

Build with Joomla Component Builder