FileSystemPublisherInterface
Only to be used in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Methods
- canPublish() : bool
- publishFile() : void
- publishFolder() : void
Methods
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