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
U
 ucount
 uninstall, RatatoeskrPlugin
 UnknownFileFormat
 update, RatatoeskrPlugin
$update, Plugin
$updatepath
 url_action_alias
 url_action_simple
 url_action_subactions
 url_process
$urlname, Article
 User
$username, User
V
 validate
 Variables
$vars, STECore
 vcount
$versioncount
$versiontext
$visible, Comment
W
$web
function ucount($array,
$callback)
Count elements of an array matching unser-defined rules.
Will be called during uninstallation.
Exception that will be thrown, if a input file has an unsupported file format.
Will be called after your plugin was updated to a new version.
Should the plugin be updated at next start?
URL for updates.
A URL that points to a update information resource (serialize’d array(“current-version” => VERSIONCOUNT, “dl-path” => DOWNLOAD PATH); will get overwritten/set by the default repository software.
A URL that points to a update information resource (serialize’d array(“current-version” => VERSIONCOUNT, “dl-path” => DOWNLOAD PATH); will get overwritten/set by the default repository software.
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.
URL name
Data model for Users
The username.
public static function validate($password,
$pwhash)
Validate a salted hash.
public function validate()
Validate, if the variables are set correctly.
Associative array of all template variables.
function vcount($array,
$value)
Counts how often $value appears in $array.
Version (counter)
A number for this version, should be increased with every release
A number for this version, should be increased with every release
Version (text)
A text to describe the current version, something like “1.1 Beta”
A text to describe the current version, something like “1.1 Beta”
Should the comment be visible?
Webpage of the plugin.
A URL to the webpage for the plugin.
A URL to the webpage for the plugin.
Close