Documentation

FilesystemWriter

Table of Contents

copy()  : void
createDirectory()  : void
delete()  : void
deleteDirectory()  : void
move()  : void
setVisibility()  : void
write()  : void
writeStream()  : void

Methods

copy()

public copy(string $source, string $destination[, array<string|int, mixed> $config = [] ]) : void
Parameters
$source : string
$destination : string
$config : array<string|int, mixed> = []
Tags
throws
UnableToCopyFile
throws
FilesystemException
Return values
void

move()

public move(string $source, string $destination[, array<string|int, mixed> $config = [] ]) : void
Parameters
$source : string
$destination : string
$config : array<string|int, mixed> = []
Tags
throws
UnableToMoveFile
throws
FilesystemException
Return values
void

write()

public write(string $location, string $contents[, array<string|int, mixed> $config = [] ]) : void
Parameters
$location : string
$contents : string
$config : array<string|int, mixed> = []
Tags
throws
UnableToWriteFile
throws
FilesystemException
Return values
void

writeStream()

public writeStream(string $location, mixed $contents[, array<string|int, mixed> $config = [] ]) : void
Parameters
$location : string
$contents : mixed
$config : array<string|int, mixed> = []
Tags
throws
UnableToWriteFile
throws
FilesystemException
Return values
void

Search results