PHP Класс Neos\Flow\ResourceManagement\Target\FileSystemSymlinkTarget

Наследование: extends FileSystemTarget
Показать файл Открыть проект

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

Свойство Тип Описание
$relativeSymlinks boolean

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

Метод Описание
publishCollection ( Neos\Flow\ResourceManagement\CollectionInterface $collection, callable $callback = null ) : void Publishes the whole collection to this target

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

Метод Описание
publishDirectory ( string $sourcePath, string $relativeTargetPathAndFilename ) : void Publishes the specified directory to this target, with the given relative path.
publishFile ( resource $sourceStream, string $relativeTargetPathAndFilename ) Publishes the given source stream to this target, with the given relative path.
setOption ( string $key, mixed $value ) : boolean Set an option value and return if it was set.

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

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

Publishes the whole collection to this target
public publishCollection ( Neos\Flow\ResourceManagement\CollectionInterface $collection, callable $callback = null ) : void
$collection Neos\Flow\ResourceManagement\CollectionInterface The collection to publish
$callback callable Function called after each resource publishing
Результат void

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

Publishes the specified directory to this target, with the given relative path.
protected publishDirectory ( string $sourcePath, string $relativeTargetPathAndFilename ) : void
$sourcePath string Absolute path to the source directory
$relativeTargetPathAndFilename string relative path and filename in the target directory
Результат void

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

Publishes the given source stream to this target, with the given relative path.
protected publishFile ( resource $sourceStream, string $relativeTargetPathAndFilename )
$sourceStream resource Stream of the source to publish
$relativeTargetPathAndFilename string relative path and filename in the target directory

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

Set an option value and return if it was set.
protected setOption ( string $key, mixed $value ) : boolean
$key string
$value mixed
Результат boolean

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