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
L
 languages
$languages
$license
 License
 load
 load_language
M
$mail, User
 Mandatory values
 maxpage
 member_of, User
$meta, Article
 MODE_SOURCE, FatalRuntimeError
 MODE_TRANSCOMPILED, FatalRuntimeError
 Multilingual
$mute_runtime_errors, STECore
N
$name
 NotAllowedError
 NotFoundError
O
 on_article
 on_section
 on_tag
 Optional values
P
$packages, Repository
 Page control
 page_next
 page_prev
 parse, FatalRuntimeError
 PasswordHash
 Plugin
 PluginKVStorage
 PluginPackage
 PluginPackageMeta
 precompile, FatalRuntimeError
 prep_stmt
 prepare_backend_pluginpage, RatatoeskrPlugin
 Protected variables, RatatoeskrPlugin
 Public class properties
 Public class variables
 Public variables, STECore
$pwhash, User
Q
 qdb
List all languages available in the current context.
$languages
Information about a lot of languages.
License text.
The license text of your plugin.
The license text of your plugin.
This file is licensed under the MIT/X11 License.
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.
E-Mail-address.
(mandatory) How many pages in total?
public function member_of($group)
Checks, if the user is a member of a group.
Keywords, comma seperated
The Templates source
The transcompiled template
Container for Translation objects.
If True (default) a RuntimeError exception will result in no output from the tag, if False a error message will be written to output.
Name of the group.
The image name
Plugin name.
Name of the plugin (must be at least one character, allowed chars: a-z A-Z 0-9 - _)
Name of the plugin (must be at least one character, allowed chars: a-z A-Z 0-9 - _)
The name of the section.
The name of the style.
The name of the tag
An Exception
Execute tag content, if currently an article is requested.
Execute tag content, if currently a section is requested.
Execute tag content, if currently a tag is requested.
Array with all packages from this repository.
These tags can create links to the previous/next page.
Link to the next page (if available).
Link to the previous page (if available).
function parse($code,
$tpl)
Parsing a STE T/PL template.
Contains static functions for password hashes.
The representation of a plugin in the database.
A Key-Value-Storage for Plugins Can be accessed like an array.
A plugin package representation.
Only the metadata of a PluginPackage.
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.
PasswordHash of the password.
function qdb()
Prepares statement (1st argument) with prep_stmt and executes it with the remaining arguments.
Close