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 | |
Group | |
H | |
$ | help |
htmlesc | |
htmlize_comment_text, Comment | |
I | |
Image | |
$ | imagetype_file_extensions |
include_user, Group | |
init, RatatoeskrPlugin | |
install, RatatoeskrPlugin | |
$ | installed, Plugin |
intcmp | |
InvalidDataError | |
InvalidPackage | |
IOError | |
K | |
$ | kvstorage, RatatoeskrPlugin |
KVStorage |
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 )
Array of default file extensions for most IMAGETYPE_* constants
$imagetype_file_extensions
Includes user to group.
public function include_user( $user )
Compare integers (equavilent to strcmp)
function intcmp( $a, $b )