PHP 클래스 Neos\Flow\ResourceManagement\Target\FileSystemSymlinkTarget

상속: extends FileSystemTarget
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세