4
0
Fork 0
api-powers/src/67f91b8b-7b48-4dbb-bbd5-794...
Robot cfe9fa7ba7
update 2024-04-06 15:05:35
2024-04-06 15:05:35 +02:00
..
README.md update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.php update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.power update 2023-09-26 08:24:03 2023-09-26 08:24:03 +02:00
settings.json update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00

README.md

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

final class Tag (Details)

namespace: TrueChristianChurch\Joomla\GetBible

@startuml
class Tag << (F,LightGreen) >> #RoyalBlue {
  # Load $load
  # Insert $insert
  # Update $update
  # Linker $linker
  + __construct(Load $load, Insert $insert, ...)
  + create(string $name, ?string $description) : ?array
  + update(string $tag, string $name, ...) : ?array
  + delete(string $tag) : ?array
  - get(string $linker, string $name) : ?object
  - createTag(string $linker, string $name, ...) : bool
}

note right of Tag::__construct
  Constructor

  since: 2.0.1
  
  arguments:
    Load $load
    Insert $insert
    Update $update
    Linker $linker
end note

note right of Tag::create
  Create a tag

  since: 2.0.1
  return: ?array
end note

note right of Tag::update
  Update a tag

  since: 2.0.1
  return: ?array
  
  arguments:
    string $tag
    string $name
    ?string $description
end note

note right of Tag::delete
  Delete a tag

  since: 2.0.1
  return: ?array
end note

note right of Tag::get
  Get a tag

  since: 2.0.1
  return: ?object
end note

note right of Tag::createTag
  Create a Tag

  since: 2.0.1
  return: bool
  
  arguments:
    string $linker
    string $name
    ?string $description
end note
 
@enduml

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

Build with Joomla Component Builder