phpseclib/src/66355f70-c26c-4765-ba48-498.../README.md

77 lines
2.1 KiB
Markdown
Raw Normal View History

2023-04-15 15:00:08 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Server (Details)
> namespace: **VDM\Joomla\Componentbuilder**
```uml
@startuml
class Server #Gold {
# Load $load
# Ftp $ftp
# Sftp $sftp
# User $user
+ __construct(Load $load, Ftp $ftp, ...)
+ move(int $id, string $localPath, ...) : bool
+ legacyMove(string $localPath, string $fileName, ...) : bool
}
note right of Server::__construct
Constructor
since: 3.2.0
arguments:
Load $load
Ftp $ftp
Sftp $sftp
?User $user = null
end note
note right of Server::move
Move File to Server
since: 3.2.0
return: bool
arguments:
int $id
string $localPath
string $fileName
?int $protocol = null
string $permission = 'core.export'
end note
note right of Server::legacyMove
Move File to Server (Legacy Signature)
since: 3.2.0
return: bool
arguments:
string $localPath
string $fileName
int $serverID
int $protocol = null
string $permission = 'core.export'
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)