Function 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
$#!
 __construct
A
 add_style, Section
 all
 array_blend
 array_filter_empty
 array_filter_keys
 array_kvpairs_to_assoc
 array_repeat
 array2dir
 article_transform_ste
 atexit, RatatoeskrPlugin
B
 by_id
 by_multi, Article
 by_name
 by_urlname, Article
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.
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.
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.
function article_transform_ste($article,
$lang)
Transforms an Article object to an array, so it can be accessed via a STE template.
Will be called, when Ratatöskr will exit.
public static function by_id($id)
Get by ID.
public static function by_id($id)
Gets a Comment by ID.
public static function by_id($id)
Get a Group object by ID
public static function by_id($id)
Get image by ID.
public static function by_id($id)
Gets an Multilingual object by ID.
public static function by_id($id)
Gets plugin by ID.
public static function by_id($id)
Get a repository entry by ID.
public static function by_id($id)
Gets section by ID.
public static function by_id($id)
Gets a Style object by ID.
public static function by_id($id)
Get tag by ID
public static function by_id($id)
Get a User object by ID
public static function by_multi($criterias,
$sortby,
$sortdir,
$count,
$offset,
$perpage,
$page,
&$maxpage)
Get Articles by multiple criterias
public static function by_name($name)
Get a Group object by name
public static function by_name($name)
Gets section by name.
public static function by_name($name)
Gets a Style object by name.
public static function by_name($name)
Get tag by name
public static function by_name($username)
Get a User object by username
public static function by_urlname($urlname)
Get by urlname
Close