R | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
ratatoeskr/ | |
$ | ratatoeskr_settings |
RatatoeskrPlugin | |
$ | read_by_admin, Comment |
Redirect | |
refresh, Repository | |
register_articleeditor_plugin, RatatoeskrPlugin | |
register_backend_pluginpage, RatatoeskrPlugin | |
register_comment_validator, RatatoeskrPlugin | |
register_on_comment_store, RatatoeskrPlugin | |
register_ste_tag, RatatoeskrPlugin | |
register_tag, STECore | |
register_textprocessor, RatatoeskrPlugin | |
register_url_handler | |
$ | rel_path_to_root, RatatoeskrPlugin |
remove_style, Section | |
Repository | |
RepositoryUnreachableOrInvalid | |
rollback, Transaction | |
RuntimeError |
The global Settings object.
$ratatoeskr_settings
Refresh the package cache and the name and description.
public function refresh( $force = False )
Register a plugin for the article editor in the backend.
final protected function register_articleeditor_plugin( $label, $fx, $template )
Register a backend subpage for your plugin.
final protected function register_backend_pluginpage( $label, $fx )
Register a comment validator.
final protected function register_comment_validator( $fx )
Register a function that will be called, after a comment was saved.
final protected function register_on_comment_store( $fx )
Register a custom STE tag.
final protected function register_ste_tag( $name, $fx )
Register a custom tag.
public function register_tag( $name, $callback )
Register a textprocessor.
final protected function register_textprocessor( $name, $fx, $visible_in_backend = True )
Register an URL handler.
function register_url_handler( $name, $callback )
Register a URL handler
final protected function register_url_handler( $name, $fx )
Remove a style from this section.
public function remove_style( $style )
Toll the transaction back.
public function rollback()