phpseclib/src/42ceff0b-226d-42ff-9ffa-3d5...
Robot fcb429d948
update 2024-04-07 13:20:18
2024-04-07 13:20:36 +02:00
..
README.md first commit 2023-04-15 17:00:08 +02:00
code.php first commit 2023-04-15 17:00:08 +02:00
code.power first commit 2023-04-15 17:00:08 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:36 +02:00

README.md

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

class Server (Details)

namespace: VDM\Joomla\Componentbuilder\Service

@startuml
class Server  #Gold {
  + register(Container $container) : void
  + getServer(Container $container) : Client
  + getServerLoad(Container $container) : Load
  + getServerFtp(Container $container) : Ftp
  + getServerSftp(Container $container) : Sftp
}

note right of Server::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Server::getServer
  Get the Server Client class

  since: 3.2.0
  return: Client
end note

note right of Server::getServerLoad
  Get the Server Load class

  since: 3.2.0
  return: Load
end note

note right of Server::getServerFtp
  Get the Server Ftp class

  since: 3.2.0
  return: Ftp
end note

note right of Server::getServerSftp
  Get the Server Sftp class

  since: 3.2.0
  return: Sftp
end note
 
@enduml

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

Build with Joomla Component Builder