Documentation

EasyBlogStorageJoomla
in package
implements EasyBlogStorageInterface

Table of Contents

Interfaces

EasyBlogStorageInterface

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

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
since
5.3.0
access

public

download()

Download the file from repository

public download(mixed $filePath, mixed $fileName) : mixed
Parameters
$filePath : mixed
$fileName : mixed
Tags
since
5.3.0
access

public

Returns the absolute path to the object

public getPermalink(mixed $relativePath) : mixed
Parameters
$relativePath : mixed
Tags
since
5.3.0
access

public

pull()

Pulls a file from the remote repository

public pull(mixed $relativePath[, mixed $saveTo = '' ]) : mixed
Parameters
$relativePath : mixed
$saveTo : mixed = ''
Tags
since
5.3.0
access

public

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'
Tags
since
5.3.0
access

public


        
On this page

Search results