Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 $current
 $language
 __construct
A
$active, Plugin
 add_style, Section
 all
$allow_comments, Article
 AlreadyExistsError
$api
$api_compat
 APIVERSION
 array_blend
 array_filter_empty
 array_filter_keys
 array_kvpairs_to_assoc
 array_repeat
 array2dir
 Article
 article_comments
 article_comments_count
$article_image, Article
 ARTICLE_STATUS_
 ARTICLE_STATUS_HIDDEN
 ARTICLE_STATUS_LIVE
 ARTICLE_STATUS_STICKY
 article_transform_ste
 ArticleExtradata
 articles_get
 atexit, RatatoeskrPlugin
$author
$author_mail, Comment
$author_name, Comment
Holds information about the current page in the frontend (the part of the webpage, the visitor sees).
The short form (e.g.
Users language
public function __construct($article_id,
$plugin_id)
public function __construct($src,
$transc)
public function __construct($plugin_id)
public function __construct($id)
Performing some neccessary initialisation stuff.
public function __construct($storage_access)
public function __construct()
Start a new transaction.
public function __construct($text,
$texttype)
Creates a new Translation object.
Is the plugin activated?
public function add_style($style)
Add a style to this section.
public static function all()
Get all articles
public static function all()
Get all comments
public static function all()
Returns array of all groups
public function all()
Gets all images.
public static function all()
Gets all Plugins
public static function all()
Gets all available repositories.
public static function all()
Gets all sections.
public static function all()
Get all styles
public static function all()
Get all tags
public static function all()
Returns array of all available users.
Are comments allowed?
This Exception is thrown by an ::create-constructor or a save-method, if the creation/modification of the object would result in duplicates.
The API version this Plugin needs.
The used API version
The used API version
$api_compat
Array of API versions, this version is compatible to (including itself).
The current API version (6).
function array_blend()
Blend multiple arrays together.
function array_filter_empty($input)
Filters all empty elements out of an array.
function array_filter_keys($input,
$callback)
Like PHPs `array_filter`, but callback will get the key, not the value of the array element.
function array_kvpairs_to_assoc($input)
Convert array of key-value pairs to an associative array.
function array_repeat($val,
$n)
$val - $n -
function array2dir($a,
$dir)
Unpack an array into a directory.
Representation of an article
List all comments for an article.
Get the number of comments for an article.
The article Image.
Possible Article::$status values.
Article is hidden (Numeric: 0)
Article is visible / live (Numeric: 1)
Article is sticky (Numeric: 2)
function article_transform_ste($article,
$lang)
Transforms an Article object to an array, so it can be accessed via a STE template.
A Key-Value-Storage assigned to Articles for plugins to store additional data.
Get articles by custom criterias.
Will be called, when Ratatöskr will exit.
Author of the plugin.
The author of the plugin (preferably in the format: Name<mail@address>)
The author of the plugin (preferably in the format: Name<mail@address>)
E-Mail of comment author.
Name of comment author.
Close