Table of Contents
Properties
-
$basePath
: mixed
-
$cleanupInterval
: mixed
Methods
-
__construct()
: mixed
-
clearOld()
: mixed
-
has()
: mixed
-
isDotFile()
: mixed
-
load()
: mixed
-
remove()
: mixed
-
tempFilename()
: mixed
-
write()
: mixed
-
createBasePath()
: mixed
-
createDirectory()
: mixed
-
getExistingParentDirectory()
: mixed
-
getPermission()
: mixed
-
getFilePath()
: mixed
-
isOld()
: mixed
$basePath
private
mixed
$basePath
$cleanupInterval
private
mixed
$cleanupInterval
__construct()
public
__construct(mixed $basePath[, mixed $cleanupInterval = 3600 ]) : mixed
Parameters
-
$basePath
: mixed
-
-
$cleanupInterval
: mixed
= 3600
-
clearOld()
public
clearOld() : mixed
has()
public
has(mixed $filename) : mixed
Parameters
-
$filename
: mixed
-
isDotFile()
public
isDotFile(DirectoryIterator $item) : mixed
Parameters
-
$item
: DirectoryIterator
-
load()
public
load(mixed $filename) : mixed
Parameters
-
$filename
: mixed
-
remove()
public
remove(mixed $filename) : mixed
Parameters
-
$filename
: mixed
-
tempFilename()
public
tempFilename(mixed $filename) : mixed
Parameters
-
$filename
: mixed
-
write()
public
write(mixed $filename, mixed $data) : mixed
Parameters
-
$filename
: mixed
-
-
$data
: mixed
-
createBasePath()
protected
createBasePath(mixed $basePath) : mixed
Parameters
-
$basePath
: mixed
-
createDirectory()
protected
createDirectory(mixed $basePath) : mixed
Parameters
-
$basePath
: mixed
-
getExistingParentDirectory()
protected
getExistingParentDirectory(mixed $basePath) : mixed
Parameters
-
$basePath
: mixed
-
getPermission()
protected
getPermission(mixed $basePath[, mixed $fallbackPermission = 0777 ]) : mixed
Parameters
-
$basePath
: mixed
-
-
$fallbackPermission
: mixed
= 0777
-
getFilePath()
private
getFilePath(mixed $filename) : mixed
Parameters
-
$filename
: mixed
-
isOld()
private
isOld(DirectoryIterator $item) : mixed
Parameters
-
$item
: DirectoryIterator
-