tinyURL
in package
Table of Contents
Constants
- albums = 1
- images = 2
- news = 4
- news_categories = 8
- pages = 16
Properties
- $DBassoc : mixed
- $tableAsoc : mixed
Methods
- __construct() : mixed
- getOptionsSupported() : mixed
- getTinyURL() : mixed
- getURL() : mixed
- Returns a Zenphoto tiny URL to the object
- handleOption() : mixed
- handleOptionSave() : mixed
- parse() : mixed
Constants
albums
public
mixed
albums
= 1
images
public
mixed
images
= 2
news
public
mixed
news
= 4
news_categories
public
mixed
news_categories
= 8
pages
public
mixed
pages
= 16
Properties
$DBassoc
public
static mixed
$DBassoc
= array('albums' => self::albums, 'images' => self::images, 'news' => self::news, 'news_categories' => self::news_categories, 'pages' => self::pages)
$tableAsoc
public
static mixed
$tableAsoc
= array('1' => 'albums', '2' => 'images', '3' => 'news', '4' => 'pages', '5' => 'comments', '6' => 'news_categories')
Methods
__construct()
public
__construct() : mixed
getOptionsSupported()
public
getOptionsSupported() : mixed
getTinyURL()
public
static getTinyURL(mixed $link, mixed $obj, mixed $page) : mixed
Parameters
- $link : mixed
- $obj : mixed
- $page : mixed
getURL()
Returns a Zenphoto tiny URL to the object
public
static getURL( $obj[, mixed $page = NULL ]) : mixed
Parameters
handleOption()
public
handleOption(mixed $option, mixed $currentValue) : mixed
Parameters
- $option : mixed
- $currentValue : mixed
handleOptionSave()
public
handleOptionSave(mixed $themename, mixed $themealbum) : mixed
Parameters
- $themename : mixed
- $themealbum : mixed
parse()
public
static parse(mixed $success) : mixed
Parameters
- $success : mixed