galleryArticles
in package
Standard options interface
Tags
Table of Contents
Methods
- __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
__construct()
public
__construct() : mixed
getOptionsSupported()
supported options
public
getOptionsSupported() : mixed
handleOption()
place holder
public
handleOption(string $option, mixed $currentValue) : mixed
Parameters
- $option : string
- $currentValue : mixed
handleOptionSave()
public
handleOptionSave(mixed $themename, mixed $themealbum) : mixed
Parameters
- $themename : mixed
- $themealbum : mixed
published()
filter for the setShow() methods
public
static published(object $obj) : mixed
Parameters
- $obj : object
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
stringpublishArticle()
Formats the message and calls sendTweet() on an object
private
static publishArticle(object $obj[, mixed $override = NULL ]) : mixed
Parameters
- $obj : object
- $override : mixed = NULL
publishArticlesWithCheck()
used by the filters to decide if to publish gallery Articles
private
static publishArticlesWithCheck(object $obj) : mixed
Parameters
- $obj : object