EasyBlogStorageInterface
Table of Contents
Methods
-
createContainer()
: mixed
-
delete()
: mixed
-
download()
: mixed
-
getPermalink()
: mixed
-
init()
: mixed
-
pull()
: mixed
-
push()
: mixed
createContainer()
public
createContainer(mixed $container) : mixed
Parameters
-
$container
: mixed
-
delete()
public
delete(mixed $relativePath[, mixed $folder = false ]) : mixed
Parameters
-
$relativePath
: mixed
-
-
$folder
: mixed
= false
-
download()
public
download(mixed $filePath, mixed $fileName) : mixed
Parameters
-
$filePath
: mixed
-
-
$fileName
: mixed
-
getPermalink()
public
getPermalink(mixed $relativePath) : mixed
Parameters
-
$relativePath
: mixed
-
init()
public
init() : mixed
pull()
public
pull(mixed $relativePath) : mixed
Parameters
-
$relativePath
: mixed
-
push()
public
push(mixed $fileName, mixed $path, mixed $relativePath[, mixed $mimeType = 'application/octet-stream' ]) : mixed
Parameters
-
$fileName
: mixed
-
-
$path
: mixed
-
-
$relativePath
: mixed
-
-
$mimeType
: mixed
= 'application/octet-stream'
-