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
R
 refresh, Repository
 register_articleeditor_plugin, RatatoeskrPlugin
 register_backend_pluginpage, RatatoeskrPlugin
 register_comment_validator, RatatoeskrPlugin
 register_on_comment_store, RatatoeskrPlugin
 register_ste_tag, RatatoeskrPlugin
 register_tag, STECore
 register_textprocessor, RatatoeskrPlugin
 register_url_handler
 remove_style, Section
 rollback, Transaction
S
 save
 section_transform_ste
 self_url
 set_section, Article
 set_tags, Article
 set_var_by_name, STECore
 sub_prefix
T
 tag_transform_ste
 test_name
 test_status, Article
 test_urlname, Article
 textprocessor_apply
 textprocessor_apply_translation
 textprocessor_register
 transcompile, FatalRuntimeError
U
 ucount
 uninstall, RatatoeskrPlugin
 update, RatatoeskrPlugin
 url_action_alias
 url_action_simple
 url_action_subactions
 url_process
public function refresh($force =  False)
Refresh the package cache and the name and description.
final protected function register_articleeditor_plugin($label,
$fx,
$template)
Register a plugin for the article editor in the backend.
final protected function register_backend_pluginpage($label,
$fx)
Register a backend subpage for your plugin.
final protected function register_comment_validator($fx)
Register a comment validator.
final protected function register_on_comment_store($fx)
Register a function that will be called, after a comment was saved.
final protected function register_ste_tag($name,
$fx)
Register a custom STE tag.
public function register_tag($name,
$callback)
Register a custom tag.
final protected function register_textprocessor($name,  
$fx,  
$visible_in_backend = True)
Register a textprocessor.
function register_url_handler($name,
$callback)
Register an URL handler.
final protected function register_url_handler($name,
$fx)
Register a URL handler
public function remove_style($style)
Remove a style from this section.
public function rollback()
Toll the transaction back.
public function save()
AlreadyExistsError, InvalidDataError
public function save()
Save changes to database.
public function save()
public function save()
Saves the translations to database.
public function save()
public function save()
Save the plugin.
public function save()
AlreadyExistsError, InvalidDataError
public function save($tpl,
$data,
$mode)
Saves a template.
public function save()
Save changes to database.
public function save()
AlreadyExistsError, InvalidDataError
public function save()
Saves the object to database
function section_transform_ste($section,
$lang)
Transforms an Section object to an array, so it can be accessed via a STE template.
function self_url()
Gets current URL.
public function set_section($section)
Set the section of this article.
public function set_tags($tags)
Set the Tags that should be associated with this Article.
public function set_var_by_name($name,
$val)
Set a template variable by its name.
function sub_prefix($q)
Substitutes “PREFIX_” in the input string with the prefix from the config.
function tag_transform_ste($tag,
$lang)
Transforms an Tag object to an array, so it can be accessed via a STE template.
public static function test_name($name)
Tests, if a name is a valid section name.
public static function test_name($name)
Test, if a name is a valid Style name.
public static function test_name($name)
Test, if a name is a valid tag name.
public static function test_status($status)
Test, if a status is valid.
public static function test_urlname($urlname)
Test, if a urlname is a valid urlname.
function textprocessor_apply($text,
$textprocessor)
Apply a textprocessor on a text.
function textprocessor_apply_translation($translationobj)
Applys a textprocessor automatically on a Translation object.
function textprocessor_register($name,  
$fx,  
$visible_in_backend = True)
Register a textprocessor.
function transcompile($ast) /* Transcompile and add some boilerplate code. */
Transcompiles an abstract syntax tree to PHP.
function ucount($array,
$callback)
Count elements of an array matching unser-defined rules.
Will be called during uninstallation.
Will be called after your plugin was updated to a new version.
function url_action_alias($for)
Generate an action that is an alias for another one (i.e.
function url_action_simple($function)
Generate an action in a more simple way.
function url_action_subactions($actions)
Generate an action that contains subactions.
function url_process($url,
$actions,
&$data)
Choose an appropiate action for the given URL.
Close