class Sync extends Common

Properties

protected mixed $sourceFolder from  Common
protected mixed $sourceFolderName from  Common
protected mixed $destinationFolder from  Common
protected mixed $destinationFolderName from  Common
protected mixed $settings from  Common
protected mixed $prefix from  Common
protected mixed $folderNames from  Common
protected mysqli $db from  Common
protected DbTool $dbt from  Common
protected WebDav $dav from  Common
protected array $data
protected string $option
protected string $functionName

Methods

__construct()

Constructeur Initialise les loggers et la configuration parente

string
replaceGroupfolderByName($filepath)

No description

from  Common
string
replaceSourceFolderByDestinationFolderName($filepath)

No description

from  Common
void
parseRequest()

Lecture et traitement des événements Met en attente les opérations à exécuter et les traite en boucle infinie.

string
copy($data)

No description

string
createFolder($data)

No description

Details

at line 37
__construct()

Constructeur Initialise les loggers et la configuration parente

in Common at line 35
protected string replaceGroupfolderByName($filepath)

No description

Parameters

$filepath

Return Value

string

in Common at line 42
protected string replaceSourceFolderByDestinationFolderName($filepath)

No description

Parameters

$filepath

Return Value

string

at line 52
void parseRequest()

Lecture et traitement des événements Met en attente les opérations à exécuter et les traite en boucle infinie.

Return Value

void

at line 159
protected string copy($data)

No description

Parameters

$data

Return Value

string

at line 169
protected string createFolder($data)

No description

Parameters

$data

Return Value

string