S | |
save | |
Section | |
section_list | |
section_transform_ste | |
self_url | |
set_section, Article | |
set_tags, Article | |
set_var_by_name, STECore | |
Settings | |
$ | short_description |
Silent mode, KVStorage | |
SITE_BASE_PATH | |
$ | status, Article |
ste | |
$ | ste |
STE Tags | |
STE Variables | |
STECore | |
StorageAccess | |
stupid_template_engine.php | |
Style | |
styles_load | |
sub_prefix | |
T | |
Tag | |
tag_transform_ste | |
$ | template, Section |
Template modes, FatalRuntimeError | |
test_name | |
test_status, Article | |
test_urlname, Article | |
$ | text |
textprocessor_apply | |
textprocessor_apply_translation | |
textprocessor_register | |
$ | texttype, Translation |
$ | timestamp, Article |
title | |
$ | title |
$ | tpls, PluginPackage |
Transaction | |
transcompile, FatalRuntimeError | |
Translation |
AlreadyExistsError, InvalidDataError
public function save()
Save changes to database.
public function save()
public function save()
Saves the translations to database.
public function save()
public function save()
Save the plugin.
public function save()
AlreadyExistsError, InvalidDataError
public function save()
Saves a template.
public function save( $tpl, $data, $mode )
Save changes to database.
public function save()
AlreadyExistsError, InvalidDataError
public function save()
Saves the object to database
public function save()
Transforms an Section object to an array, so it can be accessed via a STE template.
function section_transform_ste( $section, $lang )
Gets current URL.
function self_url()
Set the section of this article.
public function set_section( $section )
Set the Tags that should be associated with this Article.
public function set_tags( $tags )
Set a template variable by its name.
public function set_var_by_name( $name, $val )
The global STECore (Stupid Template Engine) instance.
$ste
Substitutes “PREFIX_” in the input string with the prefix from the config.
function sub_prefix( $q )
Transforms an Tag object to an array, so it can be accessed via a STE template.
function tag_transform_ste( $tag, $lang )
Tests, if a name is a valid section name.
public static function test_name( $name )
Test, if a name is a valid Style name.
public static function test_name( $name )
Test, if a name is a valid tag name.
public static function test_name( $name )
Test, if a status is valid.
public static function test_status( $status )
Test, if a urlname is a valid urlname.
public static function test_urlname( $urlname )
Apply a textprocessor on a text.
function textprocessor_apply( $text, $textprocessor )
Applys a textprocessor automatically on a Translation object.
function textprocessor_apply_translation( $translationobj )
Register a textprocessor.
function textprocessor_register( $name, $fx, $visible_in_backend = True )
Transcompiles an abstract syntax tree to PHP.
function transcompile( $ast ) /* Transcompile and add some boilerplate code. */