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
 Group
H
$help
 htmlesc
 htmlize_comment_text, Comment
I
 Image
$imagetype_file_extensions
 include_user, Group
 init, RatatoeskrPlugin
 install, RatatoeskrPlugin
$installed, Plugin
 intcmp
 InvalidDataError
 InvalidPackage
 IOError
K
$kvstorage, RatatoeskrPlugin
 KVStorage
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.
Data model for groups
Help page.
A help / manual (formatted in HTML) for your plugin.
function htmlesc($text)
Escape HTML (shorter than htmlspecialchars)
public static function htmlize_comment_text($text)
Creates the HTML representation of a comment text.
Representation of an image entry.
$imagetype_file_extensions
Array of default file extensions for most IMAGETYPE_* constants
public function include_user($user)
Includes user to group.
Will be called after plugin is loaded.
Will be called after installation.
Is this plugin installed? 
function intcmp($a,
$b)
Compare integers (equavilent to strcmp)
Exception that will be thrown, if a object with invalid data (e.g.
An Exception that PluginPackage’s function can throw, if the package is invalid.
This Exception is thrown, if a IO-Error occurs (file not available, no read/write acccess...)
The Key-Value-Storage for the Plugin.
An abstract class for a KVStorage.
Close