PHP Класс Molajo\Copy

С версии: 1.0.0
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$base_path string Base Path
$exclude_folders array Exclude Folders
$files array Files
$folders array Folders
$source_path string Source Path
$target_path string Target Path

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

Метод Описание
__construct ( string $base_path, string $source_path, string $target_path, array $exclude_folders ) Constructor
process ( ) Process Request

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

Метод Описание
copySourceToTarget ( ) : object Copy Source to Target
removeTargetFiles ( string $directory ) Remove Directory and all contents

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

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

Constructor
С версии: 1.0.0
public __construct ( string $base_path, string $source_path, string $target_path, array $exclude_folders )
$base_path string
$source_path string
$target_path string
$exclude_folders array

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

Copy Source to Target
С версии: 1.0.0
protected copySourceToTarget ( ) : object
Результат object

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

Process Request
С версии: 1.0.0
public process ( )

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

Remove Directory and all contents
С версии: 1.0.0
protected removeTargetFiles ( string $directory )
$directory string

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

$base_path защищенное свойство

Base Path
С версии: 1.0.0
protected string $base_path
Результат string

$exclude_folders защищенное свойство

Exclude Folders
С версии: 1.0.0
protected array $exclude_folders
Результат array

$files защищенное свойство

Files
С версии: 1.0.0
protected array $files
Результат array

$folders защищенное свойство

Folders
С версии: 1.0.0
protected array $folders
Результат array

$source_path защищенное свойство

Source Path
С версии: 1.0.0
protected string $source_path
Результат string

$target_path защищенное свойство

Target Path
С версии: 1.0.0
protected string $target_path
Результат string