EasyBlogMediaManagerDropboxSource
in package
Table of Contents
Properties
Methods
- buildFolderItem() : mixed
- files() : mixed
- Format files
- folders() : mixed
- Format folders
- getItems() : mixed
- Returns an array of folders / albums in a given folder since jomsocial only stores user images here.
- setAccess() : mixed
- Sets the oauth access
Properties
$access
private
mixed
$access
= \null
$token
private
mixed
$token
= \null
Methods
buildFolderItem()
public
buildFolderItem(mixed $path, mixed $title) : mixed
Parameters
- $path : mixed
- $title : mixed
Tags
files()
Format files
public
files(mixed $files) : mixed
Parameters
- $files : mixed
Tags
folders()
Format folders
public
folders(mixed $folders) : mixed
Parameters
- $folders : mixed
Tags
getItems()
Returns an array of folders / albums in a given folder since jomsocial only stores user images here.
public
getItems(mixed $path) : mixed
Parameters
- $path : mixed
Tags
setAccess()
Sets the oauth access
public
setAccess(EasyBlogTableOAuth $access) : mixed
Parameters
- $access : EasyBlogTableOAuth