ZenphotoCMS 1.6.x

tinyURL
in package

Table of Contents

albums  = 1
images  = 2
news  = 4
news_categories  = 8
pages  = 16
$DBassoc  : mixed
$tableAsoc  : mixed
__construct()  : mixed
getOptionsSupported()  : mixed
getTinyURL()  : mixed
getURL()  : mixed
Returns a Zenphoto tiny URL to the object
handleOption()  : mixed
handleOptionSave()  : mixed
parse()  : mixed

Constants

news_categories

public mixed news_categories = 8

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
Return values
mixed

getOptionsSupported()

public getOptionsSupported() : mixed
Return values
mixed

getTinyURL()

public static getTinyURL(mixed $link, mixed $obj, mixed $page) : mixed
Parameters
$link : mixed
$obj : mixed
$page : mixed
Return values
mixed

getURL()

Returns a Zenphoto tiny URL to the object

public static getURL( $obj[, mixed $page = NULL ]) : mixed
Parameters
$obj :

object

$page : mixed = NULL
Return values
mixed

handleOption()

public handleOption(mixed $option, mixed $currentValue) : mixed
Parameters
$option : mixed
$currentValue : mixed
Return values
mixed

handleOptionSave()

public handleOptionSave(mixed $themename, mixed $themealbum) : mixed
Parameters
$themename : mixed
$themealbum : mixed
Return values
mixed

parse()

public static parse(mixed $success) : mixed
Parameters
$success : mixed
Return values
mixed

Search results