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 ArticleCommentGroupImageMultilingualPluginRatatoeskrPluginRepositorySectionStyleTagUser | |
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 | |
H | |
htmlesc | |
htmlize_comment_text, Comment | |
I | |
include_user, Group | |
init, RatatoeskrPlugin | |
install, RatatoeskrPlugin | |
intcmp | |
L | |
load | |
load_language | |
M | |
member_of, User | |
P | |
parse, FatalRuntimeError | |
precompile, FatalRuntimeError | |
prep_stmt | |
prepare_backend_pluginpage, RatatoeskrPlugin | |
Q | |
qdb |
Get the ArticleExtradata object for this plugin and the given article.
final protected function get_article_extradata( $article )
Get all articles in this section.
public function get_articles()
Get all articles that are tagged with this tag
public function get_articles()
Get the URL to your backend plugin page.
final protected function get_backend_pluginpage_url()
Getting comments for this article.
public function get_comments( $limit_lang = "", $only_visible = False )
Get the extradata for this article and the given plugin.
public function get_extradata( $plugin_id )
List of all groups where this user is a member (array of Group objects).
public function get_groups()
public function get_id()
The group ID.
public function get_id()
Retuurns the ID of the object.
public function get_id()
public function get_id()
public function get_id()
public function get_id()
public function get_id()
The user ID.
public function get_id()
Get an instance of this class.
public static function get_instance()
Get all members of the group.
public function get_members()
Get metadata of a plugin package from this repository.
public function get_package_meta( $pkgname )
Get the section of this article.
public function get_section()
Get all styles associated with this section.
public function get_styles()
Get all Tags of this Article.
public function get_tags()
Get a template variable by its name.
public function get_var_by_name( $name )
Get a reference to a template variable using a variable name.
public function &get_var_reference( $name, $create_if_not_exist )
Escape HTML (shorter than htmlspecialchars)
function htmlesc( $text )
Creates the HTML representation of a comment text.
public static function htmlize_comment_text( $text )
Includes user to group.
public function include_user( $user )
Compare integers (equavilent to strcmp)
function intcmp( $a, $b )
Load a plugin package from binary data.
public static function load( $plugin_raw )
Load a template and return its result (blocks not included, use exectemplate for this).
public function load( $tpl, $quiet = False )
Loading a template.
public function load( $tpl, & $mode )
Load a language (i.e.
function load_language( $lang = NULL )
Checks, if the user is a member of a group.
public function member_of( $group )
Parsing a STE T/PL template.
function parse( $code, $tpl )
Precompiling STE T/PL templates.
function precompile( $code )
Prepares a SQL statement using the global DB connection.
function prep_stmt( $q )
Automatically sets the page title and highlights the menu-entry of your backend subpage.
final protected function prepare_backend_pluginpage()
Prepares statement (1st argument) with prep_stmt and executes it with the remaining arguments.
function qdb()