PHP Класс Banago\PHPloy\Connection

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$server League\Flysystem\Filesystem

Открытые методы

Метод Описание
__construct ( string $server ) : Connection Connection constructor.

Защищенные методы

Метод Описание
connectToFtp ( string $server ) : League\Flysystem\Filesystem | null Connects to the FTP Server.
connectToSftp ( string $server ) : League\Flysystem\Filesystem | null Connects to the SFTP Server.

Приватные методы

Метод Описание
getCommonOptions ( $server )

Описание методов

__construct() публичный Метод

Connection constructor.
public __construct ( string $server ) : Connection
$server string
Результат Connection

connectToFtp() защищенный Метод

Connects to the FTP Server.
protected connectToFtp ( string $server ) : League\Flysystem\Filesystem | null
$server string
Результат League\Flysystem\Filesystem | null

connectToSftp() защищенный Метод

Connects to the SFTP Server.
protected connectToSftp ( string $server ) : League\Flysystem\Filesystem | null
$server string
Результат League\Flysystem\Filesystem | null

Описание свойств

$server публичное свойство

public Filesystem,League\Flysystem $server
Результат League\Flysystem\Filesystem