Overview

Namespaces

  • Deliverist
    • Syncer
      • Bridges
      • Utils

Classes

  • FtpSyncer

Interfaces

  • ISyncer

Exceptions

  • Exception
  • StaticClassException
  • Overview
  • Namespace
  • Class

Class FtpSyncer

Deliverist\Syncer\FtpSyncer implements Deliverist\Syncer\ISyncer
Namespace: Deliverist\Syncer
Located at FtpSyncer.php
Methods summary
public
# __construct( string $host, string|null $user = NULL, string|null $password = NULL, string|null $path = NULL )

Parameters

$host
$user
$password
$path
public Deliverist\Syncer\FtpSyncer
# setPort( integer|null $port )

Parameters

$port

Returns

Deliverist\Syncer\FtpSyncer
public Deliverist\Syncer\FtpSyncer
# disablePassiveMode( )

Returns

Deliverist\Syncer\FtpSyncer
public
# disableSsl( )
public string
# getLabel( )

Returns

string

Implementation of

Deliverist\Syncer\ISyncer::getLabel()
public static
# onAfterUpload( callable $handler )

Parameters

$handler

Returns

static

Implementation of

Deliverist\Syncer\ISyncer::onAfterUpload()
public static
# setIgnore( array $ignore )

Parameters

$ignore

Returns

static

Implementation of

Deliverist\Syncer\ISyncer::setIgnore()
public static
# setPurge( array $purge )

Parameters

$purge

Returns

static

Implementation of

Deliverist\Syncer\ISyncer::setPurge()
public static
# setDeploymentFile( string $deploymentFile )

Parameters

$deploymentFile

Returns

static

Implementation of

Deliverist\Syncer\ISyncer::setDeploymentFile()
public
# sync( string $dir, CzProject\Logger\ILogger $logger )

Parameters

$dir
$logger

Implementation of

Deliverist\Syncer\ISyncer::sync()
deliverist/syncer master API documentation API documentation generated by ApiGen