Documentation

EasyBlogMediaManagerFlickrSource extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed
$login  : mixed
$oauth  : mixed

Methods

__construct()  : mixed
decorate()  : mixed
Given a raw format of a flickr object and convert it into a media manager object.
getClient()  : mixed
Creates the oauth client
getError()  : mixed
getErrors()  : mixed
getItem()  : mixed
Returns the information of an object
getItems()  : mixed
Retrieves a list of images the user has on Flickr
hasError()  : mixed
hasErrors()  : mixed
hasLogin()  : mixed
Determines if the current place needs a login screen.
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
loadLanguage()  : mixed
Helper method to load language
renderFolderContents()  : mixed
Render folder contents from media manager
renderFolderItems()  : mixed
Render folder contents from media manager
setError()  : mixed

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$string

public mixed $string = \null

$login

private mixed $login = \false

$oauth

private mixed $oauth = \null

Methods

__construct()

public __construct(mixed $lib) : mixed
Parameters
$lib : mixed

decorate()

Given a raw format of a flickr object and convert it into a media manager object.

public decorate(mixed &$item, mixed $uri) : mixed
Parameters
$item : mixed
$uri : mixed
Tags
since
5.1
access

public

getClient()

Creates the oauth client

public getClient() : mixed
Tags
since
5.1
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getItem()

Returns the information of an object

public getItem(mixed $uri) : mixed
Parameters
$uri : mixed
Tags
since
5.1
access

public

getItems()

Retrieves a list of images the user has on Flickr

public getItems(mixed $uri[, mixed $includeVariations = false ][, mixed $page = 1 ]) : mixed
Parameters
$uri : mixed
$includeVariations : mixed = false
$page : mixed = 1
Tags
since
5.1
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

hasLogin()

Determines if the current place needs a login screen.

public hasLogin() : mixed

Should be extended on child if needs overriding.

Tags
since
5.1
access

public

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

renderFolderContents()

Render folder contents from media manager

public renderFolderContents(mixed $folder) : mixed
Parameters
$folder : mixed
Tags
since
5.1
access

public

renderFolderItems()

Render folder contents from media manager

public renderFolderItems(mixed $folder[, mixed $nextPage = 1 ]) : mixed
Parameters
$folder : mixed
$nextPage : mixed = 1
Tags
since
5.1
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

        
On this page

Search results