MirrorPublisher implements FileSystemPublisherInterface
Read onlyYes
FinalYes
Only to be used in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Interfaces
Methods
- __construct() : mixed
- canPublish() : bool
- publishFile() : void
- publishFolder() : void
Methods
__construct()
public
__construct() : mixed
canPublish()
public
canPublish(string $source, string $target) : bool
Parameters
- $source : string
- $target : string
Return values
boolpublishFile()
public
publishFile(string $source, string $target) : void
Parameters
- $source : string
- $target : string
publishFolder()
public
publishFolder(string $source, string $target) : void
Parameters
- $source : string
- $target : string