Table of Contents
Properties
-
$Articles
: mixed
-
$description
: mixed
-
$image
: mixed
-
$link
: mixed
-
$optional
: mixed
-
$title
: mixed
Methods
-
__construct()
: mixed
-
AddArticle()
: mixed
-
AddImage()
: mixed
-
AddOptional()
: mixed
-
Output()
: mixed
$Articles
public
mixed
$Articles
= array()
$description
public
mixed
$description
= ''
$image
public
mixed
$image
= array('url' => '', 'title' => '', 'link' => '', 'description' => '', 'w' => 0, 'h' => 0)
$link
public
mixed
$link
= ''
$optional
public
mixed
$optional
= array()
$title
public
mixed
$title
= ''
__construct()
public
__construct(mixed $title, mixed $link, mixed $description[, mixed $optional = '' ]) : mixed
Parameters
-
$title
: mixed
-
-
$link
: mixed
-
-
$description
: mixed
-
-
$optional
: mixed
= ''
-
AddArticle()
public
AddArticle(mixed $title, mixed $link, mixed $description[, mixed $optional = '' ]) : mixed
Parameters
-
$title
: mixed
-
-
$link
: mixed
-
-
$description
: mixed
-
-
$optional
: mixed
= ''
-
AddImage()
public
AddImage(mixed $title, mixed $url, mixed $link[, mixed $description = '' ]) : mixed
Parameters
-
$title
: mixed
-
-
$url
: mixed
-
-
$link
: mixed
-
-
$description
: mixed
= ''
-
AddOptional()
public
AddOptional(mixed $key, mixed $value) : mixed
Parameters
-
$key
: mixed
-
-
$value
: mixed
-
Output()
public
Output([mixed $save = false ][, mixed $path = '' ]) : mixed
Parameters
-
$save
: mixed
= false
-
-
$path
: mixed
= ''
-