jcb-compiler/src/a6e1227c-1efe-407d-84ef-03c...
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-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Sqldump (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Sqldump  #Gold {
  # Registry $registry
  # $db
  + __construct(?Registry $registry = null)
  + get(array $tables, string $view, ...) : ?string
  # escape(string|array $value) : string|array
}

note right of Sqldump::__construct
  Constructor

  since: 3.2.0
end note

note right of Sqldump::get
  Get SQL Dump

  since: 3.2.0
  return: ?string
  
  arguments:
    array $tables
    string $view
    int $view_id
end note

note right of Sqldump::escape
  Escape the values for a SQL dump

  since: 3.2.0
  return: string|array
end note
 
@enduml

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

Build with Joomla Component Builder