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
C
 call_tag, STECore
 clean_database, ArticleExtradata
 clean_db, Plugin
 comment_transform_ste
 commit, Transaction
 count_articles, Tag
 create
 create_html, Comment
D
 db_connect
 dbversion, ArticleExtradata
 delete
 delete_directory
 dir2array
 disable_silent_mode, KVStorage
 download_package, Repository
E
 enable_silent_mode, KVStorage
 evalbool, STECore
 exchange_image, Image
 exclude_user, Group
 exectemplate, STECore
 extract_meta, PluginPackage
F
 fill_from_pluginpackage, Plugin
 frontend_url_handler
public function call_tag($name,
$params,
$sub)
Calling a custom tag (builtin ones can not be called)
function clean_database()
Clean up the database
public static function clean_db()
Performs some datadase cleanup jobs on the plugin table.
function comment_transform_ste($comment)
Transforms an Comment object to an array, so it can be accessed via a STE template.
public function commit()
Commit the transaction.
public function count_articles()
The number of articles that are tagged with this tag.
public static function create($urlname)
Create a new Article object.
public static function create($article,
$language)
Creates a new comment.
public static function create($name)
Creates a new group.
public static function create($name,
$file)
Create a new image
public static function create()
Creates a new Multilingual object
public static function create($password)
Create a password hash string.
public static function create()
Creates a new, empty plugin database entry
public static function create($baseurl)
Create a new repository entry from a base url.
public static function create($name)
Creates a new section.
public static function create($name)
Create a new style.
public static function create($name)
Create a new tag.
public static function create($username,
$pwhash)
Creates a new user.
public function create_html()
Applys htmlize_comment_text onto this comment’s text.
function db_connect()
Establish a connection to the MySQL database.
function dbversion()
Get the version of the database structure currently used.
public function delete()
public function delete()
public function delete()
Deletes the group from the database.
public function delete()
public function delete()
Deletes the data from database.
public function delete()
public function delete()
Delete the repository entry from the database.
public function delete()
public function delete()
public function delete()
public function delete()
Deletes the user from the database.
function delete_directory($dir)
Delete a directory and all of its content.
function dir2array($dir)
Pack a directory into an array.
Disable the silent mode (default).
public function download_package($pkgname,  
$version =  "current")
Download a package from the repository
Enable the silent mode.
public function evalbool($txt)
Test, if a text represents false (an empty / only whitespace text) or true (everything else).
public function exchange_image($file)
Exchanges image file.
public function exclude_user($user)
Excludes user from group.
public function exectemplate($tpl)
Executes a template and returns the result.
public function extract_meta()
Get just the metadata of this package.
public function fill_from_pluginpackage($pkg)
Fills plugin data from an PluginPackage object.
function frontend_url_handler(&$data,
$url_now,
&$url_next)
Close