4
0
api-powers/src/2315a1c5-bcf6-401a-8d11-60f4d6d12dbb/README.md
2023-07-22 06:43:38 +02:00

2.4 KiB

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

final class Tagged (Details)

namespace: VDM\Joomla\GetBible

@startuml
class Tagged << (F,LightGreen) >> #Green {
  # Load $load
  # Insert $insert
  # Update $update
  # Linker $linker
  + __construct(Load $load, Insert $insert, ...)
  + set(string $translation, int $book, ...) : ?array
  + delete(string $tag) : ?array
  - get(string $linker, int $book, ...) : ?object
  - create(string $linker, string $translation, ...) : bool
}

note right of Tagged::__construct
  Constructor

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

note right of Tagged::set
  Set a tagged verse

  since: 2.0.1
  return: ?array
  
  arguments:
    string $translation
    int $book
    int $chapter
    int $verse
    string $tag
end note

note right of Tagged::delete
  Delete a tagged verse

  since: 2.0.1
  return: ?array
end note

note right of Tagged::get
  Get a tagged verse

  since: 2.0.1
  return: ?object
  
  arguments:
    string $linker
    int $book
    int $chapter
    int $verse
    string $tag
end note

note right of Tagged::create
  Create a Tagged verse

  since: 2.0.1
  return: bool
  
  arguments:
    string $linker
    string $translation
    int $book
    int $chapter
    int $verse
    string $tag
end note
 
@enduml

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

Build with Joomla Component Builder