-
Notifications
You must be signed in to change notification settings - Fork 0
SYSTEM PAGE text
Ulf Gebhardt edited this page Mar 10, 2016
·
1 revision
- Class name: text
- Namespace: SYSTEM\PAGE
const NEW_ENTRY = 'new_text_entry'
mixed SYSTEM\PAGE\text::id_tags($id)
- Visibility: public
- This method is static.
- $id mixed
mixed SYSTEM\PAGE\text::tag($tag, $lang, $fallback)
- Visibility: public
- This method is static.
- $tag mixed
- $lang mixed
- $fallback mixed
mixed SYSTEM\PAGE\text::tag_adv($tag, $lang, $fallback)
- Visibility: public
- This method is static.
- $tag mixed
- $lang mixed
- $fallback mixed
mixed SYSTEM\PAGE\text::get($id, $lang, $fallback)
- Visibility: public
- This method is static.
- $id mixed
- $lang mixed
- $fallback mixed
mixed SYSTEM\PAGE\text::get_adv($id, $lang, $fallback)
- Visibility: public
- This method is static.
- $id mixed
- $lang mixed
- $fallback mixed
mixed SYSTEM\PAGE\text::get_tags($id, $limit)
- Visibility: public
- This method is static.
- $id mixed
- $limit mixed
mixed SYSTEM\PAGE\text::get_latest($tag, $limit)
- Visibility: public
- This method is static.
- $tag mixed
- $limit mixed
mixed SYSTEM\PAGE\text::search($search, $tag)
- Visibility: public
- This method is static.
- $search mixed
- $tag mixed
mixed SYSTEM\PAGE\text::save($id, $new_id, $lang, $tags, $text)
- Visibility: public
- This method is static.
- $id mixed
- $new_id mixed
- $lang mixed
- $tags mixed
- $text mixed
mixed SYSTEM\PAGE\text::delete($id, $lang)
- Visibility: public
- This method is static.
- $id mixed
- $lang mixed