JunctionPublisher 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(FileSystem $fileSystem) : mixed
Parameters
- $fileSystem : FileSystem
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
Tags
publishFolder()
public
publishFolder(string $source, string $target) : void
Parameters
- $source : string
- $target : string