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
G
 get_article, Comment
 get_article_extradata, RatatoeskrPlugin
 get_articles
 get_backend_pluginpage_url, RatatoeskrPlugin
 get_baseurl, Repository
 get_comments, Article
 get_custompriv_dir, RatatoeskrPlugin
 get_custompub_dir, RatatoeskrPlugin
 get_custompub_url, RatatoeskrPlugin
 get_description, Repository
 get_extradata, Article
 get_filename, Image
 get_groups, User
 get_id
 get_instance, Settings
 get_language, Comment
 get_members, Group
 get_name, Repository
 get_package_meta, Repository
 get_section, Article
 get_styles, Section
 get_tags, Article
 get_template_dir, RatatoeskrPlugin
 get_timestamp, Comment
 get_var_by_name, STECore
 get_var_reference, STECore
H
 htmlesc
 htmlize_comment_text, Comment
I
 include_user, Group
 init, RatatoeskrPlugin
 install, RatatoeskrPlugin
 intcmp
L
 load
 load_language
M
 member_of, User
P
 parse, FatalRuntimeError
 precompile, FatalRuntimeError
 prep_stmt
 prepare_backend_pluginpage, RatatoeskrPlugin
Q
 qdb
Gets the article.
final protected function get_article_extradata($article)
Get the ArticleExtradata object for this plugin and the given article.
public function get_articles()
Get all articles in this section.
public function get_articles()
Get all articles that are tagged with this tag
final protected function get_backend_pluginpage_url()
Get the URL to your backend plugin page.
Get the baseurl of the repository.
public function get_comments($limit_lang =  "",
$only_visible =  False)
Getting comments for this article.
Get path to the custompriv directory of your plugin.
Get path to the custompub directory of your plugin.
Get URL (can be accessed from the web) to the custompub directory of your plugin.
Get repository description.
public function get_extradata($plugin_id)
Get the extradata for this article and the given plugin.
Get the filename
public function get_groups()
List of all groups where this user is a member (array of Group objects).
public function get_id()
Gets the comment ID.
public function get_id()
The group ID.
Get the ID
public function get_id()
Retuurns the ID of the object.
public function get_id()
get the Plugin-ID
Get internal ID.
public function get_id()
public function get_id()
public function get_id()
public function get_id()
The user ID.
public static function get_instance()
Get an instance of this class.
Gets the language.
public function get_members()
Get all members of the group.
Get repository name.
public function get_package_meta($pkgname)
Get metadata of a plugin package from this repository.
public function get_section()
Get the section of this article.
public function get_styles()
Get all styles associated with this section.
public function get_tags()
Get all Tags of this Article.
Get path to your template directory to be used with STE.
Gets the timestamp.
public function get_var_by_name($name)
Get a template variable by its name.
public function &get_var_reference($name,
$create_if_not_exist)
Get a reference to a template variable using a variable name.
function htmlesc($text)
Escape HTML (shorter than htmlspecialchars)
public static function htmlize_comment_text($text)
Creates the HTML representation of a comment text.
public function include_user($user)
Includes user to group.
Will be called after plugin is loaded.
Will be called after installation.
function intcmp($a,
$b)
Compare integers (equavilent to strcmp)
public static function load($plugin_raw)
Load a plugin package from binary data.
public function load($tpl,  
$quiet = False)
Load a template and return its result (blocks not included, use exectemplate for this).
public function load($tpl,
&$mode)
Loading a template.
function load_language($lang = NULL)
Load a language (i.e.
public function member_of($group)
Checks, if the user is a member of a group.
function parse($code,
$tpl)
Parsing a STE T/PL template.
function precompile($code)
Precompiling STE T/PL templates.
function prep_stmt($q)
Prepares a SQL statement using the global DB connection.
final protected function prepare_backend_pluginpage()
Automatically sets the page title and highlights the menu-entry of your backend subpage.
function qdb()
Prepares statement (1st argument) with prep_stmt and executes it with the remaining arguments.
Close