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