ZenphotoCMS 1.6.x

galleryArticles

Standard options interface

Tags
author

Stephen

Table of Contents

__construct()  : mixed
getOptionsSupported()  : mixed
supported options
handleOption()  : mixed
place holder
handleOptionSave()  : mixed
published()  : mixed
filter for the setShow() methods
scan()  : string
filter which checks if there are any matured items to be sent
publishArticle()  : mixed
Formats the message and calls sendTweet() on an object
publishArticlesWithCheck()  : mixed
used by the filters to decide if to publish gallery Articles

Methods

getOptionsSupported()

supported options

public getOptionsSupported() : mixed
Return values
mixed

handleOption()

place holder

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

handleOptionSave()

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

published()

filter for the setShow() methods

public static published(object $obj) : mixed
Parameters
$obj : object
Return values
mixed

scan()

filter which checks if there are any matured items to be sent

public static scan(string $script[, bool $valid = true ]) : string
Parameters
$script : string
$valid : bool = true

will be false if the object is not found (e.g. there will be a 404 error);

Return values
string

publishArticle()

Formats the message and calls sendTweet() on an object

private static publishArticle(object $obj[, mixed $override = NULL ]) : mixed
Parameters
$obj : object
$override : mixed = NULL
Return values
mixed

publishArticlesWithCheck()

used by the filters to decide if to publish gallery Articles

private static publishArticlesWithCheck(object $obj) : mixed
Parameters
$obj : object
Return values
mixed

Search results