jcb-compiler/src/1cef0266-99e2-40d8-919f-c2c...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class External (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Customcode

@startuml
class External  #Gold {
  # array $code
  # array $cutter
  # Placeholder $placeholder
  # \JDatabaseDriver $db
  # User $user
  # CMSApplication $app
  + __construct(?Placeholder $placeholder = null, ?\JDatabaseDriver $db = null, ...)
  + set(string $string, int $debug) : string
  # getCode(string $target, array $bucket) : void
  # cut(string $string, string $sequence, ...) : string
}

note right of External::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    ?Placeholder $placeholder = null
    ?\JDatabaseDriver $db = null
    ?User $user = null
    ?CMSApplication $app = null
end note

note right of External::set
  Set the external code string & load it in to string

  since: 3.2.0
  return: string
end note

note right of External::getCode
  Get the External Code/String

  since: 3.2.0
  return: void
end note

note right of External::cut
  Cut the External Code/String

  since: 3.2.0
  return: string
  
  arguments:
    string $string
    string $sequence
    string $key
end note
 
@enduml

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

Build with Joomla Component Builder