Bånder

TracedFilesystemAdapter
in package
implements Filesystem

Table of Contents

Interfaces

Filesystem

Properties

$disk  : Filesystem
$diskName  : string
$telemetry  : OpenTelemetryManager

Methods

__call()  : mixed
__construct()  : mixed
allDirectories()  : array<string|int, mixed>
allFiles()  : array<string|int, mixed>
append()  : bool
copy()  : bool
delete()  : bool
deleteDirectory()  : bool
directories()  : array<string|int, mixed>
exists()  : bool
files()  : array<string|int, mixed>
get()  : string
getVisibility()  : string
lastModified()  : int
makeDirectory()  : bool
move()  : bool
path()  : string
prepend()  : bool
put()  : bool
putFile()  : mixed
putFileAs()  : mixed
readStream()  : mixed
setVisibility()  : bool
size()  : int
writeStream()  : bool
extractPath()  : string
traceOperation()  : mixed

Properties

Methods

__call()

public __call(mixed $method, mixed $parameters) : mixed
Parameters
$method : mixed
$parameters : mixed

allDirectories()

public allDirectories([mixed $directory = null ]) : array<string|int, mixed>
Parameters
$directory : mixed = null
Return values
array<string|int, mixed>

allFiles()

public allFiles([mixed $directory = null ]) : array<string|int, mixed>
Parameters
$directory : mixed = null
Return values
array<string|int, mixed>

append()

public append(mixed $path, mixed $data) : bool
Parameters
$path : mixed
$data : mixed
Return values
bool

copy()

public copy(mixed $from, mixed $to) : bool
Parameters
$from : mixed
$to : mixed
Return values
bool

deleteDirectory()

public deleteDirectory(mixed $directory) : bool
Parameters
$directory : mixed
Return values
bool

directories()

public directories([mixed $directory = null ][, mixed $recursive = false ]) : array<string|int, mixed>
Parameters
$directory : mixed = null
$recursive : mixed = false
Return values
array<string|int, mixed>

files()

public files([mixed $directory = null ][, mixed $recursive = false ]) : array<string|int, mixed>
Parameters
$directory : mixed = null
$recursive : mixed = false
Return values
array<string|int, mixed>

getVisibility()

public getVisibility(mixed $path) : string
Parameters
$path : mixed
Return values
string

makeDirectory()

public makeDirectory(mixed $path) : bool
Parameters
$path : mixed
Return values
bool

move()

public move(mixed $from, mixed $to) : bool
Parameters
$from : mixed
$to : mixed
Return values
bool

prepend()

public prepend(mixed $path, mixed $data) : bool
Parameters
$path : mixed
$data : mixed
Return values
bool

put()

public put(mixed $path, mixed $contents[, mixed $options = [] ]) : bool
Parameters
$path : mixed
$contents : mixed
$options : mixed = []
Return values
bool

putFile()

public putFile(mixed $path[, mixed $file = null ][, mixed $options = [] ]) : mixed
Parameters
$path : mixed
$file : mixed = null
$options : mixed = []

putFileAs()

public putFileAs(mixed $path, mixed $file[, mixed $name = null ][, mixed $options = [] ]) : mixed
Parameters
$path : mixed
$file : mixed
$name : mixed = null
$options : mixed = []

setVisibility()

public setVisibility(mixed $path, mixed $visibility) : bool
Parameters
$path : mixed
$visibility : mixed
Return values
bool

writeStream()

public writeStream(mixed $path, mixed $resource[, array<string|int, mixed> $options = [] ]) : bool
Parameters
$path : mixed
$resource : mixed
$options : array<string|int, mixed> = []
Return values
bool

extractPath()

private extractPath(string $method, array<string|int, mixed> $parameters) : string
Parameters
$method : string
$parameters : array<string|int, mixed>
Return values
string

traceOperation()

private traceOperation(string $method, array<string|int, mixed> $parameters) : mixed
Parameters
$method : string
$parameters : array<string|int, mixed>

        
On this page

Search results