EasyBlogStorageJoomla
in package
implements
EasyBlogStorageInterface
Table of Contents
Interfaces
Properties
- $lib : mixed
Methods
- __construct() : mixed
- containerExists() : mixed
- createContainer() : mixed
- delete() : mixed
- Deletes a file from the remote repository
- download() : mixed
- Download the file from repository
- getPermalink() : mixed
- Returns the absolute path to the object
- init() : mixed
- pull() : mixed
- Pulls a file from the remote repository
- push() : mixed
- Pushes a file to the remote repository
Properties
$lib
private
mixed
$lib
= \null
Methods
__construct()
public
__construct() : mixed
containerExists()
public
containerExists(mixed $container) : mixed
Parameters
- $container : mixed
createContainer()
public
createContainer(mixed $container) : mixed
Parameters
- $container : mixed
delete()
Deletes a file from the remote repository
public
delete(mixed $paths[, mixed $folder = false ]) : mixed
Parameters
- $paths : mixed
- $folder : mixed = false
Tags
download()
Download the file from repository
public
download(mixed $filePath, mixed $fileName) : mixed
Parameters
- $filePath : mixed
- $fileName : mixed
Tags
getPermalink()
Returns the absolute path to the object
public
getPermalink(mixed $relativePath) : mixed
Parameters
- $relativePath : mixed
Tags
init()
public
init() : mixed
pull()
Pulls a file from the remote repository
public
pull(mixed $relativePath[, mixed $saveTo = '' ]) : mixed
Parameters
- $relativePath : mixed
- $saveTo : mixed = ''
Tags
push()
Pushes a file to the remote repository
public
push(mixed $fileName, mixed $source, mixed $dest[, mixed $mimeType = 'application/octet-stream' ]) : mixed
Parameters
- $fileName : mixed
- $source : mixed
- $dest : mixed
- $mimeType : mixed = 'application/octet-stream'