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
getClient()
Creates the oauth client
public
getClient() : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getItem()
Returns the information of an object
public
getItem(mixed $uri) : mixed
Parameters
- $uri : mixed
Tags
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
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
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
renderFolderContents()
Render folder contents from media manager
public
renderFolderContents(mixed $folder) : mixed
Parameters
- $folder : mixed
Tags
renderFolderItems()
Render folder contents from media manager
public
renderFolderItems(mixed $folder[, mixed $nextPage = 1 ]) : mixed
Parameters
- $folder : mixed
- $nextPage : mixed = 1
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed