A

AutoloaderClass in namespace XELOS\Framework

Class Autoloader XELOS Autoloader for loading XELOS related class files Supporting XELOS Namespaces as well as a Fallback for files without namespace (XELOS < 7.0, DEPRECIATED)

$ Autoloader#alias_blacklistProperty in class Autoloader

Problematic ClassNames which are conflicting with PHP internals or Major Extensions (e.g. PEAR)

AuthenticationInterfaceClass in namespace XELOS\Framework\Core\Authentication
AuthenticationInterface::authenticate_user() — Method in class AuthenticationInterface
ActivedirectoryAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ ActivedirectoryAuthentication#ad_mappingsProperty in class ActivedirectoryAuthentication

Map of (additional) Variables from the user info (such as email, telephone, etc.)

$ ActivedirectoryAuthentication#adldapProperty in class ActivedirectoryAuthentication

AD Ldap Object

$ ActivedirectoryAuthentication#auth_titleProperty in class ActivedirectoryAuthentication
ActivedirectoryAuthentication::authenticate_user() — Method in class ActivedirectoryAuthentication

Authenticate User

AlternativeLoginAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ AlternativeLoginAuthentication#auth_titleProperty in class AlternativeLoginAuthentication
AlternativeLoginAuthentication::authenticate_user() — Method in class AlternativeLoginAuthentication

Authenticate User

GuestAuthentication::authenticate_user() — Method in class GuestAuthentication
InviteAuthentication::authenticate_user() — Method in class InviteAuthentication
IpAuthentication::authenticate_user() — Method in class IpAuthentication
LdapAuthentication::authenticate_user() — Method in class LdapAuthentication
MobileAccessAuthentication::authenticate_user() — Method in class MobileAccessAuthentication
NtlmAuthentication::authenticate_user() — Method in class NtlmAuthentication

Authenticate Users

RadiusAuthentication::authenticate_user() — Method in class RadiusAuthentication
RemembermeAuthentication::authenticate_user() — Method in class RemembermeAuthentication
$ SamlAuthentication#auth_titleProperty in class SamlAuthentication
SamlAuthentication::authenticate_user() — Method in class SamlAuthentication

Authenticate User

SuperuserAuthentication::authenticate_user() — Method in class SuperuserAuthentication
XelosAuthentication::authenticate_user() — Method in class XelosAuthentication
$ CommandDefinition#argumentsProperty in class CommandDefinition
CommandDefinition::addArgument() — Method in class CommandDefinition
CommandDefinition::addOption() — Method in class CommandDefinition
Update::add_to_logfile() — Method in class Update

Add Messsage to LOG

Table::addColumn() — Method in class Table

Add columns for output. The

$ Input#argumentsProperty in class Input
Input::applyCommand() — Method in class Input
Input::applyCommandDefinition() — Method in class Input
Input::askQuestion() — Method in class Input

TODO rewrite user input code

Output::applyColor() — Method in class Output

Color, Formatting

$ Core#actionProperty in class Core

Access to actions defined in the class sub-folder action

Core::ajax_response() — Method in class Core

Returns the passed JSON and returns the module template directly to the view class for rendering

Core::add_class_to_registry() — Method in class Core
Core::add_config_array() — Method in class Core
Core::add_actionlog() — Method in class Core
Core::addActionLog() — Method in class Core
AccessExceptionClass in namespace XELOS\Framework\Core\Exception

Class AccessException

AuditExceptionClass in namespace XELOS\Framework\Core\Exception

Class AuditException

AuthenticationExceptionClass in namespace XELOS\Framework\Core\Exception

Class AuthenticationException

DocumentAddCategoryInterface::add_category() — Method in class DocumentAddCategoryInterface
DocumentAddFileInterface::add_file() — Method in class DocumentAddFileInterface
$ Template#auto_render_sub_blocksProperty in class Template
Template::add_template() — Method in class Template

Add a template to the registry

Template::auto_render_block() — Method in class Template
Template::add_renderer() — Method in class Template
Template::assign() — Method in class Template
Template::assign_xss() — Method in class Template
Template::append() — Method in class Template
Template::append_to_list() — Method in class Template
Template::assign_js() — Method in class Template
$ ObjectManager#auto_initProperty in class ObjectManager

This property controls if the init method of requested objects is called by this trait or not.

VarsTemplate::add_xml_wrapper() — Method in class VarsTemplate

Add xml definition and html,head and body tags around the given xml_source

$ Controller#actionProperty in class Controller
Controller::add_css_file() — Method in class Controller

Add CSS file from the wwwres/css folder to the page

Controller::add_js_file() — Method in class Controller

Add JS file from the wwwres/js folder to the page

Controller::attach_link() — Method in class Controller

Attach a Link to each model in the collection

AuthenticationHookClass in namespace XELOS\Framework\Module\Hook

Class AuthenticationHook

AuthenticationHook::authenticate_user() — Method in class AuthenticationHook

User authentication is wrapped for Auth Hooks

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Called after SQL tranformations are applied to the database

InstallEvents::afterModuleUpdate() — Method in class InstallEvents

Only called after module has been updated

Collection::addAfterLoadListener() — Method in class Collection
Collection::array() — Method in class Collection
Collection::all() — Method in class Collection
DocumentModel::allowIndexProcessingByHooks() — Method in class DocumentModel

Returns whether the related document index should be processed by hooks or not.

AuditableInterfaceClass in namespace XELOS\Framework\Module\Model\Interfaces
AuditableInterface::addAuditTrail() — Method in class AuditableInterface

Add Audit Trail

Model::add_formatted_property() — Method in class Model

Apply lib->format multi_format on passed property. The result will be written to ->[property]_formatted

Model::all() — Method in class Model

Return all models

ModelCollection::all() — Method in class ModelCollection

Find Function to find models using the passed condition

ModelCollection::attach() — Method in class ModelCollection

Set property values to models from array

ModelCollection::add_formatted_property() — Method in class ModelCollection

Apply lib->format multi_format on passed property. The result will be written to ->[property]_formatted

ModelCollection::append() — Method in class ModelCollection

Adds an Object to the models-array.

AuditableTraitClass in namespace XELOS\Framework\Module\Model\Traits

Trait Auditable to be used in Models

$ AuditableTrait#auditingDisabledProperty in class AuditableTrait

Is auditing disabled?

$ AuditableTrait#auditExcludedPropertiesProperty in class AuditableTrait
AuditableTrait::addAuditTrail() — Method in class AuditableTrait
ScopesTrait::add_scope_condition() — Method in class ScopesTrait

Adds a condition to scope the following find functions

CollectionCacheTrait::all() — Method in class CollectionCacheTrait

Returns all items of the model. Caches the collection at first call

StateMachineTrait::after_transition() — Method in class StateMachineTrait

Register Transition Callback which will be called when field values change according to defined transition

SystemDaemonThreaded::afterThreadFinished() — Method in class SystemDaemonThreaded

Gets called if a thread finishes It can be used e.g. to clean up unfinished work in case of an ABORTED exit status

Document::add_sidebar() — Method in class Document

Add Sidebar-Actions as section

UIAjaxComponent::add_url_parameter() — Method in class UIAjaxComponent

Adds a parameter to url parameter list.

UIAjaxComponent::add_dependency() — Method in class UIAjaxComponent

Add a new UIAjaxComponent object and register it under a certain name this component will use that name to retrieve the object in order to interact with it.

UIAjaxComponent::add_css_class() — Method in class UIAjaxComponent

Adds a custom css class to the root element of this component.

Config::add_array() — Method in class Config
$ MySQLAdapter#autocommitProperty in class MySQLAdapter
MySQLAdapter::auto_query() — Method in class MySQLAdapter
ConditionGroup::addCondition() — Method in class ConditionGroup
ConditionGroup::addConditionGroup() — Method in class ConditionGroup
Event::add_listener() — Method in class Event
Event::add_hook_listener() — Method in class Event
IM::add_global_group_context_exclude() — Method in class IM

Add Instances which should be ignored when applying global group context

IM::add_include_path() — Method in class IM
$ Lib#ajaxProperty in class Lib
AjaxClass in namespace XELOS\Framework\XF\Lib
$ Ajax#ajax_callProperty in class Ajax
$ Ajax#ajax_versionProperty in class Ajax
APCUCacheHandlerClass in namespace XELOS\Framework\XF\Lib\Cache

Cache Handler to use APCU as caching backend

Filehandler::add_file() — Method in class Filehandler
Filehandler::add_to_zip() — Method in class Filehandler
Foaf::add_follow_user() — Method in class Foaf

Add user as follower of an user

GroupSecurity::add_global_group() — Method in class GroupSecurity
GroupSecurity::add_group_member() — Method in class GroupSecurity

Add Member to security Group

GroupSecurity::add_follow_user() — Method in class GroupSecurity

Add user as follower for this group

FakeData::add_property() — Method in class FakeData
Logger::addHandler() — Method in class Logger

Adds the given handler. The handler starts the logging immanently.

Logger::addContext() — Method in class Logger
Logger::alert() — Method in class Logger
$ Mail#authProperty in class Mail
Modsetup::add_module_to_registry() — Method in class Modsetup
Notification::add_vars() — Method in class Notification

Add a Notification to System with Vars Using $this->mod->notify_vars()

Notification::add() — Method in class Notification

Add a Notification to System Using $this->mod->notify()

Request::accepts_mime() — Method in class Request

Checks if the browser accepts the passed mime types for this request. Parameter can contain wildcards using fnmatch syntax $XF->lib->request->accepts_mime("text/*")

Request::accepts_html() — Method in class Request

Returns true of the requesting browser accepts text/html as response mime type

Request::accepts_image() — Method in class Request

Returns true of the requesting browser accepts image/* as response mime type

Sec::aes_encrypt() — Method in class Sec

encrypts a string and returns a binary string

Sec::aes_decrypt() — Method in class Sec
Sec::aes_encrypt_ctr() — Method in class Sec

AES Counter Encryption (PHP Based)

Sec::aes_decrypt_ctr() — Method in class Sec

AES Counter Decryption (PHP Based)

$ SecureEvalClass#allowedCallsProperty in class SecureEvalClass

Allowed PHP Functions

SecureEvalClass::allowHarmlessCalls() — Method in class SecureEvalClass

Allow harmless php functions to be used e.g. explode,implode,date,time,round,trunc,rand,ceil,floor,srand,strtolower,strtoupper,substr

Stats::add_entry() — Method in class Stats
$ UserImport#autoGeneratePasswordProperty in class UserImport
$ UserImport#allowPasswordChangeProperty in class UserImport
$ UserImport#autoGenerateLoginProperty in class UserImport
$ UserImport#autoGenerateDisplaynameProperty in class UserImport
$ UserImport#afterPrepareCallbackProperty in class UserImport

A callback to further prepare/change the $userData. First parameter is he $userData array and second parameter is the $user object

Token::addOccurence() — Method in class Token

Add a new occurence of this token in the sources

Token::addTranslation() — Method in class Token

Adds a new translation for the given locale

TokenCollection::add() — Method in class TokenCollection

Adds a Token object to this collection. If the token already exists the token will be merged with the existing one

$ Model#audit_trailProperty in class Model
$ Model#audit_policyProperty in class Model
AuditPolicyClass in namespace XELOS\Framework\XF\System\Model

Class Audit Policy

AuditTrailClass in namespace XELOS\Framework\XF\System\Model

Class AuditTrail

DocumentIndex::add_follow_user() — Method in class DocumentIndex

Add user as follower. Only add 'auto_follow', if user has no other status

DocumentIndex::add_reference() — Method in class DocumentIndex

Add Document Reference

$ DocumentIndexLock#activityProperty in class DocumentIndexLock

Possible values: EDIT|VIEW

Group::all() — Method in class Group
InstanceRegistry::all() — Method in class InstanceRegistry
Policy::all() — Method in class Policy
User::assign_security_group() — Method in class User
User::add_log() — Method in class User

Add Audit Log entry

User::add_avatar_image() — Method in class User

Sets the users avatar picture

User::anonymize() — Method in class User

Trigger user meta delete and set login, email null and shorten surname of an user

$ UserDevices#auth_tokenProperty in class UserDevices

: stored in MySQL as varchar

$ UserLink#activeProperty in class UserLink
$ UI#associated_contentProperty in class UI
$ UI#admin_linksProperty in class UI
$ UI#admin_link_instancesProperty in class UI
UI::admin_message() — Method in class UI

Stores the passed message as admin message until the message expires or is marked read

UI::add_css_file() — Method in class UI
UI::add_js_file() — Method in class UI
UI::add_i18n_js() — Method in class UI
UI::add_js_block() — Method in class UI
UI::add_feed_link() — Method in class UI
UI::add_admin_link() — Method in class UI
UI::add_admin_link_for_instance() — Method in class UI

Shows passed instance's admin links as additional links in admin bar

UI::add_primary_admin_link() — Method in class UI
UI::add_template_link() — Method in class UI
UI::amchart() — Method in class UI
AjaxContainerClass in namespace XELOS\Framework\XF\UI

Class AjaxContainer

AmchartClass in namespace XELOS\Framework\XF\UI
AmchartBarClass in namespace XELOS\Framework\XF\UI\Amchart
AmchartChartClass in namespace XELOS\Framework\XF\UI\Amchart
AmchartChart::add_listener() — Method in class AmchartChart

https://docs.amcharts.com/3/javascriptcharts/AmChart#events

AmchartGanttClass in namespace XELOS\Framework\XF\UI\Amchart
AmchartGantt::add_segment() — Method in class AmchartGantt

Add a segment to a category

AmchartGantt::add_category() — Method in class AmchartGantt
AmchartPieClass in namespace XELOS\Framework\XF\UI\Amchart
Breadcrumb::add_level() — Method in class Breadcrumb
Breadcrumb::add_link() — Method in class Breadcrumb
Browse::add_viewmode() — Method in class Browse

Add an additional viewmode to the xui. You must provide the name of the viewmode (usually "details" or "gallery"), as well as a template that will be used to render the content of an element for the viewmode.

Carousel::add_slide() — Method in class Carousel

Add a new Slide (HTML) to carousel HTML should include the proper formatting (height / size) as carousel scales to this size

$ Chart#altProperty in class Chart
Chart::add_dataset() — Method in class Chart

Adds a new dataset to the chart

Chart::add_data_cb() — Method in class Chart

Add datacallback The callback Function is expected to return an array like this: array('values'=>array(1,2,3,4),'labels'=>array('test','label','goes','here'))

DocumentList::addDocumentIndexCollection() — Method in class DocumentList

Adds document indexes to a DocumentIndex ModelCollection. Will merge with already existing ModelCollection or will create/search a new one

DocumentList::addLegacyDocuments() — Method in class DocumentList
$ DocumentLock#activityProperty in class DocumentLock
DocumentView::add_sidebar() — Method in class DocumentView

Add Sidebar-Actions as section

Faceted::add_category() — Method in class Faceted

add new category for items beeing grouped by the short_id will be used as parameter

Faceted::add_item() — Method in class Faceted

add an item to the faceted. The category, this item belongs to has to be added before

Form::add_field() — Method in class Form
Form::add_sfield() — Method in class Form

Add (String) Field (params as separate string parameters)

Form::add_required_sfield() — Method in class Form

Add required (String) Field (params as separate string parameters)

Form::addComponent() — Method in class Form

Adds the given form component object to the form as field.

Form::add_field_text() — Method in class Form

Add a Textbox to your form

Form::add_field_email() — Method in class Form

Add an Email field to your form

Form::add_field_phone() — Method in class Form

Add an Phone field to your form

Form::add_field_number() — Method in class Form

Add an Number field to your form

Form::add_field_url() — Method in class Form

Add an URL field to your form

Form::add_field_textbox_list() — Method in class Form

Add a Textbox list to your form

Form::add_field_textarea() — Method in class Form

Add a Textbox to your form

Form::add_field_section_break() — Method in class Form

Add a section_break to your form

Form::add_field_fieldset() — Method in class Form

Add a Fieldset to your form

Form::add_field_fieldset_close() — Method in class Form

Add a Fieldset Close to your form

Form::add_field_hidden() — Method in class Form

Add a hidden field to your form

Form::add_field_static_text() — Method in class Form

Add a static_text field to your form

Form::add_field_tag() — Method in class Form

Add a tag field to your form

Form::add_field_password() — Method in class Form

Add a password field to your form

Form::add_field_select() — Method in class Form

Add a select field to your form

Form::add_field_icon_select() — Method in class Form

Add a icon select field to your form

Form::add_field_color() — Method in class Form

Add a color picker to your form

Form::add_field_checkbox() — Method in class Form

Add a checkbox field to your form

Form::add_field_radio() — Method in class Form

Add a radio field to your form

Form::add_field_datetime() — Method in class Form

Add a datetime field to your form

Form::add_field_multitext() — Method in class Form

Add a multitext field to your form

Form::add_field_description() — Method in class Form

Add a description field to your form

Form::add_field_static_value() — Method in class Form

Add a static_value field to your form

Form::add_field_date() — Method in class Form

Add a date field to your form

Form::add_field_toggle_switch() — Method in class Form

Add a toggle switch field to your form

Form::add_field_rrule() — Method in class Form

Add a recurring rule field (datetime variant) to your form

Form::add_field_slider() — Method in class Form

Add a slider field to your form

Form::add_field_webfetcher() — Method in class Form

Add a group_selector field to your form

Form::add_field_group_selector() — Method in class Form

Add a group_selector field to your form

Form::add_field_user_selector() — Method in class Form

Add an user_selector field to your form

Form::add_field_document() — Method in class Form

Add a document selector field to your form

Form::add_field_captcha() — Method in class Form

Add a captcha

Form::add_field_cat_selector() — Method in class Form

Add a cat_selector field to your form

Form::add_field_category_selector() — Method in class Form

Add a cat_selector for one of the customer categories defined in the selector module

Form::add_field_policy_selector() — Method in class Form

Add a policy_selector field to your form

Form::add_field_list_selector() — Method in class Form

Add a list_selector field to your form

Form::add_field_file() — Method in class Form

Add a file field to your form

Form::add_field_multifile() — Method in class Form

Add a file field to your form

Form::add_field_payment() — Method in class Form

Add an payment field to your form

Form::add_button_submit() — Method in class Form

Add a save/submit button

Form::add_button_reset() — Method in class Form

Add a save/submit button

Form::add_button_cancel() — Method in class Form

Add a cancel button

Form::add_field_dyn_config() — Method in class Form

Add a field to edit the given config variable

Form::add_field_config() — Method in class Form

Add a field to edit the given config variable

Form::add_button() — Method in class Form
Form::add_loading_message() — Method in class Form

Add a loading indicator when the form is submitted

Form::add_row_renderer_multifield_row() — Method in class Form

Create a single field row containing multiple fields, e.g. a select box and a textfield in one row

Form::add_row_renderer_multirow_table() — Method in class Form

Create a table with multiple rows containing multiple fields.

Form::add_row_renderer() — Method in class Form

Add a new row renderer

Form::add_additional_filesource() — Method in class Form

Add a additional filesource for form file elements

Form::addAjaxFormCallback() — Method in class Form

Adds a callback of a certain type to the form, which will then be triggered whenever the form is about to send a XMLHttpRequest to the form action.

Form::add_obj() — Method in class Form
FormEditor::add_field_property() — Method in class FormEditor

Add custom properties to certain fields

FormEditor::add_field_item() — Method in class FormEditor

Add another field item

FormBase::append() — Method in class FormBase
$ FormConfig#argsProperty in class FormConfig
FormDocument::addPasteSource() — Method in class FormDocument

Adds a DOM selector which is used to pasting clip board content.

FormPassword::addRepeatPasswordField() — Method in class FormPassword

Adds a password repeat field to the same form as this one with the same config and sets this field for the repeat password check.

FormPassword::addStrengthIndicator() — Method in class FormPassword

Adds a static text field to the form which contains a random password for the user and the password complexity indicator which changes when the user types in the password field.

$ FroalaEditorBuilder#attachmentInsertGroupsProperty in class FroalaEditorBuilder
$ FroalaEditorBuilder#allowHTMLProperty in class FroalaEditorBuilder
FroalaInsertGroup::addItem() — Method in class FroalaInsertGroup
FroalaOption::attribution() — Method in class FroalaOption

Remove the Powered By Froala message.

FroalaOption::autofocus() — Method in class FroalaOption

Focus the editor instance when the page is loaded.

FroalaOption::app() — Method in class FroalaOption

The static string value froala

FroalaOption::apiKey() — Method in class FroalaOption

The API key for Froala's Codox integration. You can obtain a key from your Wave account. Froala Editor activation instructions can be found here.

FroalaOption::autoStart() — Method in class FroalaOption

Set to true, if co-editing session should start automatically on init(config). Set to false to initialize but delay start the co-editing (see the start() client API). Default setting is true.

Import::add_field() — Method in class Import
$ JavaScript#appendProperty in class JavaScript

Append Inline JS to body via add_js_block?

Js::add_tooltip() — Method in class Js
$ Math#aProperty in class Math
$ Table#ajax_tableProperty in class Table
Table::add_row() — Method in class Table

Add Single Row Object to Table

Table::add_col() — Method in class Table

Schedule Add Col to Table

Table::add_col_callback() — Method in class Table

Schedule Add Callback to Table Col (Will transform an existing col)

Table::add_col_replace() — Method in class Table

Simple Replace Function to be used in callbacks

TableEditor::add_multi_action() — Method in class TableEditor
TableRow::add_field() — Method in class TableRow
TableRow::add_filter() — Method in class TableRow
TableRow::add_class() — Method in class TableRow
TableRow::add_row_attributes() — Method in class TableRow
Tabs::add_tab() — Method in class Tabs
Tabs::add_tab_link() — Method in class Tabs
Tabs::add_tab_links() — Method in class Tabs
TimeLine::add_timeline_row() — Method in class TimeLine

Add a row to the timeline

TimeLineRow::add_time_range() — Method in class TimeLineRow

Add a time range to the row

Tree::add_field() — Method in class Tree
Tree::add_additional_listener() — Method in class Tree
$ Wizard#ajax_reload_intervalProperty in class Wizard
Wizard::add_step_callback() — Method in class Wizard

put your comment there.

Wizard::add_step() — Method in class Wizard

put your comment there.

Wizard::add_data() — Method in class Wizard

put your comment there.

$ User#authentication_methodsProperty in class User

Loaded from Config during init()

$ View#argsProperty in class View
ActiveDirectoryActionClass in namespace XELOS\Modules\AdSync\Action
ActiveDirectoryAction::autodiscoverGroups() — Method in class ActiveDirectoryAction

Try to autodiscover all groups in Active Directory

AzureActiveDirectoryActionClass in namespace XELOS\Modules\AdSync\Action

Read users from AAD via api_microsoft

AdSyncControllerClass in namespace XELOS\Modules\AdSync

XELOS Active Directory Sync

ActionClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

Action::ActiveDirectory() — Method in class Action
Action::AzureActiveDirectory() — Method in class Action
$ Model#ad_cacheProperty in class Model
Model::ad_cache() — Method in class Model
$ Main#actionProperty in class Main
AdCacheClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\Model

This file provides property and method documentation for the model ad_cache.

$ AdCache#accountexpires:Property in class AdCache

stored in MySQL as timestamp

$ AdCache#accountcontrol:Property in class AdCache

set NORMAL_ACCOUNT|LOCKOUT|PASSWORD_EXPIRED

AdCache::all() — Method in class AdCache

Returns all models. Query params can be e.g. order_by

$ SynchStatus#action:Property in class SynchStatus

enum synchronize|ignore|no_login|disabled

SynchStatus::all() — Method in class SynchStatus

Returns all models. Query params can be e.g. order_by

AdCacheClass in namespace XELOS\Modules\AdSync\Model
AdSyncTestClass in namespace XELOS\Modules\AdSync\Tests\Codeception\Unit
ApiCloudstorageControllerClass in namespace XELOS\Modules\ApiCloudstorage

Class ApiCloudstorageController

$ DropboxStorageProvider#accountInfoProperty in class DropboxStorageProvider
UploadDocumentProcessor::ajax() — Method in class UploadDocumentProcessor
StorageContent::add_folder() — Method in class StorageContent
StorageContent::add_file() — Method in class StorageContent
ApiCloudstorageDocumentBrowserClass in namespace XELOS\Modules\ApiCloudstorage\Selector

Class ApiCloudstorageDocumentBrowser

ApiMicrosoftControllerClass in namespace XELOS\Modules\ApiMicrosoft

Class ApiMicrosoftController

$ CoAuthorDocumentProcessor#apiCloudStorageProperty in class CoAuthorDocumentProcessor
AzureAuthenticationClass in namespace XELOS\Modules\ApiMicrosoft\Hook\System
$ AzureAuthentication#auth_titleProperty in class AzureAuthentication
AzureAuthentication::afterLogin() — Method in class AzureAuthentication
ApiPageClass in namespace XELOS\Modules\ApiMicrosoft\Page
ActionClass in namespace XELOS\Modules\AuthSaml\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
ActionClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
Calendar::all() — Method in class Calendar

Returns all models. Query params can be e.g. order_by

Calendarset::all() — Method in class Calendarset

Returns all models. Query params can be e.g. order_by

$ Event#availability:Property in class Event

enum free|busy|with_reservations|absent

$ Event#allday:Property in class Event

stored in MySQL as tinyint

$ Event#access_token:Property in class Event

stored in MySQL as varchar

Event::all() — Method in class Event

Returns all models. Query params can be e.g. order_by

Participant::all() — Method in class Participant

Returns all models. Query params can be e.g. order_by

Reminder::all() — Method in class Reminder

Returns all models. Query params can be e.g. order_by

$ ReminderQueue#acknowledged_at:Property in class ReminderQueue

stored in MySQL as timestamp

ReminderQueue::all() — Method in class ReminderQueue

Returns all models. Query params can be e.g. order_by

SyncData::all() — Method in class SyncData

Returns all models. Query params can be e.g. order_by

$ SyncSetting#active:Property in class SyncSetting

stored in MySQL as tinyint

SyncSetting::all() — Method in class SyncSetting

Returns all models. Query params can be e.g. order_by

ActionClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
Component::all() — Method in class Component

Returns all models. Query params can be e.g. order_by

ComponentLive::all() — Method in class ComponentLive

Returns all models. Query params can be e.g. order_by

History::all() — Method in class History

Returns all models. Query params can be e.g. order_by

HistoryComponent::all() — Method in class HistoryComponent

Returns all models. Query params can be e.g. order_by

$ HistoryPage#active:Property in class HistoryPage

stored in MySQL as tinyint

HistoryPage::all() — Method in class HistoryPage

Returns all models. Query params can be e.g. order_by

$ Page#active:Property in class Page

stored in MySQL as tinyint

Page::all() — Method in class Page

Returns all models. Query params can be e.g. order_by

$ PageLive#active:Property in class PageLive

stored in MySQL as tinyint

PageLive::all() — Method in class PageLive

Returns all models. Query params can be e.g. order_by

$ Partial#active:Property in class Partial

stored in MySQL as tinyint

Partial::all() — Method in class Partial

Returns all models. Query params can be e.g. order_by

$ PartialLive#active:Property in class PartialLive

stored in MySQL as tinyint

PartialLive::all() — Method in class PartialLive

Returns all models. Query params can be e.g. order_by

ActionClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
$ Comment#attachments:Property in class Comment

stored in MySQL as text

Comment::all() — Method in class Comment

Returns all models. Query params can be e.g. order_by

LinkInfo::all() — Method in class LinkInfo

Returns all models. Query params can be e.g. order_by

Editor::attachBoard() — Method in class Editor

Attach a board component to this editor. This board will be updated if a comment is created or edited by this editor.

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Called after SQL tranformations are applied to the database

$ DocviewProcessor#actionsProperty in class DocviewProcessor
ActivityIndexerSearchPreprocessorClass in namespace XELOS\Modules\Doclink\Hook\Search
CategoryCollection::all() — Method in class CategoryCollection
$ EventplannerControllerDocumentation#actionProperty in class EventplannerControllerDocumentation
ActionClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

CategoryDocumentation::all() — Method in class CategoryDocumentation

Returns all models. Query params can be e.g. order_by

$ EventDocumentation#allow_registration:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#allow_external_registration:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#auto_deadline_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#auto_deadline_description:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#auto_max_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#auto_max_description:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#attachment1:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#attachment2:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#attachment2_label:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#attachment3:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#attachment3_label:Property in class EventDocumentation

stored in MySQL as varchar

EventDocumentation::all() — Method in class EventDocumentation

Returns all models. Query params can be e.g. order_by

InvitationReplyLogDocumentation::all() — Method in class InvitationReplyLogDocumentation

Returns all models. Query params can be e.g. order_by

$ InvoiceDocumentation#accepted_tos:Property in class InvoiceDocumentation

stored in MySQL as varchar

InvoiceDocumentation::all() — Method in class InvoiceDocumentation

Returns all models. Query params can be e.g. order_by

InvoiceTemplateDocumentation::all() — Method in class InvoiceTemplateDocumentation

Returns all models. Query params can be e.g. order_by

JobDocumentation::all() — Method in class JobDocumentation

Returns all models. Query params can be e.g. order_by

NumberrangeDocumentation::all() — Method in class NumberrangeDocumentation

Returns all models. Query params can be e.g. order_by

$ ParticipantDocumentation#accompanying_personsProperty in class ParticipantDocumentation
$ ParticipantDocumentation#answers:Property in class ParticipantDocumentation

stored in MySQL as text

$ ParticipantDocumentation#additional_fields:Property in class ParticipantDocumentation

stored in MySQL as text

ParticipantDocumentation::all() — Method in class ParticipantDocumentation

Returns all models. Query params can be e.g. order_by

ParticipantLogDocumentation::all() — Method in class ParticipantLogDocumentation

Returns all models. Query params can be e.g. order_by

PriceCategoryDocumentation::all() — Method in class PriceCategoryDocumentation

Returns all models. Query params can be e.g. order_by

RelatedEventsDocumentation::all() — Method in class RelatedEventsDocumentation

Returns all models. Query params can be e.g. order_by

TicketDocumentation::all() — Method in class TicketDocumentation

Returns all models. Query params can be e.g. order_by

UserGroupTicketContingentDocumentation::all() — Method in class UserGroupTicketContingentDocumentation

Returns all models. Query params can be e.g. order_by

RelatedEvents::add_event() — Method in class RelatedEvents
$ ForumControllerDocumentation#actionProperty in class ForumControllerDocumentation
ActionClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

CategoryDocumentation::all() — Method in class CategoryDocumentation

Returns all models. Query params can be e.g. order_by

$ PostDocumentation#attachments:Property in class PostDocumentation

stored in MySQL as text

PostDocumentation::all() — Method in class PostDocumentation

Returns all models. Query params can be e.g. order_by

ThreadDocumentation::all() — Method in class ThreadDocumentation

Returns all models. Query params can be e.g. order_by

VotesDocumentation::all() — Method in class VotesDocumentation

Returns all models. Query params can be e.g. order_by

InstallEvents::afterTableUpdate() — Method in class InstallEvents
InstallEvents::afterModuleUpdate() — Method in class InstallEvents
ForumCest::adminCreatesCategory() — Method in class ForumCest
ForumCest::adminEditCategory() — Method in class ForumCest
ForumCest::adminEditDiscussion() — Method in class ForumCest
$ GroupsTasksControllerDocumentation#actionProperty in class GroupsTasksControllerDocumentation
ActionClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaskDocumentation#attachments:Property in class TaskDocumentation

stored in MySQL as text

TaskDocumentation::all() — Method in class TaskDocumentation

Returns all models. Query params can be e.g. order_by

AddTaskShowPortletClass in namespace XELOS\Modules\GroupsTasks\Hook\Portal
ApiServiceClass in namespace XELOS\Modules\GroupsTasks\Hook\Webservice
ActionClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#adminProperty in class Page
Page::admin() — Method in class Page
$ Main#actionProperty in class Main
Category::all() — Method in class Category

Returns all models. Query params can be e.g. order_by

$ Group#archived:Property in class Group

stored in MySQL as tinyint

$ Group#approved:Property in class Group

stored in MySQL as tinyint

Group::all() — Method in class Group

Returns all models. Query params can be e.g. order_by

Invitation::all() — Method in class Invitation

Returns all models. Query params can be e.g. order_by

Member::all() — Method in class Member

Returns all models. Query params can be e.g. order_by

$ Module#active:Property in class Module

stored in MySQL as tinyint

Module::all() — Method in class Module

Returns all models. Query params can be e.g. order_by

$ Newsletter#api_idProperty in class Newsletter
$ Newsletter#additional_recipients:Property in class Newsletter

stored in MySQL as text

$ Newsletter#attachment:Property in class Newsletter

stored in MySQL as text

Newsletter::all() — Method in class Newsletter

Returns all models. Query params can be e.g. order_by

Pending::all() — Method in class Pending

Returns all models. Query params can be e.g. order_by

InstallEvents::afterTableUpdate() — Method in class InstallEvents
InstallEvents::afterModuleUpdate() — Method in class InstallEvents
TimesheetState::asArray() — Method in class TimesheetState

Get all available states

$ JobQueueControllerDocumentation#actionProperty in class JobQueueControllerDocumentation
ActionClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#apiProperty in class Page
Page::api() — Method in class Page
JobDocumentation::all() — Method in class JobDocumentation

Returns all models. Query params can be e.g. order_by

JobHistoryDocumentation::all() — Method in class JobHistoryDocumentation

Returns all models. Query params can be e.g. order_by

BatchJob::addJob() — Method in class BatchJob

Adds a BackgroundJob to this batch job

JobScheduler::abort() — Method in class JobScheduler

Abort a job

JobQueueController::abortJobsBy() — Method in class JobQueueController
Job::abort() — Method in class Job

Mark this Job as aborted (error)

ApiPageClass in namespace XELOS\Modules\JobQueue\Page
$ LegalControllerDocumentation#actionProperty in class LegalControllerDocumentation
ActionClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#adminProperty in class Page
Page::admin() — Method in class Page
$ PageDocumentation#assign_security_groups:Property in class PageDocumentation

stored in MySQL as varchar

PageDocumentation::all() — Method in class PageDocumentation

Returns all models. Query params can be e.g. order_by

AdminPageClass in namespace XELOS\Modules\Legal\Page

Class Overview

FormprocessorAction::add_formdata() — Method in class FormprocessorAction

Add formdata to processor

FormprocessorAction::add_field_data() — Method in class FormprocessorAction

Add Field Data

$ ListsControllerDocumentation#actionProperty in class ListsControllerDocumentation
ActionClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

CategoryDocumentation::all() — Method in class CategoryDocumentation

Returns all models. Query params can be e.g. order_by

$ ListDocumentation#as_template:Property in class ListDocumentation

stored in MySQL as tinyint

$ ListDocumentation#active:Property in class ListDocumentation

stored in MySQL as tinyint

$ ListDocumentation#action_link_label:Property in class ListDocumentation

stored in MySQL as varchar

$ ListDocumentation#action_link_url:Property in class ListDocumentation

stored in MySQL as varchar

ListDocumentation::all() — Method in class ListDocumentation

Returns all models. Query params can be e.g. order_by

$ ListItemDocumentation#assigned_user_ids:Property in class ListItemDocumentation

stored in MySQL as varchar

ListItemDocumentation::all() — Method in class ListItemDocumentation

Returns all models. Query params can be e.g. order_by

ListStatusDocumentation::all() — Method in class ListStatusDocumentation

Returns all models. Query params can be e.g. order_by

Field::addFormEditorProperties() — Method in class Field

Adds the properties of the current field to the form editor passed to this method.

Field::addTableFieldProperties() — Method in class Field

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Field::addWorkflowPlaceholders() — Method in class Field

Fills the placeholders needed for workflows.

Field::addFieldToFaceted() — Method in class Field

Adds a field to the faceted search by its specifications.

Field::addUniqueProperty() — Method in class Field

Every field, that makes use of this method, will implement the field property 'is_unique', setting the field unique.

AssignedUsersClass in namespace XELOS\Modules\Lists\Hook\Base\Field
AssignedUsers::addFormEditorProperties() — Method in class AssignedUsers

Adds the properties of the current field to the form editor passed to this method.

CategorySelector::addTableFieldProperties() — Method in class CategorySelector

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

CategorySelector::addWorkflowPlaceholders() — Method in class CategorySelector
Checkbox::addFormEditorProperties() — Method in class Checkbox

Adds the properties of the current field to the form editor passed to this method.

Checkbox::addTableFieldProperties() — Method in class Checkbox

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Checkbox::addFieldToFaceted() — Method in class Checkbox

Adds a field to the faceted search by its specifications.

Date::addFormEditorProperties() — Method in class Date

Adds the properties of the current field to the form editor passed to this method.

Date::addTableFieldProperties() — Method in class Date

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Date::addFieldToFaceted() — Method in class Date

Adds a field to the faceted search by its specifications.

Date::addWorkflowPlaceholders() — Method in class Date
Datetime::addTableFieldProperties() — Method in class Datetime

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Datetime::addFieldToFaceted() — Method in class Datetime

Adds a field to the faceted search by its specifications.

Datetime::addWorkflowPlaceholders() — Method in class Datetime
Document::addFormEditorProperties() — Method in class Document

Adds the properties of the current field to the form editor passed to this method.

Document::addTableFieldProperties() — Method in class Document

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Document::addWorkflowPlaceholders() — Method in class Document
Fieldset::addFormEditorProperties() — Method in class Fieldset

Adds the properties of the current field to the form editor passed to this method.

Fieldset::addFieldToFaceted() — Method in class Fieldset

Adds a field to the faceted search by its specifications.

Fieldset::addTableFieldProperties() — Method in class Fieldset

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

FriendlyId::addFormEditorProperties() — Method in class FriendlyId

Adds the properties of the current field to the form editor passed to this method.

FriendlyId::addTableFieldProperties() — Method in class FriendlyId

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

ListStatus::addFormEditorProperties() — Method in class ListStatus

Adds the properties of the current field to the form editor passed to this method.

ListStatus::addWorkflowPlaceholders() — Method in class ListStatus
ListStatus::addTableFieldProperties() — Method in class ListStatus

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

ListStatus::addFieldToFaceted() — Method in class ListStatus

Adds a field to the faceted search by its specifications.

Multitext::addTableFieldProperties() — Method in class Multitext

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

PrefilledField::addFormEditorProperties() — Method in class PrefilledField

Adds the properties of the current field to the form editor passed to this method.

Radio::addFormEditorProperties() — Method in class Radio

Adds the properties of the current field to the form editor passed to this method.

Radio::addTableFieldProperties() — Method in class Radio

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Radio::addFieldToFaceted() — Method in class Radio

Adds a field to the faceted search by its specifications.

Resource::addTableFieldProperties() — Method in class Resource

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Resource::addFieldToFaceted() — Method in class Resource
AssetClass in namespace XELOS\Modules\Lists\Hook\Base\Field\Resource
Asset::addFormEditorProperties() — Method in class Asset

Adds the properties of the current field to the form editor passed to this method.

Room::addFieldToFaceted() — Method in class Room
Room::addFormEditorProperties() — Method in class Room

Adds the properties of the current field to the form editor passed to this method.

Service::addFormEditorProperties() — Method in class Service

Adds the properties of the current field to the form editor passed to this method.

Ticket::addFormEditorProperties() — Method in class Ticket

Adds the properties of the current field to the form editor passed to this method.

SectionBreak::addFormEditorProperties() — Method in class SectionBreak

Adds the properties of the current field to the form editor passed to this method.

SectionBreak::addFieldToFaceted() — Method in class SectionBreak

Adds a field to the faceted search by its specifications.

Select::addFormEditorProperties() — Method in class Select

Adds the properties of the current field to the form editor passed to this method.

Select::addTableFieldProperties() — Method in class Select

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Select::addFieldToFaceted() — Method in class Select

Adds a field to the faceted search by its specifications.

StaticText::addFormEditorProperties() — Method in class StaticText

Adds the properties of the current field to the form editor passed to this method.

Textbox::addFormEditorProperties() — Method in class Textbox

Adds the properties of the current field to the form editor passed to this method.

Textbox::addFieldToFaceted() — Method in class Textbox

Adds a field to the faceted search by its specifications.

Timespan::addFormEditorProperties() — Method in class Timespan

Adds the properties of the current field to the form editor passed to this method.

Timespan::addTableFieldProperties() — Method in class Timespan

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

Timespan::addFieldToFaceted() — Method in class Timespan

Adds three items for the timespan field to render past, current and future (upcoming) items.

ToggleSwitch::addTableFieldProperties() — Method in class ToggleSwitch

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

ToggleSwitch::addFieldToFaceted() — Method in class ToggleSwitch

Adds a field to the faceted search by its specifications.

UserSelector::addFormEditorProperties() — Method in class UserSelector

Adds the properties of the current field to the form editor passed to this method.

UserSelector::addTableFieldProperties() — Method in class UserSelector

Adds field specific properties to the table, like callbacks, replaces and/or column formats.

UserSelector::addWorkflowPlaceholders() — Method in class UserSelector

Fills the placeholders needed for workflows.

UserSelector::addFieldToFaceted() — Method in class UserSelector

Adds a field to the faceted search by its specifications.

ApiServiceClass in namespace XELOS\Modules\Lists\Hook\Webservice

Class ApiService

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Called after SQL tranformations are applied to the database

$ ListItem#assigned_user_ids:Property in class ListItem

stored in MySQL as text

$ ListProperties#as_templateProperty in class ListProperties

Is a template?

$ ListProperties#activeProperty in class ListProperties

Active

ListProperties::all() — Method in class ListProperties
ActionClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#advanced_searchProperty in class Page
Page::advanced_search() — Method in class Page
$ Main#actionProperty in class Main
Profile::all() — Method in class Profile

Returns all models. Query params can be e.g. order_by

ProfileProperty::all() — Method in class ProfileProperty

Returns all models. Query params can be e.g. order_by

Property::all() — Method in class Property

Returns all models. Query params can be e.g. order_by

PropertyGroup::all() — Method in class PropertyGroup

Returns all models. Query params can be e.g. order_by

PropertyTab::all() — Method in class PropertyTab

Returns all models. Query params can be e.g. order_by

PropertyTabGroup::all() — Method in class PropertyTabGroup

Returns all models. Query params can be e.g. order_by

ArticleClass in namespace XELOS\Modules\News\CF
ActionClass in namespace XELOS\Modules\News\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#articleProperty in class Model
Model::article() — Method in class Model
ArticleDocumentationClass in namespace XELOS\Modules\News\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Article.

$ ArticleDocumentation#auto_hide_time:Property in class ArticleDocumentation

stored in MySQL as datetime

$ ArticleDocumentation#attachment1:Property in class ArticleDocumentation

stored in MySQL as varchar

$ ArticleDocumentation#attachments:Property in class ArticleDocumentation

stored in MySQL as text

ArticleDocumentation::all() — Method in class ArticleDocumentation

Returns all models. Query params can be e.g. order_by

CategoryDocumentation::all() — Method in class CategoryDocumentation

Returns all models. Query params can be e.g. order_by

$ NewsControllerDocumentation#actionProperty in class NewsControllerDocumentation
ArticlePayloadClass in namespace XELOS\Modules\News\Hook\Workflows

Class xwf_payload_news_article

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Called after SQL tranformations are applied to the database

InstallEvents::afterModuleUpdate() — Method in class InstallEvents
ArticleClass in namespace XELOS\Modules\News\Model
$ Article#abspathProperty in class Article
$ Category#abspathProperty in class Category
Category::allowIndexProcessingByHooks() — Method in class Category
ArticleClass in namespace XELOS\Modules\News\UI
Workspace::allowIndexProcessingByHooks() — Method in class Workspace
AdminPageClass in namespace XELOS\Modules\PersonalWorkspace\Page

Class XELOS\Modules\PersonalWorkspace\Page\xpage_personal_workspace_admin

ActionClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#adminProperty in class Page
Page::admin() — Method in class Page
ConfirmationDocumentation::all() — Method in class ConfirmationDocumentation

Returns all models. Query params can be e.g. order_by

DocumentDocumentation::all() — Method in class DocumentDocumentation

Returns all models. Query params can be e.g. order_by

$ ReadConfirmationControllerDocumentation#actionProperty in class ReadConfirmationControllerDocumentation
AdminProcessorClass in namespace XELOS\Modules\ReadConfirmation\Hook\Doclink
$ AdminProcessor#actionsProperty in class AdminProcessor
AdminPageClass in namespace XELOS\Modules\ReadConfirmation\Page

Class Overview

HistoryAction::addEntry() — Method in class HistoryAction

Stores the search term of the user in the history table.

IndexerAction::addToIndex() — Method in class IndexerAction

Adds the passed DocumentIndex to the search index

ElasticSearchAdapter::addToIndex() — Method in class ElasticSearchAdapter
AttachmentTraitClass in namespace XELOS\Modules\Search\Adapter\Traits
ActionClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

FacetedFilterDocumentation::all() — Method in class FacetedFilterDocumentation

Returns all models. Query params can be e.g. order_by

SearchHistoryDocumentation::all() — Method in class SearchHistoryDocumentation

Returns all models. Query params can be e.g. order_by

$ SearchagentDocumentation#active:Property in class SearchagentDocumentation

stored in MySQL as tinyint

SearchagentDocumentation::all() — Method in class SearchagentDocumentation

Returns all models. Query params can be e.g. order_by

TermDocumentation::all() — Method in class TermDocumentation

Returns all models. Query params can be e.g. order_by

$ SearchControllerDocumentation#actionProperty in class SearchControllerDocumentation
AgentPortletShowPortletClass in namespace XELOS\Modules\Search\Hook\Portal
InstallEvents::afterModuleUpdate() — Method in class InstallEvents
SearchAdapterInterface::addToIndex() — Method in class SearchAdapterInterface
$ SearchIndexRecord#attachmentsProperty in class SearchIndexRecord
SearchIndexRecord::appendIndexContent() — Method in class SearchIndexRecord
SearchIndexRecord::addLocalizedContent() — Method in class SearchIndexRecord

Adds an additional language variant of this document

SearchIndexRecord::addMetaData() — Method in class SearchIndexRecord

Allows to set a single key-value pair in the meta data

SearchUpdateRecord::addMetaData() — Method in class SearchUpdateRecord

Allows to set a single key-value pair in the meta data

AbstractBrowserItemClass in namespace XELOS\Modules\Selector\Abstracts

Class AbstractBrowserItem

$ AbstractBrowserItem#authorProperty in class AbstractBrowserItem
AbstractDocumentBrowserClass in namespace XELOS\Modules\Selector\Abstracts

Class AbstractDocumentBrowser

$ AbstractDocumentBrowser#allowed_file_typesProperty in class AbstractDocumentBrowser
AbstractDocumentBrowser::applyOperations() — Method in class AbstractDocumentBrowser

Applies operation settings based on the context of the document model.

$ BrowserFile#allowedOperationsProperty in class BrowserFile
ActionClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ PageDocumentation#active:Property in class PageDocumentation

stored in MySQL as tinyint

$ PageDocumentation#always_show_last_active:Property in class PageDocumentation

stored in MySQL as tinyint

PageDocumentation::all() — Method in class PageDocumentation

Returns all models. Query params can be e.g. order_by

PageHistoryDocumentation::all() — Method in class PageHistoryDocumentation

Returns all models. Query params can be e.g. order_by

PageLinkDocumentation::all() — Method in class PageLinkDocumentation

Returns all models. Query params can be e.g. order_by

$ SmartWikiControllerDocumentation#actionProperty in class SmartWikiControllerDocumentation
InstallEvents::afterTableUpdate() — Method in class InstallEvents

This method will be called after tables are uptodate.

$ Page#activeProperty in class Page
ActionClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

DocumentActionHistoryDocumentation::all() — Method in class DocumentActionHistoryDocumentation

Returns all models. Query params can be e.g. order_by

DocumentWallItemDocumentation::all() — Method in class DocumentWallItemDocumentation

Returns all models. Query params can be e.g. order_by

$ EntryDocumentation#action_idProperty in class EntryDocumentation
EntryDocumentation::all() — Method in class EntryDocumentation

Returns all models. Query params can be e.g. order_by

HiddenInstanceDocumentation::all() — Method in class HiddenInstanceDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemActionlogControllerDocumentation#actionProperty in class SystemActionlogControllerDocumentation
$ Main#actionProperty in class Main
$ BackupQueue#action:Property in class BackupQueue

enum backup|restore

BackupQueue::all() — Method in class BackupQueue

Returns all models. Query params can be e.g. order_by

EventTrigger::all() — Method in class EventTrigger

Returns all models. Query params can be e.g. order_by

InstallQueue::all() — Method in class InstallQueue

Returns all models. Query params can be e.g. order_by

LicenseProblem::all() — Method in class LicenseProblem

Returns all models. Query params can be e.g. order_by

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Called after SQL tranformations are applied to the database

Category::add_category() — Method in class Category

Creates a sub directory from a given name

Category::add_file() — Method in class Category

Attaches a file, creating a document within this category

$ Document#attach_new_fileProperty in class Document
$ Document#action_loggedProperty in class Document
$ Document#action_linksProperty in class Document

Set with XELOS\Modules\SystemDMS\Model\xm_system_dms_document::attach_document_actions

Document::attach_file() — Method in class Document
Document::attach_document_actions() — Method in class Document

Attach action Links for a document Links that would be set on field 'action_links' as array

  • lock
  • delete (only if policy matches)
  • edit (only if policy matches)
  • detail
  • download
DocumentTemplate::all() — Method in class DocumentTemplate

Return all models

$ SystemDMSController#actionProperty in class SystemDMSController
SystemDMSController::allow_table_export() — Method in class SystemDMSController

show the export link above the files table

SystemDMSController::allow_add_document() — Method in class SystemDMSController

show the add document link above the files table

SystemDMSController::add_link() — Method in class SystemDMSController
Explorer::add_where_condition() — Method in class Explorer

Adds a where condition to the component, restricting all documents that are to be displayed in here.

ActionClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
Category::all() — Method in class Category

Returns all models. Query params can be e.g. order_by

Document::all() — Method in class Document

Returns all models. Query params can be e.g. order_by

DocumentHistory::all() — Method in class DocumentHistory

Returns all models. Query params can be e.g. order_by

DocumentMetaData::all() — Method in class DocumentMetaData

Returns all models. Query params can be e.g. order_by

DocumentMetaField::all() — Method in class DocumentMetaField

Returns all models. Query params can be e.g. order_by

DocumentTemplate::all() — Method in class DocumentTemplate

Returns all models. Query params can be e.g. order_by

FileTemplate::all() — Method in class FileTemplate

Returns all models. Query params can be e.g. order_by

Preview::all() — Method in class Preview

Returns all models. Query params can be e.g. order_by

Report::all() — Method in class Report

Returns all models. Query params can be e.g. order_by

ZipImportJob::all() — Method in class ZipImportJob

Returns all models. Query params can be e.g. order_by

ActionClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ChannelSettingDocumentation#activeProperty in class ChannelSettingDocumentation
ChannelSettingDocumentation::all() — Method in class ChannelSettingDocumentation

Returns all models. Query params can be e.g. order_by

$ UserSettingDocumentation#activeProperty in class UserSettingDocumentation
UserSettingDocumentation::all() — Method in class UserSettingDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemNotificationControllerDocumentation#actionProperty in class SystemNotificationControllerDocumentation
ActivityUpdateFrontendHookClass in namespace XELOS\Modules\SystemNotification\Hook\System
ActionClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

PushSubscriptionDocumentation::all() — Method in class PushSubscriptionDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemPwaControllerDocumentation#actionProperty in class SystemPwaControllerDocumentation
ActionClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#aggregate_dimensionProperty in class Model
$ Model#aggregate_numericProperty in class Model
Model::aggregate_dimension() — Method in class Model
Model::aggregate_numeric() — Method in class Model
$ Ui#aggregation_chartProperty in class Ui
AggregateDimensionDocumentationClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\Model

This file provides property and method documentation for the model AggregateDimension.

$ AggregateDimensionDocumentation#active:Property in class AggregateDimensionDocumentation

stored in MySQL as tinyint

AggregateDimensionDocumentation::all() — Method in class AggregateDimensionDocumentation

Returns all models. Query params can be e.g. order_by

AggregateNumericDocumentationClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\Model

This file provides property and method documentation for the model AggregateNumeric.

$ AggregateNumericDocumentation#aggregate_dimension_idProperty in class AggregateNumericDocumentation
AggregateNumericDocumentation::all() — Method in class AggregateNumericDocumentation

Returns all models. Query params can be e.g. order_by

EventDocumentation::all() — Method in class EventDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemStatsControllerDocumentation#actionProperty in class SystemStatsControllerDocumentation
AggregateDimensionClass in namespace XELOS\Modules\SystemStats\Model
AggregateNumericClass in namespace XELOS\Modules\SystemStats\Model
AggregationChartClass in namespace XELOS\Modules\SystemStats\UI

Displays the data for an aggregation dimension.

ActionClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CheckDocumentation#active:Property in class CheckDocumentation

stored in MySQL as tinyint

CheckDocumentation::all() — Method in class CheckDocumentation

Returns all models. Query params can be e.g. order_by

$ NodeDocumentation#active:Property in class NodeDocumentation

stored in MySQL as tinyint

NodeDocumentation::all() — Method in class NodeDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemStatusControllerDocumentation#actionProperty in class SystemStatusControllerDocumentation
ActionClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

RecurringTaskDocumentation::all() — Method in class RecurringTaskDocumentation

Returns all models. Query params can be e.g. order_by

$ TaskDocumentation#attachments:Property in class TaskDocumentation

stored in MySQL as text

TaskDocumentation::all() — Method in class TaskDocumentation

Returns all models. Query params can be e.g. order_by

$ SystemTasksControllerDocumentation#actionProperty in class SystemTasksControllerDocumentation
AddTaskShowPortletClass in namespace XELOS\Modules\SystemTasks\Hook\Portal
ApiServiceClass in namespace XELOS\Modules\SystemTasks\Hook\Webservice

Class ApiService

InstallEvents::afterTableUpdate() — Method in class InstallEvents

This method will be called after tables are uptodate.

$ ResultPanel#argsProperty in class ResultPanel
$ ConfigUser#admin_contextProperty in class ConfigUser

If hook is used in useradmin this var is set to true

ActionClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#authenticateProperty in class Page
Page::authenticate() — Method in class Page
$ Main#actionProperty in class Main
$ PushClient#access_token:Property in class PushClient

stored in MySQL as varchar

$ PushClient#appversion:Property in class PushClient

stored in MySQL as varchar

PushClient::all() — Method in class PushClient

Returns all models. Query params can be e.g. order_by

ActionClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

TagDocumentation::all() — Method in class TagDocumentation

Returns all models. Query params can be e.g. order_by

$ TaggingControllerDocumentation#actionProperty in class TaggingControllerDocumentation
InstallEvents::afterTableUpdate() — Method in class InstallEvents
ActionClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

TranslationDocumentDocumentation::all() — Method in class TranslationDocumentDocumentation

Returns all models. Query params can be e.g. order_by

TranslationDocumentation::all() — Method in class TranslationDocumentation

Returns all models. Query params can be e.g. order_by

TranslationFeedbackDocumentation::all() — Method in class TranslationFeedbackDocumentation

Returns all models. Query params can be e.g. order_by

$ TranslationJobDocumentation#add_to_search_index:Property in class TranslationJobDocumentation

stored in MySQL as tinyint

TranslationJobDocumentation::all() — Method in class TranslationJobDocumentation

Returns all models. Query params can be e.g. order_by

$ TranslationControllerDocumentation#actionProperty in class TranslationControllerDocumentation
ApiCheckClass in namespace XELOS\Modules\Translation\Hook\SystemStatus
InstallEvents::afterTableUpdate() — Method in class InstallEvents
AjaxtranslatePageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

ActionClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#actionProperty in class Main
$ Result#answers:Property in class Result

stored in MySQL as text

Result::all() — Method in class Result

Returns all models. Query params can be e.g. order_by

$ Trendvote#answers:Property in class Trendvote

stored in MySQL as text

Trendvote::all() — Method in class Trendvote

Returns all models. Query params can be e.g. order_by

ActionClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#adminProperty in class Page
Page::admin() — Method in class Page
FileDocumentation::all() — Method in class FileDocumentation

Returns all models. Query params can be e.g. order_by

ScanDocumentation::all() — Method in class ScanDocumentation

Returns all models. Query params can be e.g. order_by

$ VirusScanControllerDocumentation#actionProperty in class VirusScanControllerDocumentation
AdminPageClass in namespace XELOS\Modules\VirusScan\Page

Class Overview

ActionClass in namespace XELOS\Modules\VueTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VueTasksControllerDocumentation#actionProperty in class VueTasksControllerDocumentation
OAuthClientAction::authorize() — Method in class OAuthClientAction

Process Authorization flows for oauth_clients

OAuthServerAction::authorize() — Method in class OAuthServerAction

Authorize Clients

OAuthServerAction::authorize_api_access() — Method in class OAuthServerAction

API Access

OAuthServerAction::auth_error_response() — Method in class OAuthServerAction

Return Auth Error Response

Method::addInputParameter() — Method in class Method

Adds an input parameter to the method definition.

Method::addOutputParameter() — Method in class Method

Adds an output parameter to the method definition.

ParameterObject::addMember() — Method in class ParameterObject

Adds an member variable to the complex type definition.

InstallEvents::afterTableUpdate() — Method in class InstallEvents

Only called after module has been updated

$ OAuthClient#authorizeUrlProperty in class OAuthClient

The Authorization Endpoint performs Authentication of the End-User.

$ OAuthClient#accessTokenUrlProperty in class OAuthClient

To obtain an Access Token, an ID Token, and optionally a Refresh Token, the RP (Client) sends a Token Request to the Token Endpoint to obtain a Token Response

$ OAuthClient#accessTokenProperty in class OAuthClient

Access token Object representing string like accessToken an authorization issued to the client refreshToken see refreshToken

OAuthClient::addScope() — Method in class OAuthClient

Adds a new scope to the existing scopes.

$ OpenIDConfiguration#authorizationEndpointProperty in class OpenIDConfiguration
AuthorizePageClass in namespace XELOS\Modules\Webservice\Page

Class AuthorizePage

$ WebserviceController#actionProperty in class WebserviceController
ActionClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

CategoryDocumentation::all() — Method in class CategoryDocumentation

Returns all models. Query params can be e.g. order_by

$ WidgetDocumentation#activeProperty in class WidgetDocumentation
WidgetDocumentation::all() — Method in class WidgetDocumentation

Returns all models. Query params can be e.g. order_by

$ WidgetsControllerDocumentation#actionProperty in class WidgetsControllerDocumentation
ActionExceptionClass in namespace XELOS\Modules\Workflows\Exceptions

Class ActionException

ActionIntegrationTestBaseClass in namespace XELOS\Modules\Workflows\Tests\Codeception\Integration

This base class can be used for integration tests to check the workflow actions in a workflow process.

$ ActionIntegrationTestBase#ACTION_HOOK_NAMEProperty in class ActionIntegrationTestBase
$ ActionIntegrationTestBase#ACTION_TITLEProperty in class ActionIntegrationTestBase
$ ActionIntegrationTestBase#ACTION_IDENTIFIERProperty in class ActionIntegrationTestBase
ActionMappingIntegrationTestClass in namespace XELOS\Modules\Workflows\Tests\Codeception\Integration

This integration test checks if the mapping action is processed correctly in the dummy workflow.

$ ActionMappingIntegrationTest#ACTION_HOOK_NAMEProperty in class ActionMappingIntegrationTest
ActionStartProcessIntegrationTestClass in namespace XELOS\Modules\Workflows\Tests\Codeception\Integration

This integration test checks if the start process correctly starts another process.

$ ActionStartProcessIntegrationTest#ACTION_HOOK_NAMEProperty in class ActionStartProcessIntegrationTest
ActionHeaderFieldsIntegrationTestClass in namespace XELOS\Modules\Workflows\Tests\Codeception\Unit

This integration test checks if the header fields action is processed correctly in the dummy workflow.

$ ActionHeaderFieldsIntegrationTest#ACTION_HOOK_NAMEProperty in class ActionHeaderFieldsIntegrationTest
$ ExampleSurveyControllerDocumentation#actionProperty in class ExampleSurveyControllerDocumentation
ActionClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#answerProperty in class Model
Model::answer() — Method in class Model
$ Page#adminProperty in class Page
Page::admin() — Method in class Page
AnswerDocumentationClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Answer.

AnswerDocumentation::all() — Method in class AnswerDocumentation

Returns all models. Query params can be e.g. order_by

ParticipantDocumentation::all() — Method in class ParticipantDocumentation

Returns all models. Query params can be e.g. order_by

$ SurveyDocumentation#active:Property in class SurveyDocumentation

stored in MySQL as tinyint

SurveyDocumentation::all() — Method in class SurveyDocumentation

Returns all models. Query params can be e.g. order_by

AnswerClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Model
AdminPageClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Page

xelos page, is automatically called based on the page param: http://www.example.com/module/PAGE

AdminPage::afterFormSave() — Method in class AdminPage

Save our questionnaire with a callback

B

BootloaderClass in namespace XELOS\Framework

XELOS Bootloader

Bootloader::boot() — Method in class Bootloader

Boot the XELOS Bootloader The Boot sequence will load all necessary files and configurations to be able to use the XF Core Singleton afterwards.

BaseAuthenticationClass in namespace XELOS\Framework\Core\Authentication
BuildClass in namespace XELOS\Framework\Core\Console\Command

Class Cache

$ Input#binaryProperty in class Input
Output::block() — Method in class Output
Output::box() — Method in class Output

Print Text in box Example: ┌─────────────────────┐ │ No changes detected │ └─────────────────────┘

AuthenticationException::bindToActiveDirectoryFailed() — Method in class AuthenticationException

Bind to Active Directory failed

BuilderInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface BuilderInterface

BuilderInterface::build() — Method in class BuilderInterface

Function should return BuildObject (e.g. ExampleBuilder should return Example) and should be your last step of your build chain

$ Template#block_idProperty in class Template
BaseHookClass in namespace XELOS\Framework\Module\Hook

Class BaseHook

BackgroundJobClass in namespace XELOS\Framework\Module\Infrastructure\Job

Delayed Job

BackgroundJobInterfaceClass in namespace XELOS\Framework\Module\Infrastructure\Job\Interfaces
InstallEvents::beforeTableUpdate() — Method in class InstallEvents

Called before SQL tranformations are applied to the database

ModelCollection::batchProcess() — Method in class ModelCollection

Runs the passed function batched for the passed amount of models to reduce memory issues while creating too many model objects at once This function should be called on an unloaded Collection to be most effective

SystemDaemonThreaded::beginThread() — Method in class SystemDaemonThreaded

Gets called within a thread before running the execite loop

SystemDaemonThreaded::beforeNewThreadStart() — Method in class SystemDaemonThreaded

Gets calles before a Thread is being started Use this place to e.g. initialize/update static caches which can be reused in each thread to avoid init within each thread

SystemDaemonThreaded::beforeProcess() — Method in class SystemDaemonThreaded

Gets called during each management process loop It can be used e.g. to clean up unfinished work in case of an ABORTED exit status

MySQLAdapter::begin_transaction() — Method in class MySQLAdapter
$ Lib#browserProperty in class Lib
BrowserClass in namespace XELOS\Framework\XF\Lib

Browser, Useragent Snippets

Debug::backtrace() — Method in class Debug

Print/Return backtrace in readable format

File::backup_to_trash() — Method in class File

Copies the passed file/folder to the trash folder

File::basename() — Method in class File

UTF8 Compatible basename(), because php::basename() is still buggy (e.g.: removes all umlauts at the beginning of a filename)

Format::build_telephone_number() — Method in class Format

builds a callable telephone number from given string.

NotificationBuilder::build() — Method in class NotificationBuilder

Build Message

NotificationBuilder::buildAndPublish() — Method in class NotificationBuilder

Build in User Context and Publish NotificationMessage

NotificationBuilder::buildAndMarkRead() — Method in class NotificationBuilder

Build and Publish NotificationMessage with state READ

NotificationBuilder::buildAndMarkSeen() — Method in class NotificationBuilder

Build and Publish NotificationMessage with state SEEN

Policy::batch_calculate_policy_clusters_and_user_diffs() — Method in class Policy

Calculates all policy clusters as well as user diffs, thus updating the whole system right management WARNING: May take a few minutes and can cause performance lacks!

Sort::by_array_value() — Method in class Sort

Sorts an array by a certain array value, e.g. $a[0]['name']='a'; $a[1]['name']='b'; by array value 'name'

Sort::by_obj_func() — Method in class Sort

Sorts an array by a certain array value, e.g. $a[0]['name']='a'; $a[1]['name']='b'; by array value 'name'

Sort::by_model_property() — Method in class Sort

Sorts a model collection by a certain model property

$ UserDevices#browserProperty in class UserDevices

: stored in MySQL as varchar

BreadcrumbClass in namespace XELOS\Framework\XF\UI
BrowseClass in namespace XELOS\Framework\XF\UI
$ Form#buttonsProperty in class Form
FroalaEditorBuilder::buildJs() — Method in class FroalaEditorBuilder
$ Math#bProperty in class Math
Wizard::buildControlBar() — Method in class Wizard

put your comment there.

InstallEvents::beforeTableUpdate() — Method in class InstallEvents
BoardClass in namespace XELOS\Modules\Comments\UI

Class Board This class represents a aggregate of comments. It provides different comment setting, which will apply on each comment.

BoardCommentClass in namespace XELOS\Modules\Comments\UI

Class BoardComment This class represents a single comment with edit and delete functionality.

InstallEvents::beforeTableUpdate() — Method in class InstallEvents

Called before SQL tranformations are applied to the database

$ ParticipantLogDocumentation#backtrace:Property in class ParticipantLogDocumentation

stored in MySQL as varchar

Event::build_ical_string() — Method in class Event

builds ical object

$ ThreadDocumentation#best_answer_post_idProperty in class ThreadDocumentation
InstallEvents::beforeTableUpdate() — Method in class InstallEvents
BatchJobClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job

Class BatchJob (FOR INTERNAL TESTS ONLY) Should be used to execute many jobs at once

SystemDaemon::beginThread() — Method in class SystemDaemon

Called after a new Thread has been started. Is only called once per thread.

SystemDaemon::beforeProcess() — Method in class SystemDaemon

Check for Maintenance Tasks

$ Property#browse:Property in class Property

stored in MySQL as tinyint

$ ArticleDocumentation#body_plain_i18n:Property in class ArticleDocumentation

stored in MySQL as mediumtext

$ ArticleDocumentation#body_rendered_i18n:Property in class ArticleDocumentation

stored in MySQL as mediumtext

InstallEvents::beforeTableUpdate() — Method in class InstallEvents

Called before SQL tranformations are applied to the database

IndexerAction::buildNormalizedAttachments() — Method in class IndexerAction

Resolves the attachment array into file paths

BulkOperationsTraitClass in namespace XELOS\Modules\Search\Adapter\Traits
InstallEvents::beforeTableUpdate() — Method in class InstallEvents
BrowserFileClass in namespace XELOS\Modules\Selector\Lib

Class BrowserFile

BrowserFolderClass in namespace XELOS\Modules\Selector\Lib

Class BrowserFolder

InstallEvents::beforeTableUpdate() — Method in class InstallEvents

This method will be called before table are updated.

BackupQueueClass in namespace XELOS\Modules\SystemAdmin\Docs\ClassGenerated\Model

This file provides property and method documentation for the model BackupQueue.

$ BackupQueue#backup_type:Property in class BackupQueue

enum full|slim|db_only

InstallEvents::beforeTableUpdate() — Method in class InstallEvents

Called before SQL tranformations are applied to the database

InstallEvents::beforeTableUpdate() — Method in class InstallEvents
$ KanbanPage#basePathDistProperty in class KanbanPage
CommonOperationsTrait::buildLangStrings() — Method in class CommonOperationsTrait

Builds a map of available system languages in $lang_strings: ['de' => 'DE_DE', 'en' => 'EN_GB', ...]

BaseTranslationApiClass in namespace XELOS\Modules\Translation\Lib\Api

Class BaseTranslationApi

InstallEvents::beforeTableUpdate() — Method in class InstallEvents

C

$ Autoloader#classmap_cacheProperty in class Autoloader

Lookup Cache

$ Autoloader#class_is_loadedProperty in class Autoloader

Loaded Classes

$ Autoloader#class_aliasProperty in class Autoloader

Class Alias Lookup

$ Autoloader#composer_autoloader_loadedProperty in class Autoloader

Identifies if the Composer Autoloader has already been loaded

Autoloader::composer_autoload_error_handler() — Method in class Autoloader

Error Handler to catch Fatal Error during Composer Autoload Init

Autoloader::clear_cache() — Method in class Autoloader

Forces all Code Caches to Reload (Classmap, OPCache,...) Should be called after a Code Deployment to enforce Revalidation

BaseAuthentication::convertFromOldSyntax() — Method in class BaseAuthentication

Convert xauth_method_name to MethodAuthentication

$ ActivedirectoryAuthentication#config_idProperty in class ActivedirectoryAuthentication
$ AlternativeLoginAuthentication#config_idProperty in class AlternativeLoginAuthentication
$ LdapAuthentication#config_idProperty in class LdapAuthentication
$ RadiusAuthentication#config_idProperty in class RadiusAuthentication
$ SamlAuthentication#config_idProperty in class SamlAuthentication
CommandDefinitionClass in namespace XELOS\Framework\Core\Console\Base

Class CommandDefinition

CommandSetClass in namespace XELOS\Framework\Core\Console\Base

Class CommandSet

$ CommandSet#consoleProperty in class CommandSet
$ CommandSet#commandDefinitionsProperty in class CommandSet
CacheClass in namespace XELOS\Framework\Core\Console\Command

Class Cache

CheckClass in namespace XELOS\Framework\Core\Console\Command

Class Check

ComposerClass in namespace XELOS\Framework\Core\Console\Command

Class Composer

ConfigClass in namespace XELOS\Framework\Core\Console\Command

Class Config

CronClass in namespace XELOS\Framework\Core\Console\Command

Class StartDaemon

ConsoleClass in namespace XELOS\Framework\Core\Console

Class Console

Console::createCommandSet() — Method in class Console

Creates a new instance of CommandSet by given command and optionally module name.

ConsoleLoggerClass in namespace XELOS\Framework\Core\Console

Class ConsoleLogger

CommandNotFoundExceptionClass in namespace XELOS\Framework\Core\Console\Exception

Class CommandNotFoundException

ConsoleExceptionClass in namespace XELOS\Framework\Core\Console\Exception

Class ConsoleException

$ Input#commandProperty in class Input
CoreClass in namespace XELOS\Framework\Core

Class Core

$ Core#configProperty in class Core
$ Core#contextProperty in class Core
Core::clear_template() — Method in class Core
Core::check_download_file() — Method in class Core
Enum::constants() — Method in class Enum

Returns all existing constants

AuthenticationException::connectionToActiveDirectoryFailed() — Method in class AuthenticationException

Connection to Active Directory failed

ComplianceExceptionClass in namespace XELOS\Framework\Core\Exception

Class ComplianceException

ContentExceptionClass in namespace XELOS\Framework\Core\Exception

Class ContentException

$ MagicMethodHelper#controllerProperty in class MagicMethodHelper
MagicMethodHelper::call_object() — Method in class MagicMethodHelper
MagicMethodHelper::createObject() — Method in class MagicMethodHelper
$ XUILinkHelper#contextProperty in class XUILinkHelper
BuilderInterface::create() — Method in class BuilderInterface

Function should return a BuilderObject

Template::clear_marker_cache() — Method in class Template
Template::cb_gettext() — Method in class Template
Template::convert_to_xml() — Method in class Template

Convert String to XML Node

CoreLinkMethodsClass in namespace XELOS\Framework\Core\Traits

Trait CoreLinkMethods

$ VarsTemplate#culture:Property in class VarsTemplate

stored in MySQL as char

$ VarsTemplate#custom:Property in class VarsTemplate

stored in MySQL as tinyint

$ VarsTemplate#created_at:Property in class VarsTemplate

stored in MySQL as timestamp

ControllerClass in namespace XELOS\Framework\Module

Class Controller

$ Controller#collectionProperty in class Controller
$ Controller#cfProperty in class Controller
DocumentItem::create_new() — Method in class DocumentItem

Creates a new DocumentModel

DocumentItem::can_create_new() — Method in class DocumentItem

Returns TRUE if the current user may create new documents

DocumentItem::can_copy_to_another_instance() — Method in class DocumentItem

Returns true if this cf type allows copying documents to different instances.

DocumentItem::create_copy_document_in_instance() — Method in class DocumentItem

Copys a given document to another instance

$ EventListener#configProperty in class EventListener
$ ModulePortlet#caller_referenceProperty in class ModulePortlet

Instance calling this portlet

ModulePortlet::can_read() — Method in class ModulePortlet

If false is returned, the portlet will not be loaded.

ModulePortlet::copyReferences() — Method in class ModulePortlet

Copies the references from the staging page to the live page as passive or read references.

BackgroundJob::continueWith() — Method in class BackgroundJob
BackgroundJob::callEventHandler() — Method in class BackgroundJob
CollectionClass in namespace XELOS\Framework\Module\Model
Collection::create() — Method in class Collection
DocumentModel::can_read_global() — Method in class DocumentModel

This function checks wether this document can be read by the logged in user and takes the full hierarchy (parent instances) and all possible rights contexts into account

DocumentModel::can_read_global_in_rights_context() — Method in class DocumentModel

Evaluates can_read_global inside a specific rights context

DocumentModel::can_read() — Method in class DocumentModel

Must return false if the current document is not accessible by the current user

DocumentModel::can_read_comments() — Method in class DocumentModel

Returns whether this model should allow related comments or not. The user can still be denied comments when the comments policy "write" is not given to the user.

DocumentModel::can_read_comments_global() — Method in class DocumentModel

Checks whether this model can be commented on.

DocumentModel::can_share() — Method in class DocumentModel

Returns true if this document can be shared with groups or users.

DocumentModel::can_write_global() — Method in class DocumentModel

This function checks wether this document can be read by the logged in user and takes the full hierarchy (parent instances) and all possible rights contexts into account

DocumentModel::can_write_global_in_rights_context() — Method in class DocumentModel

Evaluates can_write_global inside a specific rights context

DocumentModel::can_see() — Method in class DocumentModel

Can see defaults to can_read_global, but can be overridden by supporting modules (e.g. closed group should be visible but not readable)

DocumentModel::can_write() — Method in class DocumentModel

Must return false if the current document can not be modified by the current user

DocumentModel::can_reference() — Method in class DocumentModel

Checks whether this document can be linked with read reference.

$ Model#class_nameProperty in class Model
$ Model#changedProperty in class Model
$ Model#cache_function_resultProperty in class Model
Model::clear_properties() — Method in class Model
Model::clear_cached_functions() — Method in class Model

Clears the cache for all functions or a specific one

Model::convert_array_to_conditions() — Method in class Model

Convert Assoc Multidimensional Array to Model Conditional Array

Model::count_by_TABLE_COL_and_TABLE_COL2() — Method in class Model

Returns the count of all models with the specific column value

Model::count_all() — Method in class Model

Returns the count of all models

ModelCollection::count() — Method in class ModelCollection

Returns the number of containing models Attention: This will load all models of the collection Use $model_collection->count_all() for this case to determine count without loading all models Note: this function is called if the php function count(this_collection) is used

ModelCollection::count_all() — Method in class ModelCollection
CollectionCacheTraitClass in namespace XELOS\Framework\Module\Model\Traits

Trait CollectionCacheTrait can be applied to Model

SoftDeleteTrait::canForceDelete() — Method in class SoftDeleteTrait

Makes sure the soft delete minimum keep duration is observed.

SystemCron::check_for_existing_instances() — Method in class SystemCron

Checks if instances are available and set init state to abort (no process() call) if not

$ SystemDaemon#cmd_paramsProperty in class SystemDaemon
$ UIAjaxComponent#css_classesProperty in class UIAjaxComponent
$ XF#configProperty in class XF
$ XF#cron_idProperty in class XF
ConfigClass in namespace XELOS\Framework\XF

Class Config

$ Config#configProperty in class Config
Config::clear() — Method in class Config

put your comment there.

$ DB#connection_retriesProperty in class DB
$ MySQLAdapter#charsetProperty in class MySQLAdapter
$ MySQLAdapter#connection_retriesProperty in class MySQLAdapter
MySQLAdapter::can_create_tmp_tables() — Method in class MySQLAdapter

Can the current user create temporary tables?

MySQLAdapter::connect() — Method in class MySQLAdapter

Connects to the database

MySQLAdapter::check_query() — Method in class MySQLAdapter

Checks the passed SQL query string for system-wide table placeholder markers and returns the query with the corresponding replacements e.g. ###sys|tablename### will be replaced to use the correct system table prefix

MySQLAdapter::check_query_cb() — Method in class MySQLAdapter

put your comment there.

MySQLAdapter::close() — Method in class MySQLAdapter

Close DB Connection

MySQLAdapter::collect_debug_profiling() — Method in class MySQLAdapter

Collect Profiling Infos from Database if in DEVMODE

MySQLAdapter::commit() — Method in class MySQLAdapter
ConditionClass in namespace XELOS\Framework\XF\DB\QueryBuilder

Object to reflect SQL conditions

ConditionGroupClass in namespace XELOS\Framework\XF\DB\QueryBuilder

Class ConditionGroup

Query::clear() — Method in class Query

Clears all scopes and conditions

$ Lib#connectProperty in class Lib
$ Lib#convertProperty in class Lib
$ Lib#cacheProperty in class Lib
CacheClass in namespace XELOS\Framework\XF\Lib
$ Cache#connection_errorProperty in class Cache
Cache::connect() — Method in class Cache

Connect to configured cache adapter

Cache::clear_cache() — Method in class Cache
Cache::clear_request_cache() — Method in class Cache
APCUCacheHandler::connect() — Method in class APCUCacheHandler
APCUCacheHandler::clear_cache() — Method in class APCUCacheHandler
APCUCacheHandler::check_for_clear() — Method in class APCUCacheHandler

Checks if a frontend cache clear is required.

CacheHandlerInterfaceClass in namespace XELOS\Framework\XF\Lib\Cache\Interfaces

Interface xelos_cache_interface for Caching Backend Adapters

CacheHandlerInterface::connect() — Method in class CacheHandlerInterface

Connect to the Caching Backend

CacheHandlerInterface::clear_cache() — Method in class CacheHandlerInterface

Clear whole Cache

MemcacheCacheHandler::connect() — Method in class MemcacheCacheHandler
MemcacheCacheHandler::clear_cache() — Method in class MemcacheCacheHandler
RedisCacheHandler::connect() — Method in class RedisCacheHandler
RedisCacheHandler::clear_cache() — Method in class RedisCacheHandler
ConnectClass in namespace XELOS\Framework\XF\Lib
Connect::call() — Method in class Connect

Wrapper for magic function

Connect::checkRepoSSL() — Method in class Connect

Checks if a SSL connection can be established with the Repo server.

ConvertClass in namespace XELOS\Framework\XF\Lib
Debug::count() — Method in class Debug
Debug::console() — Method in class Debug

Function for silent mode stream output directly to your Browser debug console

$ File#curl_infoProperty in class File

Contains the info returned by CURL when calling $this->download_file_from_url();

File::cp_r() — Method in class File
File::cp() — Method in class File
File::change_file_extension() — Method in class File
File::check_uploaded_file() — Method in class File

Checks files uploaded through forms for:

File::check_for_virus() — Method in class File

Check a file for virus If a virus is found TRUE is returned, otherwise FALSE To use this function ClamAV (Daemon) had to be installed and the user belonged to the webserver group

File::convertIniSizeToBytes() — Method in class File

Converts a PHP INI Size as memory_limit size string to a byte value

File::complete_absolute_url() — Method in class File

Complete an URL to be absolute

File::curl_header_cb() — Method in class File

callback function for getting header values from curl, used by download_file_from_url

Filehandler::checkTypes() — Method in class Filehandler
Filehandler::create_zip_archive() — Method in class Filehandler

Creates a ZIP archive of passed files and stores on HDD or sends it on the fly to the browser You should use this function instead of the separate functions above

Foaf::connect() — Method in class Foaf
Foaf::calc_foaf() — Method in class Foaf
Format::convert_letters_to_telephone_number() — Method in class Format

converts letters in given telephone number to corresponding numbers

GroupSecurity::clear_group_members() — Method in class GroupSecurity

Update Memberlist of security Group

Hierarchy::convert_context_id() — Method in class Hierarchy

Get Context ID

Html::content_tag() — Method in class Html

Helper function to create HTML tags with content (e.g. CONTENT)

Html::close_tag() — Method in class Html

Returns the specified closing tag

$ I18n#cultureProperty in class I18n
$ I18n#conventionsProperty in class I18n
I18n::check_i18n_support() — Method in class I18n
I18n::clear_message_vars() — Method in class I18n

Clear Message Vars

I18n::convert_i18n_sql() — Method in class I18n

Converts given SQL containing i18n fields with user specific user language fields Example: SELECT name_i18n FROM test is converted to SELECT name_DE_DE as name_i18n FROM test Example2: SELECT name_i18n AS name FROM test is converted to SELECT name_DE_DE AS name FROM test

CsvImportClass in namespace XELOS\Framework\XF\Lib\Installer\Seed

Class CsvImport Import Helper to use CSV files for model generation. The helper loops through all rows, generates a new model and passed the columns as property. Use the provided set_before_model_save() and set_after_model_save() to add custom code to be executed during the creation, e.g. if you need to call a custom model function or you need to convert data prior saving.

FakeData::create() — Method in class FakeData
$ Link#contextProperty in class Link
$ Link#context_idProperty in class Link
$ Link#context_counterProperty in class Link
Link::cb_clean_arguments() — Method in class Link
Link::check_header() — Method in class Link

Check Header

DatabaseHandlerFactory::create() — Method in class DatabaseHandlerFactory
DefaultStreamHandlerFactory::create() — Method in class DefaultStreamHandlerFactory
DisplayHandlerFactory::create() — Method in class DisplayHandlerFactory
NativeMailHandlerFactory::create() — Method in class NativeMailHandlerFactory
ThreadedStreamHandlerFactory::create() — Method in class ThreadedStreamHandlerFactory
HandlerFactoryInterface::create() — Method in class HandlerFactoryInterface

Returns a new instance of HandlerInterface.

$ Logger#contextProperty in class Logger

Global context data used by all stream handlers.

Logger::closeHandler() — Method in class Logger

Close an active handler.

Logger::critical() — Method in class Logger
Mail::create() — Method in class Mail

Creates an email and returns the mail object

Mail::complete_html_links_cb() — Method in class Mail

Make relative links absolute to the current server

Modsetup::create_tables() — Method in class Modsetup
Modsetup::create_structure_array() — Method in class Modsetup
Modsetup::create_table_by_structure() — Method in class Modsetup
Modsetup::check_config_variables() — Method in class Modsetup
Modsetup::check_config_page() — Method in class Modsetup
Modsetup::check_systemconfig_variables() — Method in class Modsetup
Modsetup::check_cron() — Method in class Modsetup
Modsetup::check_daemon() — Method in class Modsetup

Check and Install Daemons

Modsetup::check_policies() — Method in class Modsetup
Modsetup::create_datasources() — Method in class Modsetup
Modsetup::create_dependencies() — Method in class Modsetup
Modsetup::check_shellplugin_availability() — Method in class Modsetup

Checks all registered integrations for their availability and updates the integration database

Modsetup::compare_pages_and_instance_registry() — Method in class Modsetup
Navigation::clearDynTreeCache() — Method in class Navigation

Clears cached dyntree entries

Notification::count_messages() — Method in class Notification

Count messages

Notification::count_todos() — Method in class Notification

Count todos

Notification::count_activity() — Method in class Notification

Count notifications

$ NotificationBuilder#CTAUrlProperty in class NotificationBuilder
NotificationBuilder::create() — Method in class NotificationBuilder
$ Privacy#custom_valuesProperty in class Privacy
Privacy::check() — Method in class Privacy
Quota::convert_unit() — Method in class Quota

Converts and returns the given size from one unit to other.

Quota::can_allocate() — Method in class Quota

Returns whether the given filesize can be allocated.

Sec::calculate_totp_code() — Method in class Sec

Calculate TOTP based on https://github.com/Dolondro/google-authenticator/blob/master/src/GoogleAuthenticator.php

Session::close() — Method in class Session

Call session_write_close function

Session::clear() — Method in class Session

Clear the passed Session key

Session::clean_session() — Method in class Session

Sets is_dirty flag to 0

SessionDirtyFlagStorageInterface::clean_user_session() — Method in class SessionDirtyFlagStorageInterface

Marks the session for the givven session_id as clean

SessionManagementInterface::connect() — Method in class SessionManagementInterface

Connect the Session Storage Handler and register via session_set_save_handler

NonpersistentSessionHandler::close() — Method in class NonpersistentSessionHandler
RedisSessionHandler::connect() — Method in class RedisSessionHandler

Connect to REDIS Service and Register Session Serializer in PHP if Connection was successful

SqlSessionHandler::close() — Method in class SqlSessionHandler

Closes the current session

SqlSessionHandler::clean_user_session() — Method in class SqlSessionHandler
SqlSessionHandler::connect() — Method in class SqlSessionHandler
Shell::command_exist() — Method in class Shell

Check if a certain command exists in Linux

Text::convert_to_utf8() — Method in class Text

Converts the passed string to UTF8 (auto detects current encoding) Required mbstring PHP Support!

Text::convert_to_iso() — Method in class Text

converts given string to iso (Windows-1252 because of the Euro Sign) and replaces html special chars

Text::close_html_tags() — Method in class Text

close unclosed html tags

Text::convertToPlainText() — Method in class Text

Convert mixed text/html to text without entities and html This is NOT a replacement for XF->lib->sec

Threading::call_func_multithreaded() — Method in class Threading

Calls a Function with a number of number of different parameters via multi-threading.

Threading::call_user_func_array_in_new_process() — Method in class Threading

Starts a function in a new process. Returns the process id of the newly spawned process.. The called function should be self sustained, i.e. you cannot access any return params

$ Model#cronProperty in class Model
CronClass in namespace XELOS\Framework\XF\System\Model
$ DocumentIndex#canonicalProperty in class DocumentIndex
$ DocumentIndex#canonical_parentProperty in class DocumentIndex
$ DocumentIndex#canonical_grandparentProperty in class DocumentIndex
$ DocumentIndex#canonical_greatgrandparentProperty in class DocumentIndex
DocumentIndex::countNotIndexedDocuments() — Method in class DocumentIndex
DocumentIndex::clear_cache() — Method in class DocumentIndex

Clear local static cache of document indexes

DocumentIndex::cb_get_deleted_related_document() — Method in class DocumentIndex
DocumentIndex::create_job() — Method in class DocumentIndex

creates a new job and stores directly to db

DocumentIndex::change_title() — Method in class DocumentIndex

Changes the title of the document index, publishing the change to the related document.

DocumentIndex::can_read() — Method in class DocumentIndex

Wrapper of original function

DocumentIndex::can_read_global() — Method in class DocumentIndex

Wrapper of original function

DocumentIndex::can_see() — Method in class DocumentIndex

Wrapper of original function

DocumentIndex::can_write() — Method in class DocumentIndex

Wrapper of original function

DocumentIndex::can_write_global() — Method in class DocumentIndex

Wrapper of original function

DocumentIndex::can_read_comments() — Method in class DocumentIndex
DocumentIndex::can_read_comments_global() — Method in class DocumentIndex

Checks whether the related document model is allowing comments.

DocumentIndexJobQueueHistory::cleanupOldEntries() — Method in class DocumentIndexJobQueueHistory

Removes history entries which are older than the passed number of days

$ DocumentIndexLock#created_atProperty in class DocumentIndexLock
DocumentIndexLock::cleanup_visitors() — Method in class DocumentIndexLock

Deletes all visitors where the last interaction / view exceeds the given ttl.

Group::calculateInheritedGroupIds() — Method in class Group

Calculates all inherited group ids of every group

$ Hierarchy#context_idProperty in class Hierarchy

Refers to hierarchy_context

HierarchyContext::create_hierarchy_from_array() — Method in class HierarchyContext

Create hierarchy node structure from tree array

I18nLanguage::count_by_status() — Method in class I18nLanguage
$ I18nToken#cultureProperty in class I18nToken

Culture

$ I18nToken#customProperty in class I18nToken

Custom

Navigation::can_read() — Method in class Navigation

Must return false if the current document is not accessible by the current user

Navigation::can_write() — Method in class Navigation

Must return false if the current document can not be modified by the current user

$ Notification#created_atProperty in class Notification

Time when the notification was first created in DB

$ NotificationRegistry#custom_priorityProperty in class NotificationRegistry

low,medium,high

ThemeSet::compile() — Method in class ThemeSet

Compile Theme Set

$ UserDevices#countryProperty in class UserDevices

: stored in MySQL as varchar

$ UserDevices#created_atProperty in class UserDevices

: stored in MySQL as timestamp

$ UserLink#created_atProperty in class UserLink
$ UI#css_filesProperty in class UI
$ UI#css_files_metaProperty in class UI
UI::catch_before_redirect() — Method in class UI

Is being triggered before the page get's redirected

UI::clear_css_files() — Method in class UI
UI::clear_js_files() — Method in class UI
UI::convert_www_to_hdd_path() — Method in class UI

Converts a ressourc web path to the local hdd path

UI::Carousel() — Method in class UI
$ AmchartChart#chart_optionsProperty in class AmchartChart
$ AmchartChart#colorsProperty in class AmchartChart
CalendarClass in namespace XELOS\Framework\XF\UI
CallbackClass in namespace XELOS\Framework\XF\UI
CarouselClass in namespace XELOS\Framework\XF\UI

Class Carousel

ChartClass in namespace XELOS\Framework\XF\UI
$ Chart#custom_tooltipProperty in class Chart
ContainerClass in namespace XELOS\Framework\XF\UI

Class Container

$ Container#contentProperty in class Container
CountryClass in namespace XELOS\Framework\XF\UI
$ Country#country_idProperty in class Country
CssClass in namespace XELOS\Framework\XF\UI
$ Css#conditionProperty in class Css
$ DocLink#context_prependProperty in class DocLink
$ DocLink#context_appendProperty in class DocLink
Form::cb_model_get_property() — Method in class Form
Form::close_form() — Method in class Form
Form::close_fieldset() — Method in class Form
FormEditor::change_field_spec() — Method in class FormEditor

Add custom properties to certain fields

$ FormBase#configProperty in class FormBase
FormBase::concat() — Method in class FormBase
FormDocument::convertDefaultValue() — Method in class FormDocument

Converts the value as string representation into an array with values.

FormDocument::clear() — Method in class FormDocument

Clears (remove) the temp folder

FormPayment::complete_payment_process() — Method in class FormPayment

This method should be always called after a form is successfuly submited and the payment process is finished. This will reset the process for the reference.

$ FormPolicySelector#colsProperty in class FormPolicySelector
$ FormRowRenderer#column_widthProperty in class FormRowRenderer
$ FormRowRenderer#css_classesProperty in class FormRowRenderer
FroalaEditorBuilder::createAttachmentInsertGroup() — Method in class FroalaEditorBuilder

Creates a new toolbar dropdown menu with custom entries.

FroalaEditorBuilder::createPreviewInsertGroup() — Method in class FroalaEditorBuilder

Creates a new toolbar dropdown menu with custom entries.

FroalaOption::charCounterCount() — Method in class FroalaOption

Enables or disables the display of the character counter.

FroalaOption::charCounterMax() — Method in class FroalaOption

The maximum number of characters allowed to be inserted into the rich text editor. -1 means that there is not limit set.

FroalaOption::codeBeautifierOptions() — Method in class FroalaOption

Specify the options for Code Beautifier.

FroalaOption::codeMirror() — Method in class FroalaOption

Disable or enable using the CodeMirror library to highlight the HTML view.
Note: This option requires the CodeMirror library to be included.

FroalaOption::codeMirrorOptions() — Method in class FroalaOption

Specify the options for CodeMirror.

FroalaOption::codeViewKeepActiveButtons() — Method in class FroalaOption

A list of buttons to keep active while editor is in Code View mode.

FroalaOption::colorsBackground() — Method in class FroalaOption

An array of colors used in the colors popup for background. Passing REMOVE as a value in the array will display the Clear Formatting button for colors.

FroalaOption::colorsButtons() — Method in class FroalaOption

Set the buttons the colors popup.

FroalaOption::colorsHEXInput() — Method in class FroalaOption

Show HEX input to choose custom color.

FroalaOption::colorsStep() — Method in class FroalaOption

The number of colors displayed on a line in the colors popup.

FroalaOption::colorsText() — Method in class FroalaOption

An array of colors used in the colors popup for text. Passing REMOVE as a value in the array will display the Clear Formatting button for colors.

FroalaOption::codoxOptions() — Method in class FroalaOption

Set options for codox plugin.

$ HtmlColumnList#column_countProperty in class HtmlColumnList
$ HtmlUlList#classProperty in class HtmlUlList
$ Image#classProperty in class Image
Import::clear_tmp_data() — Method in class Import

Clear temp data

$ Instance#cmdProperty in class Instance
CallbackRendererInterfaceClass in namespace XELOS\Framework\XF\UI\Interfaces
$ Item#created_atProperty in class Item
Js::create_dialog() — Method in class Js
$ Link#current_linkProperty in class Link
$ Portlet#classProperty in class Portlet
$ Table#cmd_arrayProperty in class Table
Table::cb_property() — Method in class Table
$ TableRow#col_countProperty in class TableRow
$ TimeLine#current_yearProperty in class TimeLine
$ Tree#caption_fieldProperty in class Tree
$ Tree#caption_labelProperty in class Tree
$ Tree#caption_label_i18nProperty in class Tree
$ Tree#css_item_classProperty in class Tree
$ Tree#css_icon_classProperty in class Tree
$ Tree#current_idProperty in class Tree
Tree::create_tree_array() — Method in class Tree
Tree::create_tree_path() — Method in class Tree
$ VCard#columnsProperty in class VCard
$ Wizard#currentStepContentProperty in class Wizard
User::check_password() — Method in class User

Check password against a hashed version

User::clear() — Method in class User
User::create_group() — Method in class User

creates a group in sys|group.

$ AdCache#created_at:Property in class AdCache

stored in MySQL as timestamp

AdCache::count_all() — Method in class AdCache

Returns the count

$ SynchStatus#created_at:Property in class SynchStatus

stored in MySQL as timestamp

SynchStatus::count_all() — Method in class SynchStatus

Returns the count

$ DropboxStorageProvider#clientProperty in class DropboxStorageProvider
CloudDocumentBrowserClass in namespace XELOS\Modules\ApiCloudstorage\Hook\Selector

Class CloudDocumentBrowser

CrmSyncPluginsClass in namespace XELOS\Modules\ApiExchange\Hook\Crm
CrmSyncPlugins::connect() — Method in class CrmSyncPlugins
CrmSyncPlugins::createContact() — Method in class CrmSyncPlugins

Create empty contact in Exchange (New record in CRM, does not exist yet in Exchange)

CoAuthorDocumentProcessorClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Doclink

Class CoAuthorDocumentProcessor

MicrosoftOauthClient::checkClientAfterAuthorization() — Method in class MicrosoftOauthClient
$ OnedriveOauthClient#client_idProperty in class OnedriveOauthClient
OnedriveOauthClient::checkClientAfterAuthorization() — Method in class OnedriveOauthClient
$ Action#cronjobsProperty in class Action
Action::cronjobs() — Method in class Action
$ Model#calendarProperty in class Model
$ Model#calendarsetProperty in class Model
Model::calendar() — Method in class Model
Model::calendarset() — Method in class Model
CalendarClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model calendar.

$ Calendar#created_at:Property in class Calendar

stored in MySQL as timestamp

Calendar::count_all() — Method in class Calendar

Returns the count

CalendarsetClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model calendarset.

Calendarset::count_all() — Method in class Calendarset

Returns the count

$ Event#calendar_idProperty in class Event
$ Event#config:Property in class Event

stored in MySQL as text

$ Event#created_at:Property in class Event

stored in MySQL as timestamp

Event::count_all() — Method in class Event

Returns the count

Participant::count_all() — Method in class Participant

Returns the count

Reminder::count_all() — Method in class Reminder

Returns the count

ReminderQueue::count_all() — Method in class ReminderQueue

Returns the count

$ SyncData#created_on:Property in class SyncData

enum local|remote

$ SyncData#created_at:Property in class SyncData

stored in MySQL as timestamp

SyncData::count_all() — Method in class SyncData

Returns the count

$ SyncSetting#calendar_idProperty in class SyncSetting
$ SyncSetting#created_at:Property in class SyncSetting

stored in MySQL as timestamp

SyncSetting::count_all() — Method in class SyncSetting

Returns the count

CalendarInterfaceClass in namespace XELOS\Modules\Calendar\Interfaces

Describes the required methods for calendar models.

$ Model#componentProperty in class Model
$ Model#component_liveProperty in class Model
Model::component() — Method in class Model
Model::component_live() — Method in class Model
$ Page#createProperty in class Page
Page::create() — Method in class Page
ComponentClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model component.

$ Component#component:Property in class Component

stored in MySQL as varchar

$ Component#created_at:Property in class Component

stored in MySQL as timestamp

Component::count_all() — Method in class Component

Returns the count

ComponentLiveClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model component_live.

$ ComponentLive#component:Property in class ComponentLive

stored in MySQL as varchar

ComponentLive::count_all() — Method in class ComponentLive

Returns the count

$ History#change:Property in class History

enum page_change|page_remove|page_revert|page_add|page_publish|comp_add|comp_change|comp_remove|comp_sort|comp_revert

$ History#created_at:Property in class History

stored in MySQL as timestamp

History::count_all() — Method in class History

Returns the count

$ HistoryComponent#component:Property in class HistoryComponent

stored in MySQL as varchar

$ HistoryComponent#created_at:Property in class HistoryComponent

stored in MySQL as timestamp

HistoryComponent::count_all() — Method in class HistoryComponent

Returns the count

$ HistoryPage#custom_css:Property in class HistoryPage

stored in MySQL as text

$ HistoryPage#css_class:Property in class HistoryPage

stored in MySQL as varchar

$ HistoryPage#cache_content:Property in class HistoryPage

stored in MySQL as longtext

$ HistoryPage#cache_until:Property in class HistoryPage

stored in MySQL as timestamp

$ HistoryPage#created_at:Property in class HistoryPage

stored in MySQL as timestamp

HistoryPage::count_all() — Method in class HistoryPage

Returns the count

$ Page#custom_css:Property in class Page

stored in MySQL as text

$ Page#css_class:Property in class Page

stored in MySQL as varchar

$ Page#cache_setting:Property in class Page

stored in MySQL as varchar

$ Page#cache_content:Property in class Page

stored in MySQL as longtext

$ Page#cache_until:Property in class Page

stored in MySQL as timestamp

$ Page#created_at:Property in class Page

stored in MySQL as timestamp

Page::count_all() — Method in class Page

Returns the count

$ PageLive#custom_css:Property in class PageLive

stored in MySQL as text

$ PageLive#css_class:Property in class PageLive

stored in MySQL as varchar

$ PageLive#cache_setting:Property in class PageLive

stored in MySQL as varchar

$ PageLive#cache_content:Property in class PageLive

stored in MySQL as longtext

$ PageLive#css_files:Property in class PageLive

stored in MySQL as text

$ PageLive#cache_until:Property in class PageLive

stored in MySQL as timestamp

$ PageLive#created_at:Property in class PageLive

stored in MySQL as timestamp

PageLive::count_all() — Method in class PageLive

Returns the count

Partial::count_all() — Method in class Partial

Returns the count

PartialLive::count_all() — Method in class PartialLive

Returns the count

CommentClass in namespace XELOS\Modules\Comments\CF

Class Comment

Comment::can_create_new() — Method in class Comment

Returns TRUE if the current user may create new documents

CommentsControllerClass in namespace XELOS\Modules\Comments

Class CommentsController

$ Model#commentProperty in class Model
Model::comment() — Method in class Model
$ Ui#commentProperty in class Ui
CommentClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\Model

This file provides property and method documentation for the model comment.

$ Comment#comment:Property in class Comment

stored in MySQL as text

$ Comment#created_at:Property in class Comment

stored in MySQL as timestamp

Comment::count_all() — Method in class Comment

Returns the count

$ LinkInfo#created_at:Property in class LinkInfo

stored in MySQL as timestamp

LinkInfo::count_all() — Method in class LinkInfo

Returns the count

CommentClass in namespace XELOS\Modules\Comments\Model

Class Comment

Comment::can_read() — Method in class Comment
Comment::can_write() — Method in class Comment

Must return false if the current document can not be modified by the current user

$ Board#commentsProperty in class Board
CommentClass in namespace XELOS\Modules\Comments\UI

Class Comment

$ Editor#commentProperty in class Editor
CrmSyncClass in namespace XELOS\Modules\Crm\Hook\Base

Abstract Class for CRM Sync Plugins This abstract class incorporates the old interface and is the recommended way to create new sync plugins for the CRM

CrmSync::createContact() — Method in class CrmSync

This function should create a new/empty contact in source and return a reference key The CRM will use updateContactPropertyValues() afterwards to set the properties

CrmDocumentBrowserClass in namespace XELOS\Modules\Crm\Selector

Class GroupsDocumentBrowser

CrmPortletShowTabClass in namespace XELOS\Modules\DMS\Hook\CRM
CFViewNoteCFViewClass in namespace XELOS\Modules\DMS\Hook\DMS

Class XELOS\Modules\SystemDMS\Hook\DMS\xm_system_dms_cf_view_note

CategoryClass in namespace XELOS\Modules\DMS\Model

Class Category

CategoryPageClass in namespace XELOS\Modules\DMS\Page
CategoryClass in namespace XELOS\Modules\DMS\UI

Category UI

ChannelFollowsShowPortletClass in namespace XELOS\Modules\Doclink\Hook\Portal

Shows channel follows available to user.

InvoiceAction::create_single_pdf() — Method in class InvoiceAction

Creates a PDF for an invoice, updates $invoice->pdf_document_id and saves the PDF in the System DMS

InvoiceAction::create_bundle_pdf() — Method in class InvoiceAction

Creates a PDF containing all

RegistrationAction::calc_max_accompanying_persons() — Method in class RegistrationAction

If max_participants is set in the event, the participant plus accompanying persons may not be bigger than max_participants

RegistrationAction::calc_max_company() — Method in class RegistrationAction

Calculates how many persons can accompany a participant taking max_participants into account.

CategoryCollectionClass in namespace XELOS\Modules\Eventplanner\Collection
CategoryCollection::create() — Method in class CategoryCollection
EventCollection::create() — Method in class EventCollection
$ Model#categoryProperty in class Model
Model::category() — Method in class Model
$ Page#categoriesProperty in class Page
Page::categories() — Method in class Page
CategoryDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Category.

$ CategoryDocumentation#created_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

CategoryDocumentation::count_all() — Method in class CategoryDocumentation

Returns the count

$ EventDocumentation#category_id:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#custom_id:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#city:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#created_byProperty in class EventDocumentation
$ EventDocumentation#confirmation_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#confirmation_description:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#confirmation_additional:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#created_at:Property in class EventDocumentation

stored in MySQL as timestamp

EventDocumentation::count_all() — Method in class EventDocumentation

Returns the count

$ InvitationReplyLogDocumentation#created_at:Property in class InvitationReplyLogDocumentation

stored in MySQL as timestamp

InvitationReplyLogDocumentation::count_all() — Method in class InvitationReplyLogDocumentation

Returns the count

$ InvoiceDocumentation#custom_id:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#cancelling_request_message:Property in class InvoiceDocumentation

stored in MySQL as text

$ InvoiceDocumentation#company:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#city:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#country:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#created_at:Property in class InvoiceDocumentation

stored in MySQL as timestamp

InvoiceDocumentation::count_all() — Method in class InvoiceDocumentation

Returns the count

$ InvoiceTemplateDocumentation#created_at:Property in class InvoiceTemplateDocumentation

stored in MySQL as timestamp

InvoiceTemplateDocumentation::count_all() — Method in class InvoiceTemplateDocumentation

Returns the count

$ JobDocumentation#created_at:Property in class JobDocumentation

stored in MySQL as timestamp

JobDocumentation::count_all() — Method in class JobDocumentation

Returns the count

NumberrangeDocumentation::count_all() — Method in class NumberrangeDocumentation

Returns the count

$ ParticipantDocumentation#custom_id:Property in class ParticipantDocumentation

stored in MySQL as varchar

$ ParticipantDocumentation#created_at:Property in class ParticipantDocumentation

stored in MySQL as timestamp

ParticipantDocumentation::count_all() — Method in class ParticipantDocumentation

Returns the count

$ ParticipantLogDocumentation#created_at:Property in class ParticipantLogDocumentation

stored in MySQL as timestamp

ParticipantLogDocumentation::count_all() — Method in class ParticipantLogDocumentation

Returns the count

$ PriceCategoryDocumentation#created_at:Property in class PriceCategoryDocumentation

stored in MySQL as timestamp

PriceCategoryDocumentation::count_all() — Method in class PriceCategoryDocumentation

Returns the count

$ RelatedEventsDocumentation#created_at:Property in class RelatedEventsDocumentation

stored in MySQL as timestamp

RelatedEventsDocumentation::count_all() — Method in class RelatedEventsDocumentation

Returns the count

$ TicketDocumentation#cancelled:Property in class TicketDocumentation

stored in MySQL as tinyint

$ TicketDocumentation#created_at:Property in class TicketDocumentation

stored in MySQL as timestamp

TicketDocumentation::count_all() — Method in class TicketDocumentation

Returns the count

$ UserGroupTicketContingentDocumentation#created_at:Property in class UserGroupTicketContingentDocumentation

stored in MySQL as timestamp

UserGroupTicketContingentDocumentation::count_all() — Method in class UserGroupTicketContingentDocumentation

Returns the count

$ EventplannerController#configProperty in class EventplannerController
EventplannerController::create_buy_button() — Method in class EventplannerController
EventplannerController::create_state_buttons() — Method in class EventplannerController
EventplannerController::cb_handle_invitee_response() — Method in class EventplannerController
CRMParticipationShowPortletClass in namespace XELOS\Modules\Eventplanner\Hook\CRM
CalendarLinkGetEventsClass in namespace XELOS\Modules\Eventplanner\Hook\Calendar
EventplannerUpcomingShowPortlet::categoryFilterForm() — Method in class EventplannerUpcomingShowPortlet
CategoryClass in namespace XELOS\Modules\Eventplanner\Model

Class XELOS\Modules\Eventplanner\Model\Category

Event::create_html_mail_job() — Method in class Event

Creates an HTML email invitation.

Event::create_mail_job() — Method in class Event

Creates job in system_api_mail to handle invitations

Event::can_read() — Method in class Event

Checks if the user can read the event

Event::can_write() — Method in class Event

Checks if the current user is the owner, the organizer or the creator of the event and has therefore edit rights

Event::create_vcal_request() — Method in class Event

creates a vcal string

Invoice::count_by_event_id_and_payment_status() — Method in class Invoice
$ InvoiceTemplate#created_atProperty in class InvoiceTemplate

: stored in MySQL as timestamp

Participant::count_by_event_id_and_status_and_query() — Method in class Participant
Participant::count_by_event_id_and_query() — Method in class Participant
Participant::count_by_event_id_and_status_and_query_and_unknown() — Method in class Participant
Participant::count_by_event_id_and_query_and_custom_id() — Method in class Participant
Ticket::count_by_invoice_id() — Method in class Ticket
Ticket::count_by_price_category_id_and_invoice_id() — Method in class Ticket
UserGroupTicketContingent::create_default_contingents() — Method in class UserGroupTicketContingent

Creates the default user group contingents when none exists

UserGroupTicketContingent::count_by_event_id() — Method in class UserGroupTicketContingent
CategoriesPageClass in namespace XELOS\Modules\Eventplanner\Page
ParticipantsPage::cb_table_displayname_column() — Method in class ParticipantsPage
ParticipantsPage::cb_invitation_status() — Method in class ParticipantsPage
PaymentAdminPage::cb_download_all_invoices_container() — Method in class PaymentAdminPage
PaymentAdminPage::cb_template_template_content() — Method in class PaymentAdminPage
PaymentAdminPage::cb_invoices_bought_tickets() — Method in class PaymentAdminPage
PaymentAdminPage::cb_invoices_actions() — Method in class PaymentAdminPage
PaymentAdminPage::cb_overview_title() — Method in class PaymentAdminPage
PaymentAdminPage::cb_overview_sold_tickets() — Method in class PaymentAdminPage
PaymentAdminPage::cb_overview_cancellations() — Method in class PaymentAdminPage
PaymentAdminPage::cb_overview_earnings() — Method in class PaymentAdminPage
PaymentAdminPage::cb_overview_actions() — Method in class PaymentAdminPage
PaymentPage::cb_user_invoices_actions() — Method in class PaymentPage
PostPaymentPage::cb_overview_type() — Method in class PostPaymentPage
PostPaymentPage::cb_overview_ticket_limit() — Method in class PostPaymentPage
PostPaymentPage::cb_overview_title() — Method in class PostPaymentPage
PostPaymentPage::cb_overview_actions() — Method in class PostPaymentPage
PostPaymentPage::cb_overview_contingent_user_group_id() — Method in class PostPaymentPage
PostPaymentPage::cb_overview_contingent_actions() — Method in class PostPaymentPage
ThreadAction::cleanupExceededThreads() — Method in class ThreadAction
$ Model#categoryProperty in class Model
Model::category() — Method in class Model
CategoryDocumentationClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Category.

$ CategoryDocumentation#created_byProperty in class CategoryDocumentation
$ CategoryDocumentation#created_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

CategoryDocumentation::count_all() — Method in class CategoryDocumentation

Returns the count

$ PostDocumentation#content_plain:Property in class PostDocumentation

stored in MySQL as text

$ PostDocumentation#content_html:Property in class PostDocumentation

stored in MySQL as text

$ PostDocumentation#created_byProperty in class PostDocumentation
$ PostDocumentation#created_at:Property in class PostDocumentation

stored in MySQL as timestamp

PostDocumentation::count_all() — Method in class PostDocumentation

Returns the count

$ ThreadDocumentation#category_idProperty in class ThreadDocumentation
$ ThreadDocumentation#content:Property in class ThreadDocumentation

stored in MySQL as text

$ ThreadDocumentation#created_byProperty in class ThreadDocumentation
$ ThreadDocumentation#created_at:Property in class ThreadDocumentation

stored in MySQL as timestamp

ThreadDocumentation::count_all() — Method in class ThreadDocumentation

Returns the count

VotesDocumentation::count_all() — Method in class VotesDocumentation

Returns the count

$ ForumController#contactlogProperty in class ForumController
GroupsTemplateInit::clone_model() — Method in class GroupsTemplateInit

[Extended]

CreateThreadActionClass in namespace XELOS\Modules\Forum\Hook\Workflows
CategoryClass in namespace XELOS\Modules\Forum\Model

Category Model

Category::can_read() — Method in class Category

Can read this category and its contents

Category::can_write() — Method in class Category

Can create new categories or edit this category This is NOT can_post!

Category::can_moderate() — Method in class Category

Can moderate threads within this category

Category::can_post() — Method in class Category

Can create posts, edit own posts

Category::can_create() — Method in class Category

Can create threads

Category::count_by_group_id() — Method in class Category
CategoryTypeClass in namespace XELOS\Modules\Forum\Model

Class CategoryType

Post::can_read() — Method in class Post
Post::can_write() — Method in class Post
Post::calculatePostCountsForThreads() — Method in class Post

Batch-Calculate Post Counts for given threads

Post::count_by_thread_id() — Method in class Post
Thread::createReplyButton() — Method in class Thread
Thread::createEditInThreadButton() — Method in class Thread
Thread::createDeleteInThreadButton() — Method in class Thread
Thread::createEditButton() — Method in class Thread
Thread::createCloseButton() — Method in class Thread
Thread::createDeleteButton() — Method in class Thread
Thread::createMoveButton() — Method in class Thread
Thread::can_read() — Method in class Thread

Can the current user read this thread?

Thread::can_write() — Method in class Thread
Thread::can_moderate() — Method in class Thread

Returns if the user has the "moderate" policy for this thread

Thread::can_edit() — Method in class Thread
Thread::calculateExpiryDates() — Method in class Thread
Thread::count_by_category_id() — Method in class Thread
Thread::count_by_group_id() — Method in class Thread
ForumCest::creatorRoleShouldNotCreateCategory() — Method in class ForumCest
ForumCest::creatorTryToEditAndDeleteHisPost() — Method in class ForumCest
CreatorRoleClass in namespace XELOS\Modules\Forum\Tests\Codeception\Support
ParticipantRole::createDiscussion() — Method in class ParticipantRole
$ Step#currentPostIdProperty in class Step
$ Step#currentThreadIdProperty in class Step
$ Step#currentCategoryIdProperty in class Step
Step::createCategory() — Method in class Step
Step::createDiscussion() — Method in class Step
Step::createPost() — Method in class Step
Step::categoryURL() — Method in class Step
$ VoteBox#css_classesProperty in class VoteBox
$ TaskDocumentation#contributor_ids:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#checklist:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#category_numProperty in class TaskDocumentation
$ TaskDocumentation#created_byProperty in class TaskDocumentation
$ TaskDocumentation#created_at:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::count_all() — Method in class TaskDocumentation

Returns the count

CalendarLinkGetEventsClass in namespace XELOS\Modules\GroupsTasks\Hook\Calendar
TemplateInit::clone_model() — Method in class TemplateInit
TaskList::can_read() — Method in class TaskList
$ Model#categoryProperty in class Model
Model::category() — Method in class Model
$ Page#categoryProperty in class Page
Page::category() — Method in class Page
CategoryClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model category.

Category::count_all() — Method in class Category

Returns the count

$ Group#category_idProperty in class Group
$ Group#created_at:Property in class Group

stored in MySQL as timestamp

Group::count_all() — Method in class Group

Returns the count

$ Invitation#created_at:Property in class Invitation

stored in MySQL as timestamp

Invitation::count_all() — Method in class Invitation

Returns the count

$ Member#created_at:Property in class Member

stored in MySQL as timestamp

Member::count_all() — Method in class Member

Returns the count

$ Module#caption:Property in class Module

stored in MySQL as varchar

Module::count_all() — Method in class Module

Returns the count

$ Newsletter#created_at:Property in class Newsletter

stored in MySQL as timestamp

Newsletter::count_all() — Method in class Newsletter

Returns the count

$ Pending#created_at:Property in class Pending

stored in MySQL as timestamp

Pending::count_all() — Method in class Pending

Returns the count

$ JobDocumentation#created_at:Property in class JobDocumentation

stored in MySQL as datetime

JobDocumentation::count_all() — Method in class JobDocumentation

Returns the count

$ JobHistoryDocumentation#created_at:Property in class JobHistoryDocumentation

stored in MySQL as datetime

JobHistoryDocumentation::count_all() — Method in class JobHistoryDocumentation

Returns the count

BatchJob::clearJobs() — Method in class BatchJob
JobScheduler::cancel() — Method in class JobScheduler

Cancel a job

$ TestJob#correlationIdProperty in class TestJob
JobQueueController::cancelJobsByReferenceId() — Method in class JobQueueController
JobQueueController::cancelJob() — Method in class JobQueueController

Cancels the passed job if not yet executed

Job::cancel() — Method in class Job

Mark this Job as cancelled

Job::calculateDuration() — Method in class Job
Job::count_by_job_uniqueness_hash_and_status() — Method in class Job
Job::count_by_status() — Method in class Job
Job::count_by_job_class_and_job_uniqueness_hash_and_status() — Method in class Job
$ PageDocumentation#created_at:Property in class PageDocumentation

stored in MySQL as timestamp

PageDocumentation::count_all() — Method in class PageDocumentation

Returns the count

ListProperties::create_new() — Method in class ListProperties
$ Model#CategoryProperty in class Model
Model::category() — Method in class Model
$ Ui#category_selectorProperty in class Ui
Ui::CategorySelector() — Method in class Ui
CategoryDocumentationClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Category.

CategoryDocumentation::count_all() — Method in class CategoryDocumentation

Returns the count

$ ListDocumentation#category_idProperty in class ListDocumentation
$ ListDocumentation#created_at:Property in class ListDocumentation

stored in MySQL as timestamp

ListDocumentation::count_all() — Method in class ListDocumentation

Returns the count

$ ListItemDocumentation#created_at:Property in class ListItemDocumentation

stored in MySQL as timestamp

ListItemDocumentation::count_all() — Method in class ListItemDocumentation

Returns the count

$ ListStatusDocumentation#created_at:Property in class ListStatusDocumentation

stored in MySQL as timestamp

ListStatusDocumentation::count_all() — Method in class ListStatusDocumentation

Returns the count

CategorySelectorClass in namespace XELOS\Modules\Lists\Hook\Base\Field
CheckboxClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ApiService::create_list_item() — Method in class ApiService

Takes the list ID and a JSON encoded array, which holds all the fields the list item requires to be filled out (at least required fields should be passed).

ListsController::create_workflows_payload() — Method in class ListsController

Create a Payload for Workflows by Form-ID

CategoryClass in namespace XELOS\Modules\Lists\Model
Category::can_read() — Method in class Category

Can read

Category::can_write() — Method in class Category

Can write / manage

Category::can_moderate() — Method in class Category

Can moderate

$ ListItem#created_atProperty in class ListItem

: stored in MySQL as timestamp

ListItem::can_read() — Method in class ListItem

Checks if the current user can read this list item.

ListItem::canWriteAsUser() — Method in class ListItem

Checks whether the write access is called by the user (or at least as users view mode).

ListItem::can_write() — Method in class ListItem

Checks if the current user can write this list item.

$ ListProperties#category_idProperty in class ListProperties

Category ID

$ ListProperties#created_atProperty in class ListProperties

Create date

ListProperties::can_read() — Method in class ListProperties

Can read: User can read list

ListProperties::can_write() — Method in class ListProperties

Can write/edit items of this list

ListProperties::can_moderate() — Method in class ListProperties

Can moderate this list (can ALWAYS see ALL items)

ListProperties::can_manage() — Method in class ListProperties

Can manage this list (can create and configure lists)

ListProperties::canAddEntries() — Method in class ListProperties

Check, whether a user is able to add entries to an existing list by checking several cases.

ListProperties::copyToTarget() — Method in class ListProperties

Creates a copy of the list and related list statuses

$ ListStatus#created_atProperty in class ListStatus

: stored in MySQL as timestamp

ListStatus::can_write() — Method in class ListStatus

Checks if a user can edit a list item with this status and the assigned users.

ListsControllerCest::createList() — Method in class ListsControllerCest

Login and create a Testlist

ListsControllerCest::createListItem() — Method in class ListsControllerCest

Create ListItem in Testlist

ListsControllerCest::copyAndDeleteList() — Method in class ListsControllerCest

Copy and Delete the copy list to test management links

CategorySelectorClass in namespace XELOS\Modules\Lists\UI
$ Action#create_crm_syncProperty in class Action
Action::create_crm_sync() — Method in class Action
$ Profile#complete_ratio:Property in class Profile

stored in MySQL as tinyint

$ Profile#created_at:Property in class Profile

stored in MySQL as timestamp

Profile::count_all() — Method in class Profile

Returns the count

$ ProfileProperty#copyProperty in class ProfileProperty
$ ProfileProperty#created_at:Property in class ProfileProperty

stored in MySQL as timestamp

ProfileProperty::count_all() — Method in class ProfileProperty

Returns the count

$ Property#config:Property in class Property

stored in MySQL as text

$ Property#created_at:Property in class Property

stored in MySQL as timestamp

Property::count_all() — Method in class Property

Returns the count

$ PropertyGroup#config:Property in class PropertyGroup

stored in MySQL as varchar

$ PropertyGroup#component_name:Property in class PropertyGroup

stored in MySQL as varchar

$ PropertyGroup#component_id:Property in class PropertyGroup

stored in MySQL as varchar

$ PropertyGroup#custom_css_class:Property in class PropertyGroup

stored in MySQL as varchar

PropertyGroup::count_all() — Method in class PropertyGroup

Returns the count

PropertyTab::count_all() — Method in class PropertyTab

Returns the count

PropertyTabGroup::count_all() — Method in class PropertyTabGroup

Returns the count

Article::create_new() — Method in class Article

Creates a new DocumentModel

Article::can_copy_to_another_instance() — Method in class Article

Returns true if this cf type allows copying documents to different instances

Article::create_copy_document_in_instance() — Method in class Article

Copys a given document to another instance

$ Model#categoryProperty in class Model
Model::category() — Method in class Model
$ ArticleDocumentation#category_idProperty in class ArticleDocumentation
$ ArticleDocumentation#created_at:Property in class ArticleDocumentation

stored in MySQL as timestamp

ArticleDocumentation::count_all() — Method in class ArticleDocumentation

Returns the count

CategoryDocumentationClass in namespace XELOS\Modules\News\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Category.

$ CategoryDocumentation#created_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

CategoryDocumentation::count_all() — Method in class CategoryDocumentation

Returns the count

GroupsTemplateInit::clone_model() — Method in class GroupsTemplateInit

[Extended]

Article::can_read() — Method in class Article
Article::can_write() — Method in class Article
Article::can_read_comments() — Method in class Article

Returns whether this model should allow related comments or not. The user can still be denied comments when the comments policy "write" is not given to the user.

CategoryClass in namespace XELOS\Modules\News\Model
Category::can_read() — Method in class Category

Can user see this category?

Category::can_write() — Method in class Category

Can user modify this category? (NOT: User can write articles in category..)

NewsCest::createCategory() — Method in class NewsCest
NewsCest::createArticle() — Method in class NewsCest
Workspace::can_read() — Method in class Workspace
Workspace::can_write() — Method in class Workspace
$ Model#confirmationProperty in class Model
Model::confirmation() — Method in class Model
ConfirmationDocumentationClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Confirmation.

$ ConfirmationDocumentation#created_at:Property in class ConfirmationDocumentation

stored in MySQL as timestamp

ConfirmationDocumentation::count_all() — Method in class ConfirmationDocumentation

Returns the count

$ DocumentDocumentation#created_at:Property in class DocumentDocumentation

stored in MySQL as timestamp

DocumentDocumentation::count_all() — Method in class DocumentDocumentation

Returns the count

AdminProcessor::confirm() — Method in class AdminProcessor
ConfirmationClass in namespace XELOS\Modules\ReadConfirmation\Model
Confirmation::can_read() — Method in class Confirmation
Document::can_read() — Method in class Document
HistoryAction::cleanup() — Method in class HistoryAction
ElasticSearchAdapter::cleanIndex() — Method in class ElasticSearchAdapter
$ FacetedFilterDocumentation#created_at:Property in class FacetedFilterDocumentation

stored in MySQL as timestamp

FacetedFilterDocumentation::count_all() — Method in class FacetedFilterDocumentation

Returns the count

$ SearchHistoryDocumentation#counterProperty in class SearchHistoryDocumentation
$ SearchHistoryDocumentation#created_at:Property in class SearchHistoryDocumentation

stored in MySQL as timestamp

SearchHistoryDocumentation::count_all() — Method in class SearchHistoryDocumentation

Returns the count

$ SearchagentDocumentation#created_at:Property in class SearchagentDocumentation

stored in MySQL as timestamp

SearchagentDocumentation::count_all() — Method in class SearchagentDocumentation

Returns the count

TermDocumentation::count_all() — Method in class TermDocumentation

Returns the count

SearchAdapterInterface::cleanIndex() — Method in class SearchAdapterInterface

Cleans the index (removes all data) and setups structure.

SearchController::check_for_term() — Method in class SearchController

checks if there is a search term present in DB.

TabsTrait::createTabs() — Method in class TabsTrait
$ AbstractBrowserItem#created_atProperty in class AbstractBrowserItem
$ AbstractDocumentBrowser#custom_operation_titleProperty in class AbstractDocumentBrowser
$ AbstractDocumentBrowser#confirmMessagesProperty in class AbstractDocumentBrowser
Page::can_create_new() — Method in class Page

Returns TRUE if the current user may create new documents

Page::create_new() — Method in class Page

Creates a new xelos_document_model

$ Page#commentsProperty in class Page
Page::comments() — Method in class Page
$ PageDocumentation#content_plain:Property in class PageDocumentation

stored in MySQL as longtext

$ PageDocumentation#content_html:Property in class PageDocumentation

stored in MySQL as longtext

$ PageDocumentation#change_log:Property in class PageDocumentation

stored in MySQL as varchar

$ PageDocumentation#created_user_idProperty in class PageDocumentation
$ PageDocumentation#created_at:Property in class PageDocumentation

stored in MySQL as timestamp

PageDocumentation::count_all() — Method in class PageDocumentation

Returns the count

$ PageHistoryDocumentation#content_plain:Property in class PageHistoryDocumentation

stored in MySQL as longtext

$ PageHistoryDocumentation#content_html:Property in class PageHistoryDocumentation

stored in MySQL as longtext

$ PageHistoryDocumentation#change_log:Property in class PageHistoryDocumentation

stored in MySQL as varchar

$ PageHistoryDocumentation#created_user_idProperty in class PageHistoryDocumentation
$ PageHistoryDocumentation#created_at:Property in class PageHistoryDocumentation

stored in MySQL as timestamp

PageHistoryDocumentation::count_all() — Method in class PageHistoryDocumentation

Returns the count

$ PageLinkDocumentation#countProperty in class PageLinkDocumentation
$ PageLinkDocumentation#created_at:Property in class PageLinkDocumentation

stored in MySQL as timestamp

PageLinkDocumentation::count_all() — Method in class PageLinkDocumentation

Returns the count

GroupsTemplateInit::clone_model() — Method in class GroupsTemplateInit

[Extended]

$ Page#content_plainProperty in class Page
$ Page#content_htmlProperty in class Page
$ Page#change_logProperty in class Page
$ Page#created_user_idProperty in class Page
$ Page#created_atProperty in class Page
Page::can_read() — Method in class Page
Page::can_write() — Method in class Page
CommentsPageClass in namespace XELOS\Modules\SmartWiki\Page
$ SmartWikiController#current_pageProperty in class SmartWikiController
SmartWikiController::cb_attachments_name() — Method in class SmartWikiController
SmartWikiController::createRootPage() — Method in class SmartWikiController
SystemCron::cleanup_drafts() — Method in class SystemCron
WikiCest::createPage() — Method in class WikiCest
$ DocumentActionHistoryDocumentation#created_at:Property in class DocumentActionHistoryDocumentation

stored in MySQL as timestamp

DocumentActionHistoryDocumentation::count_all() — Method in class DocumentActionHistoryDocumentation

Returns the count

DocumentWallItemDocumentation::count_all() — Method in class DocumentWallItemDocumentation

Returns the count

$ EntryDocumentation#created_at:Property in class EntryDocumentation

stored in MySQL as timestamp

EntryDocumentation::count_all() — Method in class EntryDocumentation

Returns the count

HiddenInstanceDocumentation::count_all() — Method in class HiddenInstanceDocumentation

Returns the count

$ BackupQueue#created_at:Property in class BackupQueue

stored in MySQL as timestamp

BackupQueue::count_all() — Method in class BackupQueue

Returns the count

$ EventTrigger#created_at:Property in class EventTrigger

stored in MySQL as timestamp

EventTrigger::count_all() — Method in class EventTrigger

Returns the count

$ InstallQueue#created_at:Property in class InstallQueue

stored in MySQL as timestamp

InstallQueue::count_all() — Method in class InstallQueue

Returns the count

LicenseProblem::count_all() — Method in class LicenseProblem

Returns the count

Document::can_create_new() — Method in class Document

Returns TRUE if the current user may create new documents

Document::create_new() — Method in class Document

Creates a new xelos_document_model

Document::create_copy_document_in_instance() — Method in class Document

Copies a given document to another instance

CrmPortletShowTabClass in namespace XELOS\Modules\SystemDMS\Hook\CRM

Class XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_crm_portlet

CFViewNoteCFViewClass in namespace XELOS\Modules\SystemDMS\Hook\DMS

Class XELOS\Modules\SystemDMS\Hook\DMS\xm_system_dms_cf_view_note

GroupsTemplateInit::clone_model() — Method in class GroupsTemplateInit
WebdavService::create_dir() — Method in class WebdavService

Resource Handler wraps Create Dir/Collection

WebdavService::copy() — Method in class WebdavService

Copy File or Folder

WebdavService::categoryPathToId() — Method in class WebdavService
CategoryTabInterfaceClass in namespace XELOS\Modules\SystemDMS\Interfaces

Interface CategoryTabInterface

CategoryClass in namespace XELOS\Modules\SystemDMS\Model
Category::can_read() — Method in class Category

Returns if current user can read this category

Category::can_write() — Method in class Category

Returns if current user can write this category

Category::can_delete() — Method in class Category
Category::create_xfs_category() — Method in class Category

Creates a category for the instance in the xfs root category

$ Document#current_category_idProperty in class Document
Document::can_read() — Method in class Document

Checks if current User can read this Document

Document::can_write() — Method in class Document

Checks if current User can write this Document

Document::can_delete() — Method in class Document

Returns if current User can delete this Document

DocumentHistory::count_by_deleted_and_group_id() — Method in class DocumentHistory
DocumentTemplate::cache_group() — Method in class DocumentTemplate

gets the name of the cache_group, which is relevant for doc-templates

CategoryPageClass in namespace XELOS\Modules\SystemDMS\Page

Class CategoryPage

CategoryServiceClass in namespace XELOS\Modules\SystemDMS\Service

Class CategoryService

CategoryService::create() — Method in class CategoryService

Creates and returns a new category.

$ SystemDMSController#cfProperty in class SystemDMSController
SystemDMSController::copy_document_by_di() — Method in class SystemDMSController

Copies an existing document by its document index id.

CategoryCestClass in namespace XELOS\Modules\SystemDMS\Tests\Codeception\Phantom

Class CategoryCest

CategoryCest::createNewSubCategory() — Method in class CategoryCest
CategoryCest::createNewSiblingCategory() — Method in class CategoryCest
CategoryTestClass in namespace XELOS\Modules\SystemDMS\Tests\Codeception\Unit

Class CategoryTest

CategoryClass in namespace XELOS\Modules\SystemDMS\UI

Class Document

ContentFirstClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#categoryProperty in class Model
Model::category() — Method in class Model
$ Page#categoryProperty in class Page
Page::category() — Method in class Page
CategoryClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model category.

$ Category#content_updated_at:Property in class Category

stored in MySQL as timestamp

$ Category#created_atProperty in class Category

: stored in MySQL as timestamp

Category::count_all() — Method in class Category

Returns the count

$ Document#category_idProperty in class Document
$ Document#checksumProperty in class Document

: stored in MySQL as varchar

$ Document#created_at:Property in class Document

stored in MySQL as timestamp

Document::count_all() — Method in class Document

Returns the count

$ DocumentHistory#category_idProperty in class DocumentHistory
$ DocumentHistory#checksumProperty in class DocumentHistory

: stored in MySQL as varchar

$ DocumentHistory#created_atProperty in class DocumentHistory

: stored in MySQL as timestamp

DocumentHistory::count_all() — Method in class DocumentHistory

Returns the count

$ DocumentMetaData#created_at:Property in class DocumentMetaData

stored in MySQL as timestamp

DocumentMetaData::count_all() — Method in class DocumentMetaData

Returns the count

$ DocumentMetaField#created_atProperty in class DocumentMetaField

: stored in MySQL as timestamp

DocumentMetaField::count_all() — Method in class DocumentMetaField

Returns the count

$ DocumentTemplate#created_atProperty in class DocumentTemplate

: stored in MySQL as timestamp

DocumentTemplate::count_all() — Method in class DocumentTemplate

Returns the count

$ FileTemplate#created_atProperty in class FileTemplate

: stored in MySQL as timestamp

FileTemplate::count_all() — Method in class FileTemplate

Returns the count

$ Preview#checksumProperty in class Preview
$ Preview#created_at:Property in class Preview

stored in MySQL as timestamp

Preview::count_all() — Method in class Preview

Returns the count

$ Report#created_atProperty in class Report

: stored in MySQL as timestamp

Report::count_all() — Method in class Report

Returns the count

$ ZipImportJob#category_id:Property in class ZipImportJob

stored in MySQL as varchar

$ ZipImportJob#created_atProperty in class ZipImportJob

: stored in MySQL as timestamp

ZipImportJob::count_all() — Method in class ZipImportJob

Returns the count

ChannelSettingDocumentationClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\Model

This file provides property and method documentation for the model UserSetting.

$ ChannelSettingDocumentation#channel_instance_idProperty in class ChannelSettingDocumentation
$ ChannelSettingDocumentation#channel_nameProperty in class ChannelSettingDocumentation
$ ChannelSettingDocumentation#created_atProperty in class ChannelSettingDocumentation
ChannelSettingDocumentation::count_all() — Method in class ChannelSettingDocumentation

Returns the count

$ UserSettingDocumentation#channel_instance_idProperty in class UserSettingDocumentation
$ UserSettingDocumentation#channel_nameProperty in class UserSettingDocumentation
$ UserSettingDocumentation#channel_configProperty in class UserSettingDocumentation
$ UserSettingDocumentation#created_atProperty in class UserSettingDocumentation
UserSettingDocumentation::count_all() — Method in class UserSettingDocumentation

Returns the count

NotificationAction::clearNotification() — Method in class NotificationAction
$ PushSubscriptionDocumentation#created_at:Property in class PushSubscriptionDocumentation

stored in MySQL as timestamp

PushSubscriptionDocumentation::count_all() — Method in class PushSubscriptionDocumentation

Returns the count

CronActionClass in namespace XELOS\Modules\SystemStats\Action
CronAction::cleanUp() — Method in class CronAction

Cleanup existing data

$ Action#cronProperty in class Action
Action::cron() — Method in class Action
$ AggregateDimensionDocumentation#created_at:Property in class AggregateDimensionDocumentation

stored in MySQL as timestamp

AggregateDimensionDocumentation::count_all() — Method in class AggregateDimensionDocumentation

Returns the count

AggregateNumericDocumentation::count_all() — Method in class AggregateNumericDocumentation

Returns the count

EventDocumentation::count_all() — Method in class EventDocumentation

Returns the count

CollectorClass in namespace XELOS\Modules\SystemStats\Hook
Collector::createNewCollectorDimension() — Method in class Collector
Collector::createNewCollectorDataForCollectorDimension() — Method in class Collector
CollectorDataClass in namespace XELOS\Modules\SystemStats\Lib
CollectorDimensionClass in namespace XELOS\Modules\SystemStats\Lib
$ Model#checkProperty in class Model
Model::check() — Method in class Model
CheckDocumentationClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Check.

$ CheckDocumentation#check_id:Property in class CheckDocumentation

stored in MySQL as varchar

CheckDocumentation::count_all() — Method in class CheckDocumentation

Returns the count

NodeDocumentation::count_all() — Method in class NodeDocumentation

Returns the count

CheckClass in namespace XELOS\Modules\SystemStatus\Hook\Base

Class Check

CacheCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
ClamavCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
ConnectionCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
CronCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
CheckClass in namespace XELOS\Modules\SystemStatus\Model
Check::count_by_state_and_active_and_node_id() — Method in class Check
$ RecurringTaskDocumentation#created_at:Property in class RecurringTaskDocumentation

stored in MySQL as timestamp

RecurringTaskDocumentation::count_all() — Method in class RecurringTaskDocumentation

Returns the count

$ TaskDocumentation#contributor_ids:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#checklist:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#created_byProperty in class TaskDocumentation
$ TaskDocumentation#created_at:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::count_all() — Method in class TaskDocumentation

Returns the count

CalendarLinkGetEventsClass in namespace XELOS\Modules\SystemTasks\Hook\Calendar
ContactlogShowSidebarClass in namespace XELOS\Modules\SystemTasks\Hook\Crm
ApiService::createTask() — Method in class ApiService

Create task

ApiService::createColumn() — Method in class ApiService

Create columns for list

$ Task#contributor_idsProperty in class Task

Comma-separated list of users who should be notified about changes

$ Task#created_byProperty in class Task

Author of the task

$ Task#created_atProperty in class Task
$ Task#checkbox_linkProperty in class Task
Task::can_read() — Method in class Task
Task::can_write() — Method in class Task
TaskList::can_read() — Method in class TaskList

Must return false if the current document is not accessible by the current user

TaskList::can_write() — Method in class TaskList

Must return false if the current document can not be modified by the current user

TaskList::count_by_user_id() — Method in class TaskList
TaskListColumn::createDefaultCollectionForList() — Method in class TaskListColumn

Create the default Columns for a list

TaskCest::createNewTaskList() — Method in class TaskCest
TaskCest::createNewTask() — Method in class TaskCest
TaskCest::checkTask() — Method in class TaskCest
ResultPanel::calculate_group_counts() — Method in class ResultPanel

Calcualte Group Task Counts

ConfigUserClass in namespace XELOS\Modules\SystemUsermanagement\Hook\Base

Class ConfigUser

ConfigUserInterfaceClass in namespace XELOS\Modules\SystemUsermanagement\Hook\Base

Interface ConfigUserInterface

$ PushClient#created_at:Property in class PushClient

stored in MySQL as timestamp

PushClient::count_all() — Method in class PushClient

Returns the count

TagDocumentation::count_all() — Method in class TagDocumentation

Returns the count

CloudShowPortletClass in namespace XELOS\Modules\Tagging\Hook\Portal

Show Tag Cloud based on Tagging Information

FeedbackAction::createFeedbackJob() — Method in class FeedbackAction
CommonOperationsTraitClass in namespace XELOS\Modules\Translation\Action\Traits
CommonOperationsTrait::createTranslationJob() — Method in class CommonOperationsTrait

Creates a translation_job model

TranslateAction::createTranslationJobs() — Method in class TranslateAction

Creates translation jobs in the translation job queue to translate $content into $languages

$ TranslationDocumentDocumentation#content_i18n:Property in class TranslationDocumentDocumentation

stored in MySQL as mediumtext

$ TranslationDocumentDocumentation#cache_key:Property in class TranslationDocumentDocumentation

stored in MySQL as varchar

$ TranslationDocumentDocumentation#ctrl_hash:Property in class TranslationDocumentDocumentation

stored in MySQL as varchar

$ TranslationDocumentDocumentation#created_at:Property in class TranslationDocumentDocumentation

stored in MySQL as timestamp

TranslationDocumentDocumentation::count_all() — Method in class TranslationDocumentDocumentation

Returns the count

$ TranslationDocumentation#content_i18n:Property in class TranslationDocumentation

stored in MySQL as mediumtext

$ TranslationDocumentation#cache_key:Property in class TranslationDocumentation

stored in MySQL as varchar

$ TranslationDocumentation#created_at:Property in class TranslationDocumentation

stored in MySQL as timestamp

TranslationDocumentation::count_all() — Method in class TranslationDocumentation

Returns the count

$ TranslationFeedbackDocumentation#content:Property in class TranslationFeedbackDocumentation

stored in MySQL as mediumtext

$ TranslationFeedbackDocumentation#created_at:Property in class TranslationFeedbackDocumentation

stored in MySQL as timestamp

TranslationFeedbackDocumentation::count_all() — Method in class TranslationFeedbackDocumentation

Returns the count

$ TranslationJobDocumentation#content:Property in class TranslationJobDocumentation

stored in MySQL as mediumtext

$ TranslationJobDocumentation#created_at:Property in class TranslationJobDocumentation

stored in MySQL as timestamp

TranslationJobDocumentation::count_all() — Method in class TranslationJobDocumentation

Returns the count

$ BaseTranslationApi#contentProperty in class BaseTranslationApi
BaseTranslationApi::checkRequirements() — Method in class BaseTranslationApi

Checks if all requirements are set for a successfull translation call

Deepl::checkRequirements() — Method in class Deepl
Google::checkRequirements() — Method in class Google
Transperfect::checkRequirements() — Method in class Transperfect
CommonOperationsTraitClass in namespace XELOS\Modules\Translation\Model\Traits
Translation::can_read() — Method in class Translation
TranslationDocument::can_read() — Method in class TranslationDocument
TranslationFeedback::can_read() — Method in class TranslationFeedback
TranslationJob::can_read() — Method in class TranslationJob
TranslationJob::count_by_target_model_and_target_id() — Method in class TranslationJob

Returns count of jobs of target_model and target_id

$ Result#created_at:Property in class Result

stored in MySQL as timestamp

Result::count_all() — Method in class Result

Returns the count

$ Trendvote#created_at:Property in class Trendvote

stored in MySQL as timestamp

Trendvote::count_all() — Method in class Trendvote

Returns the count

$ FileDocumentation#created_at:Property in class FileDocumentation

stored in MySQL as timestamp

FileDocumentation::count_all() — Method in class FileDocumentation

Returns the count

$ ScanDocumentation#created_at:Property in class ScanDocumentation

stored in MySQL as timestamp

ScanDocumentation::count_all() — Method in class ScanDocumentation

Returns the count

File::count_by_scan_id() — Method in class File
OAuthServerAction::check_authorization_code() — Method in class OAuthServerAction

Check OAuth Authorization Code

OAuthServerAction::check_refresh_token() — Method in class OAuthServerAction

Check OAuth Authorization Code

ModelCRUD::create() — Method in class ModelCRUD

Creates a generic CRUD interface for a Model

OAuthClientHook::createState() — Method in class OAuthClientHook

Get a state value for OAuth flow

OAuthClientHook::createOAuthClient() — Method in class OAuthClientHook

Return OAuth Client

OAuthClientHook::checkClientAfterAuthorization() — Method in class OAuthClientHook

You can check/process the client connection before the client is saved as oauth_access in webservices, this point can also be used to do custom redirects

$ OAuthClient#clientIdProperty in class OAuthClient

The application's Client ID.

$ OAuthClient#clientSecretProperty in class OAuthClient

The application's Client Secret.

$ OAuthClient#codeProperty in class OAuthClient

The authorization code received from the authorization server

OauthAccess::check_refresh_token() — Method in class OauthAccess

Check OAuth Authorization Code

OauthAccess::check_authorization_code() — Method in class OauthAccess

Check OAuth Authorization Code

OauthAccess::can_read() — Method in class OauthAccess
$ Model#categoryProperty in class Model
Model::category() — Method in class Model
$ Page#categoriesProperty in class Page
Page::categories() — Method in class Page
CategoryDocumentationClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\Model

This file provides property and method documentation for the model category.

$ CategoryDocumentation#created_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

CategoryDocumentation::count_all() — Method in class CategoryDocumentation

Returns the count

$ WidgetDocumentation#category_idProperty in class WidgetDocumentation
$ WidgetDocumentation#created_at:Property in class WidgetDocumentation

stored in MySQL as timestamp

WidgetDocumentation::count_all() — Method in class WidgetDocumentation

Returns the count

CategoryWidgetShowPortletClass in namespace XELOS\Modules\Widgets\Hook\Portal

Class CategoryWidgetShowPortlet

CategoryClass in namespace XELOS\Modules\Widgets\Model

Class XELOS\Modules\Widgets\Model\Category

Category::can_view_widgets() — Method in class Category

Can view widgets

Category::can_edit_widgets() — Method in class Category

Can edit widgets

Widget::can_read() — Method in class Widget
Widget::can_write() — Method in class Widget

Must return false if the current document can not be modified by the current user

Widget::count_by_category_id() — Method in class Widget
CategoriesPageClass in namespace XELOS\Modules\Widgets\Page

Class XELOS\Modules\Widgets\Page\CategoriesPage

SettingsPage::cb_table_actions() — Method in class SettingsPage

Calback for table actions

ActionIntegrationTestBase::createAction() — Method in class ActionIntegrationTestBase

Creates the action for the transition and saves it in the DB.

ActionIntegrationTestBase::createItem() — Method in class ActionIntegrationTestBase

Starts the workflow of the process, returns the item.

AnswerDocumentation::count_all() — Method in class AnswerDocumentation

Returns the count

$ ParticipantDocumentation#created_at:Property in class ParticipantDocumentation

stored in MySQL as timestamp

ParticipantDocumentation::count_all() — Method in class ParticipantDocumentation

Returns the count

$ SurveyDocumentation#created_at:Property in class SurveyDocumentation

stored in MySQL as timestamp

SurveyDocumentation::count_all() — Method in class SurveyDocumentation

Returns the count

CmsSimplePortletShowPortletClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Hook\Portal

Class SimpleShowPortlet

D

$ UserDetails#displaynameProperty in class UserDetails
$ CommandDefinition#descriptionProperty in class CommandDefinition
DaemonClass in namespace XELOS\Framework\Core\Console\Command

Class StartDaemon

DebugClass in namespace XELOS\Framework\Core\Console\Command

Class Debug

DockerClass in namespace XELOS\Framework\Core\Console\Command

Class Docker

Core::dbquery() — Method in class Core
Core::dbquery_with_params() — Method in class Core
Core::dblquery() — Method in class Core

Calls dbquery() after given SQL has been converted by $XF->lib->i18n->convert_i18n_sql()

Core::delete_file() — Method in class Core

Deletes the file stored in the storage DMS.

DatabaseConnectionExceptionClass in namespace XELOS\Framework\Core\Exception

XELOS Database Exception Thrown when the database connection failed.

DatabaseExceptionClass in namespace XELOS\Framework\Core\Exception

XELOS Query Exception Thrown when the query contains an error.

DoclinkableDocumentModelInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface DoclinkableDocumentModelInterface

DocumentAddCategoryInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface DocumentAddCategoryInterface

DocumentAddFileInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface DocumentAddFileInterface

$ Template#data_blocksProperty in class Template
Template::disable_render_stage() — Method in class Template

DISABLE Pre-Rendering and resets staging params

Controller::document() — Method in class Controller
ModulePageCollector::dynTreeAutocompletion() — Method in class ModulePageCollector

Generates and returns the completed sentences for the dyn tree params field.

$ AuthenticationHook#descriptionProperty in class AuthenticationHook

Short description of authentication method

DocumentItemClass in namespace XELOS\Framework\Module\Hook

An abstract class for content-first documents Each instance provides content-first functionality one specific DocumentModel

$ ModulePortlet#download_handlerProperty in class ModulePortlet
ModulePortlet::delete() — Method in class ModulePortlet

Cleanup references or stored data associated with this portlet instance.

Collection::delete() — Method in class Collection

Creates a delete statement for the scoped collection and executes it.

DocumentModelClass in namespace XELOS\Framework\Module\Model
$ DocumentModel#documentIndexProperty in class DocumentModel
DocumentModel::disable_silent_mode() — Method in class DocumentModel

Disables the silent mode Objects in silent mode do not cause document index job queues, thus saving them is much more performant but does not update the search index, the wall or other similar system modules

DocumentModel::delete() — Method in class DocumentModel

see also doc of Model->delete().

DuplicatableModelInterfaceClass in namespace XELOS\Framework\Module\Model\Interfaces

Interface DuplicatableModelInterface

DuplicatableModelInterface::duplicate() — Method in class DuplicatableModelInterface
Model::delete() — Method in class Model
Model::debug() — Method in class Model
Model::disable_table_group_id() — Method in class Model

Disable the use of the group ID in all queries made

Model::delete_by_TABLE_COL() — Method in class Model

on the desired collection.

ModelCollection::debug() — Method in class ModelCollection

Use for debugging

DuplicatableModelTraitClass in namespace XELOS\Framework\Module\Model\Traits

Trait DuplicatableModelTrait

DuplicatableModelTrait::duplicate() — Method in class DuplicatableModelTrait

Duplicate Model and associated content This function will replicate the current model and its associated content:

  • Referenced Documents will be referenced by passive or read reference
  • Tags will be copied
$ Page#default_pageProperty in class Page
$ SystemDaemon#daemon_nameProperty in class SystemDaemon
DocumentClass in namespace XELOS\Framework\Module\UI

Class Document

$ Document#document_indexProperty in class Document
$ UIAjaxComponent#deferredLoadingProperty in class UIAjaxComponent
$ UIAjaxComponent#deferredLoadingMessageProperty in class UIAjaxComponent
$ XF#dbProperty in class XF
Config::disable_return_cache() — Method in class Config

this will diable the internal config return cache this is usefull if a huge amount of set calls will follow

Config::delete_setting() — Method in class Config

deletes a given var from config db

DBClass in namespace XELOS\Framework\XF

Database Wrapper (mySQL)

$ DB#dbProperty in class DB
$ MySQLAdapter#debug_query_countProperty in class MySQLAdapter
$ MySQLAdapter#debug_profileProperty in class MySQLAdapter
$ MySQLAdapter#debug_last_queryProperty in class MySQLAdapter
$ MySQLAdapter#debug_last_statusProperty in class MySQLAdapter
$ MySQLAdapter#dbProperty in class MySQLAdapter
MySQLAdapter::debug() — Method in class MySQLAdapter

Prints information about the last query and it's result code

$ Lib#dateProperty in class Lib
$ Lib#debugProperty in class Lib
$ Lib#doclinkProperty in class Lib
Cache::disable_cache_custom_config() — Method in class Cache
Cache::disable_cache() — Method in class Cache

Disables the cache for the rest of this page call

DateClass in namespace XELOS\Framework\XF\Lib

$XF->lib->date->ph_check('DE', mktime(0,0,0,8,2,2006)); returns true or flase if it is a public holiday $XF->lib->date->ph_getCaption();returns the name of the with ph_check asked holiday $XF->lib->date->ph_pregenerateHolidays(2005,2006); pregenerates all Holidays from 2005 to 2006 and saves it in db

DebugClass in namespace XELOS\Framework\XF\Lib
$ Debug#DEBUG_FUNCTIONProperty in class Debug
$ Debug#debug_functionsProperty in class Debug
Debug::disableDebugging() — Method in class Debug
Debug::disableDebugFunction() — Method in class Debug
Debug::display_error_page() — Method in class Debug

Output error page with debugging infos

Debug::disable() — Method in class Debug

Disable Debbuging

Debug::dumpDebugFile() — Method in class Debug

Dumps all collected DEBUG data to a file located at /_file/debug/ and the Request ID as folder name

Debug::dump() — Method in class Debug

Function to debug on live systems

Debug::dd() — Method in class Debug

Function to debug on live systems and die

DoclinkClass in namespace XELOS\Framework\XF\Lib
Error::debug() — Method in class Error

Outputs debug message to separate debugging log file (/var/log/debug.log)

File::du() — Method in class File
File::decode_file() — Method in class File
File::download_file_from_url() — Method in class File

Downloads a file from a url.

$ Filehandler#destinationpathProperty in class Filehandler
$ Filehandler#destinationfileProperty in class Filehandler
Filehandler::download_file() — Method in class Filehandler

Initiates download of the via GPvars[download_id] passed file link

Filehandler::deflate_zip() — Method in class Filehandler
Foaf::disconnect() — Method in class Foaf

Removes the two way connection between first id and second id and leaves a oneway between second and first

$ Link#dep_paramsProperty in class Link
Link::decode_special_chars() — Method in class Link

Decode Special Chars like [/,#=]

DefaultFormatterClass in namespace XELOS\Framework\XF\Lib\Logger\Formatter

Class DefaultFormatter

DatabaseHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger\HandlerFactory

Class DatabaseStreamHandlerFactory

DefaultStreamHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger\HandlerFactory

Class FileStreamHandlerFactory

DisplayHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger\HandlerFactory

Class DisplayStreamHandlerFactory

DatabaseHandlerClass in namespace XELOS\Framework\XF\Lib\Logger\Handler

Class DatabaseHandler

DisplayHandlerClass in namespace XELOS\Framework\XF\Lib\Logger\Handler

Class DisplayStreamHandler

$ Logger#deferredSetupsProperty in class Logger
$ Logger#deferredLogsProperty in class Logger
Logger::debug() — Method in class Logger
$ Modsetup#dont_touchProperty in class Modsetup
Modsetup::drop_tables() — Method in class Modsetup
Modsetup::drop_all_tables() — Method in class Modsetup
$ NotificationBuilder#documentIndexProperty in class NotificationBuilder
$ Request#deleteProperty in class Request
Session::destroy() — Method in class Session

Destroys the current session and starts a fresh session

NonpersistentSessionHandler::destroy() — Method in class NonpersistentSessionHandler
SqlSessionHandler::destroy() — Method in class SqlSessionHandler
Text::decode_from_imap_mime() — Method in class Text

Deocodes the mime declaration in a string and returns a valid UTF-8 string.

Yaml::dump() — Method in class Yaml

Dump YAML from PHP array statically

$ Model#daemonProperty in class Model
$ Model#document_indexProperty in class Model
$ Model#document_index_job_queueProperty in class Model
$ Model#document_index_job_queue_historyProperty in class Model
$ Model#document_index_lockProperty in class Model
$ Model#document_index_policy_clusterProperty in class Model
$ Model#document_index_referenceProperty in class Model
$ Model#document_registryProperty in class Model
$ Model#document_relationsProperty in class Model
AuditPolicy::delete() — Method in class AuditPolicy
AuditPolicy::delete_by_created_at() — Method in class AuditPolicy
AuditTrail::delete() — Method in class AuditTrail
AuditTrail::delete_by_created_at() — Method in class AuditTrail
DaemonClass in namespace XELOS\Framework\XF\System\Model
DocumentIndexClass in namespace XELOS\Framework\XF\System\Model
$ DocumentIndex#document_registry_info_lookupProperty in class DocumentIndex
DocumentIndex::delete() — Method in class DocumentIndex

Delete this document index and all jobs associated

DocumentIndexJobQueueClass in namespace XELOS\Framework\XF\System\Model

Class DocumentIndexJobQueue

$ DocumentIndexJobQueue#document_index_idProperty in class DocumentIndexJobQueue
DocumentIndexJobQueue::deleteOldProcessingJobs() — Method in class DocumentIndexJobQueue
DocumentIndexJobQueue::delete_by_id() — Method in class DocumentIndexJobQueue
DocumentIndexJobQueueHistoryClass in namespace XELOS\Framework\XF\System\Model

Class DocumentIndexJobQueueHistory

DocumentIndexJobQueueHistory::delete_by_id() — Method in class DocumentIndexJobQueueHistory
DocumentIndexLockClass in namespace XELOS\Framework\XF\System\Model

Class DocumentIndexLock

$ DocumentIndexLock#document_index_idProperty in class DocumentIndexLock
DocumentIndexPolicyClusterClass in namespace XELOS\Framework\XF\System\Model

Class DocumentIndexPolicyCluster

DocumentIndexPolicyCluster::deleteOldClusters() — Method in class DocumentIndexPolicyCluster
DocumentIndexPolicyCluster::delete_by_document_index_id() — Method in class DocumentIndexPolicyCluster
DocumentIndexReferenceClass in namespace XELOS\Framework\XF\System\Model
$ DocumentIndexReference#document_index_idProperty in class DocumentIndexReference
$ DocumentIndexReference#document_canonicalProperty in class DocumentIndexReference
DocumentIndexReference::delete() — Method in class DocumentIndexReference
DocumentRegistryClass in namespace XELOS\Framework\XF\System\Model
$ DocumentRegistry#document_typeProperty in class DocumentRegistry

'file', 'person', 'article', 'comment'

DocumentRelationsClass in namespace XELOS\Framework\XF\System\Model
Follows::delete() — Method in class Follows
Group::delete() — Method in class Group
$ Hierarchy#description_plain_i18nProperty in class Hierarchy

Description

$ Hierarchy#description_html_i18nProperty in class Hierarchy

Description

$ I18nToken#domainProperty in class I18nToken

Domain

$ Policy#descriptionProperty in class Policy
Policy2Group::doCopyGroupSecurityPolicies() — Method in class Policy2Group
Policy2Group::delete_by_group_security_id_and_policy_id() — Method in class Policy2Group
ThemeSet::delete() — Method in class ThemeSet

Delete Theme Set and remove resource folder

User::deleteUserMeta() — Method in class User

Delete the user meta from the current user

User::delete() — Method in class User

Disables the user

$ UserDevices#device_idProperty in class UserDevices

: stored in MySQL as varchar

UserDevices::delete() — Method in class UserDevices

Delete Authorized Device and associated API access

UserDevices::delete_by_id() — Method in class UserDevices
UserGroup::delete() — Method in class UserGroup
$ Calendar#day_infoProperty in class Calendar
$ Chart#default_optionsProperty in class Chart
DocLinkClass in namespace XELOS\Framework\XF\UI

Class DocLink

$ DocLink#document_index_idProperty in class DocLink
$ DocLink#document_indexProperty in class DocLink
$ DocLink#displaystyleProperty in class DocLink
DocumentClass in namespace XELOS\Framework\XF\UI

Class Document, Wrapper

DocumentListClass in namespace XELOS\Framework\XF\UI

Class DocumentList

$ DocumentList#document_indexesProperty in class DocumentList
DocumentLockClass in namespace XELOS\Framework\XF\UI

Class DocumentLock

$ DocumentLock#document_index_idProperty in class DocumentLock
DocumentViewClass in namespace XELOS\Framework\XF\UI
$ DocumentView#document_indexProperty in class DocumentView
$ Form#date_componentsProperty in class Form
Form::display_feedback() — Method in class Form
Form::display_form() — Method in class Form
Form::display_field() — Method in class Form
FormEditor::disable_i18n_mode() — Method in class FormEditor

Disable i18n mode

FormBase::destroy() — Method in class FormBase
FormButton::display_field() — Method in class FormButton
FormCaptcha::display_field() — Method in class FormCaptcha
FormCatSelector::display_field() — Method in class FormCatSelector
FormCheckbox::display_field() — Method in class FormCheckbox
FormCheckbox::display_field_print() — Method in class FormCheckbox

Display field in print mode

FormColor::display_field() — Method in class FormColor
$ FormComponent#db_handlerProperty in class FormComponent
FormComponent::display_field() — Method in class FormComponent
FormComponent::display_field_print() — Method in class FormComponent

Special Field Display for Print Purposes

FormConfig::display_field() — Method in class FormConfig
FormDate::display_field() — Method in class FormDate

Display field

FormDate::display_field_print() — Method in class FormDate

Display field in print mode

FormDatetime::display_field() — Method in class FormDatetime
FormDatetime::display_field_print() — Method in class FormDatetime

Display field in print mode

FormDescription::display_field() — Method in class FormDescription
FormDocument::display_field() — Method in class FormDocument

Renders the GUI

FormDocument::display_field_print() — Method in class FormDocument

Display field in print mode

FormEmail::display_field() — Method in class FormEmail

Display field

FormFieldset::display_field() — Method in class FormFieldset
FormFieldset::display_field_print() — Method in class FormFieldset

Special Field Display for Print Purposes

FormFieldsetClose::display_field() — Method in class FormFieldsetClose
FormFile::display_field() — Method in class FormFile
FormFile::display_field_print() — Method in class FormFile

Display field in print mode

FormFile::delete_file() — Method in class FormFile
FormGroupSelector::display_field() — Method in class FormGroupSelector
FormHidden::display_field() — Method in class FormHidden
FormHidden::display_field_print() — Method in class FormHidden

Display field in print mode

FormIconSelect::display_field() — Method in class FormIconSelect
FormListSelector::display_field() — Method in class FormListSelector
FormMultifile::display_field() — Method in class FormMultifile
FormMultitext::display_field() — Method in class FormMultitext
FormMultitext::display_field_print() — Method in class FormMultitext

Display field in print mode

FormNumber::display_field() — Method in class FormNumber

Display field

FormPassword::display_field() — Method in class FormPassword

Display field

FormPayment::display_field() — Method in class FormPayment

Displays the form component depended on given options.

FormPhone::display_field() — Method in class FormPhone

Display field

FormPolicySelector::display_field() — Method in class FormPolicySelector
FormRowRenderer::display_field() — Method in class FormRowRenderer
FormRowRendererMultirowTable::display_field() — Method in class FormRowRendererMultirowTable
FormRrule::display_field() — Method in class FormRrule
FormSectionBreak::display_field() — Method in class FormSectionBreak
FormSectionBreak::display_field_print() — Method in class FormSectionBreak

Display field in print mode

FormSelect::display_field() — Method in class FormSelect
FormSelect::display_field_print() — Method in class FormSelect

Display field in print mode

FormSlider::display_field() — Method in class FormSlider
FormSlider::display_field_print() — Method in class FormSlider

Display field in print mode

FormStaticText::display_field() — Method in class FormStaticText
FormStaticText::display_field_print() — Method in class FormStaticText

Display field in print mode

FormStaticValue::display_field() — Method in class FormStaticValue
FormTag::display_field() — Method in class FormTag
FormTextarea::display_field() — Method in class FormTextarea

Display field

FormTextarea::display_field_print() — Method in class FormTextarea

Display field in print mode

FormTextbox::display_field() — Method in class FormTextbox

Display field

FormTextbox::display_field_print() — Method in class FormTextbox

Display field in print mode

FormTextboxList::display_field() — Method in class FormTextboxList

Display field

FormTileSelection::display_field() — Method in class FormTileSelection
FormToggleSwitch::display_field() — Method in class FormToggleSwitch
FormToggleSwitch::display_field_print() — Method in class FormToggleSwitch

Display field in print mode

FormUrl::display_field() — Method in class FormUrl

Display field

FormUserSelector::display_field() — Method in class FormUserSelector
FormUserSelector::display_field_print() — Method in class FormUserSelector

Display field in print mode

FormWebfetcher::display_field() — Method in class FormWebfetcher
$ FroalaEditorBuilder#domIdProperty in class FroalaEditorBuilder
$ FroalaEditorBuilder#documentIndexProperty in class FroalaEditorBuilder
FroalaOption::dragInline() — Method in class FroalaOption

Specifies how the dragged elements should be placed in the new position. When this option is disabled, the dragged elements are placed between block tags and not inside them.

FroalaOption::direction() — Method in class FroalaOption

Sets the direction of the text. Possible values are: 'auto', 'ltr' and 'rtl'. When the option is set to auto the editor automatically detects if the keyboard input is RTL or LTR. However only the text inside the editing box changes direction, the toolbar remains the same.

FroalaOption::disableRightClick() — Method in class FroalaOption

Disables the default browser context menu. It's recommended to be used if <a href="#toolbarVisibleWithoutSelection" title="toolbarVisibleWithoutSelection" target="_blank">toolbarVisibleWithoutSelection option is enabled.

FroalaOption::documentReady() — Method in class FroalaOption

Turns on the editor best setup for editing documents.

FroalaOption::docId() — Method in class FroalaOption

A unique identifier for the document. In a content management service, this could for example be the resource identifier for the document.

FormTextboxTrait::display_textbox_field() — Method in class FormTextboxTrait
Image::determine_url() — Method in class Image

put your comment there.

Image::debug() — Method in class Image
InPlaceEditor::disable() — Method in class InPlaceEditor
$ Item#di_idProperty in class Item
$ Item#document_modelProperty in class Item
$ Item#doclinkProperty in class Item
Paging::debug() — Method in class Paging
ProgressBar::debug() — Method in class ProgressBar
Table::deactivateAjax() — Method in class Table
TableEditor::delete_record() — Method in class TableEditor
$ Tree#delete_recursivelyProperty in class Tree
Tree::disable_form() — Method in class Tree
Tree::display() — Method in class Tree
$ ViewModeSwitcher#defaultProperty in class ViewModeSwitcher
Wizard::disable_control_next() — Method in class Wizard

put your comment there.

Wizard::disable_control_prev() — Method in class Wizard

put your comment there.

$ AdCache#displayname:Property in class AdCache

stored in MySQL as varchar

AdCache::delete_by_id() — Method in class AdCache

Delete rows specified by condition and returns the affected rows.

DirectoryServiceInterfaceClass in namespace XELOS\Modules\AdSync\Interfaces

Interface for Directory Service Implementation

DirectoryServiceConfigTraitClass in namespace XELOS\Modules\AdSync\Traits

Trait for Directory Service Configuration

DropboxStorageProviderClass in namespace XELOS\Modules\ApiCloudstorage\Hook\ApiCloudstorage

Class DropboxStorageProvider

StorageProvider::do_download() — Method in class StorageProvider

Initialize and executes the download of a selected remote file.

DropboxOauthClientClass in namespace XELOS\Modules\ApiCloudstorage\Hook\Webservice

Class DropboxOauthClient

$ DropboxOauthClient#descriptionProperty in class DropboxOauthClient
$ GoogleOauthClient#descriptionProperty in class GoogleOauthClient
CrmSyncPlugins::deleteContact() — Method in class CrmSyncPlugins

Delete contact in Exchange via EWS

$ OnedriveStorageProvider#driveProperty in class OnedriveStorageProvider
OnedriveStorageProvider::deleteDriveItem() — Method in class OnedriveStorageProvider

Delete the driveItemId from OneDrive

OnedriveStorageProvider::downloadDriveItem() — Method in class OnedriveStorageProvider

Download the requested remote file and save the content to temp path

$ MicrosoftOauthClient#descriptionProperty in class MicrosoftOauthClient
$ OnedriveOauthClient#descriptionProperty in class OnedriveOauthClient
DirectoryPageClass in namespace XELOS\Modules\ApiMicrosoft\Page
$ Page#detailProperty in class Page
Page::detail() — Method in class Page
$ Ui#detailProperty in class Ui
$ Calendar#description:Property in class Calendar

stored in MySQL as text

Calendar::delete_by_id() — Method in class Calendar

Delete rows specified by condition and returns the affected rows.

Calendarset::delete_by_id() — Method in class Calendarset

Delete rows specified by condition and returns the affected rows.

$ Event#description:Property in class Event

stored in MySQL as text

Event::delete_by_id() — Method in class Event

Delete rows specified by condition and returns the affected rows.

Participant::delete_by_id() — Method in class Participant

Delete rows specified by condition and returns the affected rows.

Reminder::delete_by_id() — Method in class Reminder

Delete rows specified by condition and returns the affected rows.

ReminderQueue::delete_by_id() — Method in class ReminderQueue

Delete rows specified by condition and returns the affected rows.

SyncData::delete_by_id() — Method in class SyncData

Delete rows specified by condition and returns the affected rows.

$ SyncSetting#direction:Property in class SyncSetting

enum both|from_sync|to_sync

SyncSetting::delete_by_id() — Method in class SyncSetting

Delete rows specified by condition and returns the affected rows.

Component::delete_by_id() — Method in class Component

Delete rows specified by condition and returns the affected rows.

ComponentLive::delete_by_id() — Method in class ComponentLive

Delete rows specified by condition and returns the affected rows.

History::delete_by_id() — Method in class History

Delete rows specified by condition and returns the affected rows.

HistoryComponent::delete_by_id() — Method in class HistoryComponent

Delete rows specified by condition and returns the affected rows.

HistoryPage::delete_by_id() — Method in class HistoryPage

Delete rows specified by condition and returns the affected rows.

Page::delete_by_id() — Method in class Page

Delete rows specified by condition and returns the affected rows.

PageLive::delete_by_id() — Method in class PageLive

Delete rows specified by condition and returns the affected rows.

Partial::delete_by_id() — Method in class Partial

Delete rows specified by condition and returns the affected rows.

PartialLive::delete_by_id() — Method in class PartialLive

Delete rows specified by condition and returns the affected rows.

CommentsController::deleteGroupContext() — Method in class CommentsController

Deletes the models of this comments instance that is to be deleted.

Comment::delete_by_id() — Method in class Comment

Delete rows specified by condition and returns the affected rows.

$ LinkInfo#description:Property in class LinkInfo

stored in MySQL as text

LinkInfo::delete_by_id() — Method in class LinkInfo

Delete rows specified by condition and returns the affected rows.

Comment::delete() — Method in class Comment
FormComment::display_field() — Method in class FormComment

Display field

CrmSync::deleteContact() — Method in class CrmSync

This function should delete the contact associated with the reference key

DocumentClass in namespace XELOS\Modules\DMS\CF
DMSControllerClass in namespace XELOS\Modules\DMS

Class DMSController

DocumentClass in namespace XELOS\Modules\DMS\Model

Class Document

DocumentHistoryClass in namespace XELOS\Modules\DMS\Model

Class DocumentHistory

DocumentMetaDataClass in namespace XELOS\Modules\DMS\Model

Class DocumentMetaData

DocumentMetaFieldClass in namespace XELOS\Modules\DMS\Model

Class DocumentMetaField

DocumentTemplateClass in namespace XELOS\Modules\DMS\Model

Class DocumentTemplate

DocumentPageClass in namespace XELOS\Modules\DMS\Page

Class DocumentPage

DocumentClass in namespace XELOS\Modules\DMS\UI

Class Document

DocumentGalleryPanelClass in namespace XELOS\Modules\DMS\UI

Panel that displays the content of a category as a gallery

DocumentPageClass in namespace XELOS\Modules\DMS\UI

Class DocumentPage

DocumentPageSidebarClass in namespace XELOS\Modules\DMS\UI

Class DocumentPageSidebar

DocumentPageViewsClass in namespace XELOS\Modules\DMS\UI

Class DocumentPageViews

DocumentPanelClass in namespace XELOS\Modules\DMS\UI

Wrapper Panel that displays all documents of a currently selected category

DocumentTablePanelClass in namespace XELOS\Modules\DMS\UI

Panel that displays the content of a category as a table

DocviewProcessorClass in namespace XELOS\Modules\Doclink\Hook\Doclink

Class CoAuthorDocumentProcessor

DocviewProcessor::doCountView() — Method in class DocviewProcessor
DocumentActivityCollectorClass in namespace XELOS\Modules\Doclink\Hook\SystemStats
DocumentViewsCollectorClass in namespace XELOS\Modules\Doclink\Hook\SystemStats
$ Page#dateProperty in class Page
$ Page#detailProperty in class Page
Page::date() — Method in class Page
Page::detail() — Method in class Page
$ Ui#dateProperty in class Ui
$ Ui#detailsProperty in class Ui
CategoryDocumentation::delete_by_id() — Method in class CategoryDocumentation

Delete rows specified by condition and returns the affected rows.

$ EventDocumentation#default_user_group_contingentProperty in class EventDocumentation
$ EventDocumentation#deadline:Property in class EventDocumentation

stored in MySQL as timestamp

$ EventDocumentation#desc_plain_i18n:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#desc_rendered_i18n:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#decline_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#decline_description:Property in class EventDocumentation

stored in MySQL as text

EventDocumentation::delete_by_id() — Method in class EventDocumentation

Delete rows specified by condition and returns the affected rows.

InvitationReplyLogDocumentation::delete_by_id() — Method in class InvitationReplyLogDocumentation

Delete rows specified by condition and returns the affected rows.

InvoiceDocumentation::delete_by_id() — Method in class InvoiceDocumentation

Delete rows specified by condition and returns the affected rows.

InvoiceTemplateDocumentation::delete_by_id() — Method in class InvoiceTemplateDocumentation

Delete rows specified by condition and returns the affected rows.

$ JobDocumentation#download_url:Property in class JobDocumentation

stored in MySQL as varchar

JobDocumentation::delete_by_id() — Method in class JobDocumentation

Delete rows specified by condition and returns the affected rows.

NumberrangeDocumentation::delete_by_id() — Method in class NumberrangeDocumentation

Delete rows specified by condition and returns the affected rows.

ParticipantDocumentation::delete_by_id() — Method in class ParticipantDocumentation

Delete rows specified by condition and returns the affected rows.

ParticipantLogDocumentation::delete_by_id() — Method in class ParticipantLogDocumentation

Delete rows specified by condition and returns the affected rows.

PriceCategoryDocumentation::delete_by_id() — Method in class PriceCategoryDocumentation

Delete rows specified by condition and returns the affected rows.

RelatedEventsDocumentation::delete_by_id() — Method in class RelatedEventsDocumentation

Delete rows specified by condition and returns the affected rows.

TicketDocumentation::delete_by_id() — Method in class TicketDocumentation

Delete rows specified by condition and returns the affected rows.

UserGroupTicketContingentDocumentation::delete_by_id() — Method in class UserGroupTicketContingentDocumentation

Delete rows specified by condition and returns the affected rows.

EventplannerController::deleteGroupContext() — Method in class EventplannerController
EventplannerUpcomingShowPortlet::determineSelectedDate() — Method in class EventplannerUpcomingShowPortlet

determine selected date for this portlet from GPvars

Event::duplicate() — Method in class Event
Event::delete() — Method in class Event

see also doc of Model->delete().

Participant::delete() — Method in class Participant
Ticket::delete() — Method in class Ticket

see also doc of xelos_model->delete().

DatePageClass in namespace XELOS\Modules\Eventplanner\Page
DetailPageClass in namespace XELOS\Modules\Eventplanner\Page
DateClass in namespace XELOS\Modules\Eventplanner\UI
DetailsClass in namespace XELOS\Modules\Eventplanner\UI
$ Page#deleteProperty in class Page
Page::delete() — Method in class Page
$ CategoryDocumentation#descr:Property in class CategoryDocumentation

stored in MySQL as text

CategoryDocumentation::delete_by_id() — Method in class CategoryDocumentation

Delete rows specified by condition and returns the affected rows.

PostDocumentation::delete_by_id() — Method in class PostDocumentation

Delete rows specified by condition and returns the affected rows.

ThreadDocumentation::delete_by_id() — Method in class ThreadDocumentation

Delete rows specified by condition and returns the affected rows.

VotesDocumentation::delete_by_id() — Method in class VotesDocumentation

Delete rows specified by condition and returns the affected rows.

ForumController::deleteGroupContext() — Method in class ForumController
Category::delete() — Method in class Category
Post::delete() — Method in class Post
Thread::delete() — Method in class Thread
DeletePageClass in namespace XELOS\Modules\Forum\Page
$ FeedPage#default_pageProperty in class FeedPage
Step::deleteDiscussion() — Method in class Step
Step::deleteCategory() — Method in class Step
Step::deletePost() — Method in class Step
$ Page#detailsProperty in class Page
Page::details() — Method in class Page
$ TaskDocumentation#description:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#deadline:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::delete_by_id() — Method in class TaskDocumentation

Delete rows specified by condition and returns the affected rows.

DetailsPageClass in namespace XELOS\Modules\GroupsTasks\Page
$ Page#directoryProperty in class Page
Page::directory() — Method in class Page
Category::delete_by_id() — Method in class Category

Delete rows specified by condition and returns the affected rows.

Group::delete_by_id() — Method in class Group

Delete rows specified by condition and returns the affected rows.

Invitation::delete_by_id() — Method in class Invitation

Delete rows specified by condition and returns the affected rows.

Member::delete_by_id() — Method in class Member

Delete rows specified by condition and returns the affected rows.

$ Module#description:Property in class Module

stored in MySQL as varchar

Module::delete_by_id() — Method in class Module

Delete rows specified by condition and returns the affected rows.

Newsletter::delete_by_id() — Method in class Newsletter

Delete rows specified by condition and returns the affected rows.

Pending::delete_by_id() — Method in class Pending

Delete rows specified by condition and returns the affected rows.

$ JobDocumentation#durationProperty in class JobDocumentation
JobDocumentation::delete_by_id() — Method in class JobDocumentation

Delete rows specified by condition and returns the affected rows.

$ JobHistoryDocumentation#durationProperty in class JobHistoryDocumentation
JobHistoryDocumentation::delete_by_id() — Method in class JobHistoryDocumentation

Delete rows specified by condition and returns the affected rows.

JobScheduler::duplicateScheduledJobExists() — Method in class JobScheduler
JobQueueController::deleteJob() — Method in class JobQueueController
JobHistory::delete_by_finished_at() — Method in class JobHistory
$ SystemDaemon#daemon_nameProperty in class SystemDaemon
$ Page#disclaimerProperty in class Page
Page::disclaimer() — Method in class Page
$ PageDocumentation#disclaimer_title_i18n:Property in class PageDocumentation

stored in MySQL as varchar

$ PageDocumentation#disclaimer_text_i18n:Property in class PageDocumentation

stored in MySQL as text

PageDocumentation::delete_by_id() — Method in class PageDocumentation

Delete rows specified by condition and returns the affected rows.

DisclaimerPageClass in namespace XELOS\Modules\Legal\Page

Class Overview

$ CategoryDocumentation#description:Property in class CategoryDocumentation

stored in MySQL as text

CategoryDocumentation::delete_by_id() — Method in class CategoryDocumentation

Delete rows specified by condition and returns the affected rows.

ListDocumentation::delete_by_id() — Method in class ListDocumentation

Delete rows specified by condition and returns the affected rows.

ListItemDocumentation::delete_by_id() — Method in class ListItemDocumentation

Delete rows specified by condition and returns the affected rows.

$ ListStatusDocumentation#default:Property in class ListStatusDocumentation

stored in MySQL as tinyint

ListStatusDocumentation::delete_by_id() — Method in class ListStatusDocumentation

Delete rows specified by condition and returns the affected rows.

DateClass in namespace XELOS\Modules\Lists\Hook\Base\Field
DatetimeClass in namespace XELOS\Modules\Lists\Hook\Base\Field
DocumentClass in namespace XELOS\Modules\Lists\Hook\Base\Field

Class Document

ListsController::deleteGroupContext() — Method in class ListsController

Deletes all models which might have been left over, even though the instance is about to be deleted.

$ Category#description:Property in class Category

stored in MySQL as text

Category::delete() — Method in class Category

Delete this category and all forms within

ListProperties::delete() — Method in class ListProperties

Delete List and all contained items

$ ListStatus#defaultProperty in class ListStatus
ListsControllerCest::deleteListItem() — Method in class ListsControllerCest

Delete ListItem in Testliste

$ Action#dbdesignerProperty in class Action
Action::dbdesigner() — Method in class Action
$ Profile#displayname:Property in class Profile

stored in MySQL as varchar

Profile::delete_by_id() — Method in class Profile

Delete rows specified by condition and returns the affected rows.

$ Property#description_i18n:Property in class Property

stored in MySQL as text

$ Property#default:Property in class Property

stored in MySQL as text

Property::delete_by_id() — Method in class Property

Delete rows specified by condition and returns the affected rows.

$ PropertyGroup#description_i18n:Property in class PropertyGroup

stored in MySQL as text

PropertyGroup::delete_by_id() — Method in class PropertyGroup

Delete rows specified by condition and returns the affected rows.

PropertyTab::delete_by_id() — Method in class PropertyTab

Delete rows specified by condition and returns the affected rows.

DateClass in namespace XELOS\Modules\Lookbook\Fields

Class Date

$ ArticleDocumentation#deleted_atProperty in class ArticleDocumentation
ArticleDocumentation::delete_by_id() — Method in class ArticleDocumentation

Delete rows specified by condition and returns the affected rows.

$ CategoryDocumentation#deleted_atProperty in class CategoryDocumentation
CategoryDocumentation::delete_by_id() — Method in class CategoryDocumentation

Delete rows specified by condition and returns the affected rows.

Article::delete() — Method in class Article
Category::delete() — Method in class Category

see also doc of Model->delete().

NewsController::deleteGroupContext() — Method in class NewsController

Deletes both all categories and articles found in this instance.

NewsCest::deleteArticle() — Method in class NewsCest
NewsCest::deleteCategory() — Method in class NewsCest
$ Workspace#dmsProperty in class Workspace
DocumentsPageClass in namespace XELOS\Modules\PersonalWorkspace\Page

Class XELOS\Modules\PersonalWorkspace\Page\xpage_personal_workspace_documents

$ Model#documentProperty in class Model
Model::document() — Method in class Model
ConfirmationDocumentation::delete_by_id() — Method in class ConfirmationDocumentation

Delete rows specified by condition and returns the affected rows.

DocumentDocumentationClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Document.

DocumentDocumentation::delete_by_id() — Method in class DocumentDocumentation

Delete rows specified by condition and returns the affected rows.

$ Confirmation#document_index_idProperty in class Confirmation
Confirmation::deleteByDocumentIndexId() — Method in class Confirmation

Delete all confirmation requests concerning the given document index and also remove associated notifications for all users

Confirmation::delete() — Method in class Confirmation

Delete Confirmation Request and remove existing notifications

Confirmation::delete_by_document_index_id() — Method in class Confirmation
DocumentClass in namespace XELOS\Modules\ReadConfirmation\Model
$ Document#document_index_idProperty in class Document
Document::delete() — Method in class Document
$ Model#document_elasticsearchProperty in class Model
Model::document_elasticsearch() — Method in class Model
$ FacetedFilterDocumentation#deleted_atProperty in class FacetedFilterDocumentation
FacetedFilterDocumentation::delete_by_id() — Method in class FacetedFilterDocumentation

Delete rows specified by condition and returns the affected rows.

SearchHistoryDocumentation::delete_by_id() — Method in class SearchHistoryDocumentation

Delete rows specified by condition and returns the affected rows.

SearchagentDocumentation::delete_by_id() — Method in class SearchagentDocumentation

Delete rows specified by condition and returns the affected rows.

TermDocumentation::delete_by_id() — Method in class TermDocumentation

Delete rows specified by condition and returns the affected rows.

DocumentElasticsearchClass in namespace XELOS\Modules\Search\Model

Class DocumentElasticsearch

DocumentElasticsearch::delete() — Method in class DocumentElasticsearch
$ SearchController#daemon_modeProperty in class SearchController
DocumentBrowserHookInterfaceClass in namespace XELOS\Modules\Selector\Interfaces

Interface DocumentBrowserHookInterface

$ PageDocumentation#documents:Property in class PageDocumentation

stored in MySQL as text

PageDocumentation::delete_by_id() — Method in class PageDocumentation

Delete rows specified by condition and returns the affected rows.

PageHistoryDocumentation::delete_by_id() — Method in class PageHistoryDocumentation

Delete rows specified by condition and returns the affected rows.

PageLinkDocumentation::delete_by_id() — Method in class PageLinkDocumentation

Delete rows specified by condition and returns the affected rows.

$ Page#documentsProperty in class Page
Page::delete() — Method in class Page

deletes a page including all attachments and subpages

SmartWikiController::deleteGroupContext() — Method in class SmartWikiController

Deletes every page in this instance.

$ Model#document_action_historyProperty in class Model
$ Model#document_wall_itemProperty in class Model
Model::document_action_history() — Method in class Model
Model::document_wall_item() — Method in class Model
DocumentActionHistoryDocumentationClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document_action_history.

$ DocumentActionHistoryDocumentation#document_index_idProperty in class DocumentActionHistoryDocumentation
DocumentActionHistoryDocumentation::delete_by_id() — Method in class DocumentActionHistoryDocumentation

Delete rows specified by condition and returns the affected rows.

DocumentWallItemDocumentationClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document_wall_item.

$ DocumentWallItemDocumentation#document_index_idProperty in class DocumentWallItemDocumentation
DocumentWallItemDocumentation::delete_by_id() — Method in class DocumentWallItemDocumentation

Delete rows specified by condition and returns the affected rows.

$ EntryDocumentation#document_index_idProperty in class EntryDocumentation
EntryDocumentation::delete_by_id() — Method in class EntryDocumentation

Delete rows specified by condition and returns the affected rows.

HiddenInstanceDocumentation::delete_by_id() — Method in class HiddenInstanceDocumentation

Delete rows specified by condition and returns the affected rows.

BackupQueue::delete_by_id() — Method in class BackupQueue

Delete rows specified by condition and returns the affected rows.

EventTrigger::delete_by_id() — Method in class EventTrigger

Delete rows specified by condition and returns the affected rows.

InstallQueue::delete_by_id() — Method in class InstallQueue

Delete rows specified by condition and returns the affected rows.

DaemonHelperTraitClass in namespace XELOS\Modules\SystemAdmin\Lib\Daemon
DocumentIndexDaemonLegacyClass in namespace XELOS\Modules\SystemAdmin\Lib\Daemon
DocumentIndexDaemonThreadedClass in namespace XELOS\Modules\SystemAdmin\Lib\Daemon
$ SystemDaemon#daemon_nameProperty in class SystemDaemon
DocumentClass in namespace XELOS\Modules\SystemDMS\CF

Class XELOS\Modules\SystemDMS\CF\xcf_system_dms_document

WebdavService::delete() — Method in class WebdavService

Delete File or Folder

WebdavService::document_index_to_path() — Method in class WebdavService

Document index to WebDAV path

$ PreviewJob#documentIdProperty in class PreviewJob
DocumentItemViewInterfaceClass in namespace XELOS\Modules\SystemDMS\Interfaces

Interface DocumentItemViewInterface

$ Category#duplicateProperty in class Category

This is coming from group template init

Category::delete() — Method in class Category

Delete Category

Category::decrease_folder_size() — Method in class Category

Decreases the size of this and all affected folders.

DocumentClass in namespace XELOS\Modules\SystemDMS\Model

Class XELOS\Modules\SystemDMS\Model\xm_system_dms_document

Document::delete() — Method in class Document

Delete Document

DocumentHistoryClass in namespace XELOS\Modules\SystemDMS\Model

XELOS\Modules\SystemDMS\Model\xm_system_dms_document_history Class

DocumentMetaDataClass in namespace XELOS\Modules\SystemDMS\Model
DocumentMetaFieldClass in namespace XELOS\Modules\SystemDMS\Model

Holds the defined fields for document templates

DocumentTemplateClass in namespace XELOS\Modules\SystemDMS\Model
DocumentTemplate::delete() — Method in class DocumentTemplate

Deletes the template

DocumentTemplate::delete_cache() — Method in class DocumentTemplate

Deletes the cached data

Preview::delete() — Method in class Preview

Deletes the corresponding preview files.

XfsDocument::delete() — Method in class XfsDocument
DocumentPageClass in namespace XELOS\Modules\SystemDMS\Page

Class DocumentPage

$ SystemDMSController#default_view_modeProperty in class SystemDMSController

Default category mode of document panel

$ SystemDMSController#default_document_pageProperty in class SystemDMSController

This determines where files links are pointing to

SystemDMSController::deleteGroupContext() — Method in class SystemDMSController

Deletes all category which relates to the given group.

CategoryCest::deleteCategory() — Method in class CategoryCest
DocumentClass in namespace XELOS\Modules\SystemDMS\UI

Class Document

DocumentGalleryPanelClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_document_gallery_panel Panel that displays the content of a category as a gallery

DocumentPageClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_document_page

DocumentPageSidebarClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_document_page_sidebar

DocumentPageViewsClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_document_page_views

DocumentPanelClass in namespace XELOS\Modules\SystemDMS\UI

Wrapper Panel that displays all documents of a currently selected category

DocumentTablePanelClass in namespace XELOS\Modules\SystemDMS\UI

Panel that displays the content of a category as a table

FormFilterSpecification::display_field() — Method in class FormFilterSpecification

Renders the component

FormReportSpecification::display_field() — Method in class FormReportSpecification

Render the form component

$ Action#documentProperty in class Action
$ ContentFirst#documentProperty in class ContentFirst
$ Model#documentProperty in class Model
$ Model#document_historyProperty in class Model
$ Model#document_meta_dataProperty in class Model
$ Model#document_meta_fieldProperty in class Model
$ Model#document_templateProperty in class Model
Model::document() — Method in class Model
Model::document_history() — Method in class Model
Model::document_meta_data() — Method in class Model
Model::document_meta_field() — Method in class Model
Model::document_template() — Method in class Model
$ Page#documentProperty in class Page
Page::document() — Method in class Page
$ Ui#documentProperty in class Ui
$ Ui#document_gallery_panelProperty in class Ui
$ Ui#document_pageProperty in class Ui
$ Ui#document_page_sidebarProperty in class Ui
$ Ui#document_page_viewsProperty in class Ui
$ Ui#document_panelProperty in class Ui
$ Ui#document_table_panelProperty in class Ui
$ Category#description_i18nProperty in class Category

: stored in MySQL as text

$ Category#display_modeProperty in class Category

: enum simple|preview

Category::delete_by_id() — Method in class Category

Delete rows specified by condition and returns the affected rows.

DocumentClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document.

Document::delete_by_id() — Method in class Document

Delete rows specified by condition and returns the affected rows.

DocumentHistoryClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document_history.

$ DocumentHistory#deleted_from:Property in class DocumentHistory

stored in MySQL as varchar

$ DocumentHistory#deletedProperty in class DocumentHistory

: stored in MySQL as tinyint

DocumentHistory::delete_by_id() — Method in class DocumentHistory

Delete rows specified by condition and returns the affected rows.

DocumentMetaDataClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document_meta_data.

$ DocumentMetaData#document_idProperty in class DocumentMetaData
DocumentMetaData::delete_by_id() — Method in class DocumentMetaData

Delete rows specified by condition and returns the affected rows.

DocumentMetaFieldClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model document_meta_field.

$ DocumentMetaField#description_i18nProperty in class DocumentMetaField

: stored in MySQL as varchar

DocumentMetaField::delete_by_id() — Method in class DocumentMetaField

Delete rows specified by condition and returns the affected rows.

DocumentTemplateClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model doc_template.

$ DocumentTemplate#description:Property in class DocumentTemplate

stored in MySQL as varchar

DocumentTemplate::delete_by_id() — Method in class DocumentTemplate

Delete rows specified by condition and returns the affected rows.

$ FileTemplate#descriptionProperty in class FileTemplate

: stored in MySQL as varchar

FileTemplate::delete_by_id() — Method in class FileTemplate

Delete rows specified by condition and returns the affected rows.

$ Preview#document_idProperty in class Preview
Preview::delete_by_id() — Method in class Preview

Delete rows specified by condition and returns the affected rows.

Report::delete_by_id() — Method in class Report

Delete rows specified by condition and returns the affected rows.

ZipImportJob::delete_by_id() — Method in class ZipImportJob

Delete rows specified by condition and returns the affected rows.

ChannelSettingDocumentation::delete_by_id() — Method in class ChannelSettingDocumentation

Delete rows specified by condition and returns the affected rows.

UserSettingDocumentation::delete_by_id() — Method in class UserSettingDocumentation

Delete rows specified by condition and returns the affected rows.

PushSubscriptionDocumentation::delete_by_id() — Method in class PushSubscriptionDocumentation

Delete rows specified by condition and returns the affected rows.

$ AggregateDimensionDocumentation#dimension_group:Property in class AggregateDimensionDocumentation

stored in MySQL as varchar

$ AggregateDimensionDocumentation#dimension_name:Property in class AggregateDimensionDocumentation

stored in MySQL as varchar

$ AggregateDimensionDocumentation#dimension_title_i18n:Property in class AggregateDimensionDocumentation

stored in MySQL as varchar

AggregateDimensionDocumentation::delete_by_id() — Method in class AggregateDimensionDocumentation

Delete rows specified by condition and returns the affected rows.

$ AggregateNumericDocumentation#date:Property in class AggregateNumericDocumentation

stored in MySQL as date

EventDocumentation::delete_by_id() — Method in class EventDocumentation

Delete rows specified by condition and returns the affected rows.

AggregateDimension::detectDimensionsFromHooks() — Method in class AggregateDimension
$ CheckDocumentation#details:Property in class CheckDocumentation

stored in MySQL as text

CheckDocumentation::delete_by_id() — Method in class CheckDocumentation

Delete rows specified by condition and returns the affected rows.

NodeDocumentation::delete_by_id() — Method in class NodeDocumentation

Delete rows specified by condition and returns the affected rows.

$ Result#detailsProperty in class Result
DaemonCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
DatabaseCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
DiskCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
DocumentIndexCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
SystemStatusController::discard_old_results() — Method in class SystemStatusController

Gets all active hooks and removes old results of inactive or non existing checks

$ Page#detailsProperty in class Page
Page::details() — Method in class Page
$ RecurringTaskDocumentation#deadline_daysProperty in class RecurringTaskDocumentation
RecurringTaskDocumentation::delete_by_id() — Method in class RecurringTaskDocumentation

Delete rows specified by condition and returns the affected rows.

$ TaskDocumentation#description:Property in class TaskDocumentation

stored in MySQL as text

$ TaskDocumentation#deadline:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::delete_by_id() — Method in class TaskDocumentation

Delete rows specified by condition and returns the affected rows.

$ ContactlogShowSidebar#documentIndexProperty in class ContactlogShowSidebar
$ Task#dl_colorProperty in class Task

Download-Color-Classes and Durations

$ Task#descriptionProperty in class Task
$ Task#deadlineProperty in class Task

Timestamp

$ Task#duplicateProperty in class Task
Task::delete() — Method in class Task
Task::deadline_color_class() — Method in class Task

Get Deadline-Color-Class

TaskList::delete() — Method in class TaskList

Delete Task

TaskListColumn::delete() — Method in class TaskListColumn

Deleting the column will delete all tasks within

DetailsPageClass in namespace XELOS\Modules\SystemTasks\Page
SystemTasksController::deleteGroupContext() — Method in class SystemTasksController

Fetches all lists in this instance and deletes them, which will also trigger the deletion of all their tasks assigned.

TaskCest::deleteTask() — Method in class TaskCest
PushClient::delete_by_id() — Method in class PushClient

Delete rows specified by condition and returns the affected rows.

TagDocumentation::delete_by_id() — Method in class TagDocumentation

Delete rows specified by condition and returns the affected rows.

Tag::deleteUnusedTags() — Method in class Tag
$ TagDocument#document_index_idProperty in class TagDocument
$ TranslationDocumentDocumentation#document_index_idProperty in class TranslationDocumentDocumentation
TranslationDocumentDocumentation::delete_by_id() — Method in class TranslationDocumentDocumentation

Delete rows specified by condition and returns the affected rows.

TranslationDocumentation::delete_by_id() — Method in class TranslationDocumentation

Delete rows specified by condition and returns the affected rows.

TranslationFeedbackDocumentation::delete_by_id() — Method in class TranslationFeedbackDocumentation

Delete rows specified by condition and returns the affected rows.

TranslationJobDocumentation::delete_by_id() — Method in class TranslationJobDocumentation

Delete rows specified by condition and returns the affected rows.

DeeplClass in namespace XELOS\Modules\Translation\Lib\Api

Class Deepl

CommonOperationsTrait::delete() — Method in class CommonOperationsTrait

Deletes model and also deletes possible related translation_job models

TranslationFeedback::delete() — Method in class TranslationFeedback

Deletes model and also deletes possible related translation_job models

$ SystemDaemon#daemon_nameProperty in class SystemDaemon
TranslationController::daemonProcessQueue() — Method in class TranslationController

Called by daemon to process the TranslationJob queue

$ Ui#documentProperty in class Ui
Trendvote::delete_by_id() — Method in class Trendvote

Delete rows specified by condition and returns the affected rows.

FileDocumentation::delete_by_id() — Method in class FileDocumentation

Delete rows specified by condition and returns the affected rows.

ScanDocumentation::delete_by_id() — Method in class ScanDocumentation

Delete rows specified by condition and returns the affected rows.

OAuthClientAction::decodeState() — Method in class OAuthClientAction

Parsing the state which keeps on end the modulename and hookname necessary to identifier

$ OAuthClientHook#descriptionProperty in class OAuthClientHook

Description for the OAuth Client Hook will be used in create modal client

OAuthClient::disconnect() — Method in class OAuthClient

Logout

CategoryDocumentation::delete_by_id() — Method in class CategoryDocumentation

Delete rows specified by condition and returns the affected rows.

$ WidgetDocumentation#description_i18n:Property in class WidgetDocumentation

stored in MySQL as text

WidgetDocumentation::delete_by_id() — Method in class WidgetDocumentation

Delete rows specified by condition and returns the affected rows.

AnswerDocumentation::delete_by_id() — Method in class AnswerDocumentation

Delete rows specified by condition and returns the affected rows.

ParticipantDocumentation::delete_by_id() — Method in class ParticipantDocumentation

Delete rows specified by condition and returns the affected rows.

SurveyDocumentation::delete_by_id() — Method in class SurveyDocumentation

Delete rows specified by condition and returns the affected rows.

E

$ UserDetails#emailProperty in class UserDetails
Output::error() — Method in class Output
Core::error_response() — Method in class Core
EnumClass in namespace XELOS\Framework\Core

Class Enum

Template::enable_render_stage() — Method in class Template

ENABLE Pre-Rendering for template parsing

$ VarsTemplate#editor_idProperty in class VarsTemplate
GroupControllerInterface::ensureInitialization() — Method in class GroupControllerInterface

Makes sure the instance is initialized properly and ready to use.

EventListenerClass in namespace XELOS\Framework\Module\Hook

Class EventListener

BackgroundJobInterface::execute() — Method in class BackgroundJobInterface

Main Function which will be executed during the running the job

DocumentModel::enable_silent_mode() — Method in class DocumentModel

Sets the silent mode to true Objects in silent mode do not cause document index job queues, thus saving them is much more performant but does not update the search index, the wall or other similar system modules

Model::enable_table_group_id() — Method in class Model

Enable the use of the group ID in all queries made

$ SystemCron#error_countProperty in class SystemCron

Current Error Count

SystemDaemonThreaded::endThread() — Method in class SystemDaemonThreaded

Gets called within a thread before stopping thread

UIAjaxComponent::enable_periodical_update() — Method in class UIAjaxComponent

Enables the periodical update via ajax.

$ XF#eventProperty in class XF
XF::exit() — Method in class XF
Config::enter_install_mode() — Method in class Config
Config::enable_return_cache() — Method in class Config

enable the caching of get config calls this will clear the current cache

Config::extract_config_fdl() — Method in class Config

Private helper that generates the fdl from a given config array.

MySQLAdapter::error() — Method in class MySQLAdapter

Returns a string description of the last error

MySQLAdapter::errno() — Method in class MySQLAdapter

Returns the error code for the most recent function call

MySQLAdapter::escape_string() — Method in class MySQLAdapter
MySQLAdapter::extract_search_term() — Method in class MySQLAdapter
MySQLAdapter::executeMysqlRestore() — Method in class MySQLAdapter

Restore mysql database from a mysqldump backup file

MySQLAdapter::executeMysqlDump() — Method in class MySQLAdapter

Take a mysqldump backup file

Query::escapeField() — Method in class Query

Escapes the passed mysql fieldname with backticks

Query::escapeValue() — Method in class Query

Escapes the passed value for using it in a mysql query

EventClass in namespace XELOS\Framework\XF

Class Event

$ Event#event_registryProperty in class Event
$ Lib#exportProperty in class Lib
$ Lib#errorProperty in class Lib
Cache::enable_cache() — Method in class Cache

Enable the cache for the rest of this page call

ExtendedSoapClientClass in namespace XELOS\Framework\XF\Lib\Connect

Class CustomSOAPClient

Date::extrapolate_date_by_rrule() — Method in class Date

Wrapper for rrule dependency Check https://github.com/rlanvin/php-rrule/wiki/RRule for more details

Date::evaluateRRule() — Method in class Date
Date::evaluate_rrule() — Method in class Date
$ Debug#enable_outputProperty in class Debug
$ Debug#enable_debuggingProperty in class Debug
$ Debug#enabled_debug_functionsProperty in class Debug
Debug::enableDebugging() — Method in class Debug
Debug::enableDebugFunction() — Method in class Debug

Enable a certain debugging feature

Debug::enableTimeProfiling() — Method in class Debug

Enables timing sections throughout the framework with query counts.

Debug::endSection() — Method in class Debug

Stops a time section. Pass $type to sum multiple sections up, e.g. all sections of type 'query' will result in a sum

EnvironmentClass in namespace XELOS\Framework\XF\Lib
ErrorClass in namespace XELOS\Framework\XF\Lib

Class Error

ExportClass in namespace XELOS\Framework\XF\Lib

Export Helper

$ Export#export_handlerProperty in class Export
File::encode_file() — Method in class File
File::enable_stream_wrapper() — Method in class File

Include / Enable a certain stream wrapper Example: "smb://user:pass@server/share/path"

$ Filehandler#errorsProperty in class Filehandler
Format::empty2nbsp() — Method in class Format

Formats the output for a table cell - if empty a NBSP is returned

Hierarchy::evaluate_result() — Method in class Hierarchy

evaluate_result

Link::encode_link_param() — Method in class Link

Encode Special Chars like [/,#=]

Logger::exception() — Method in class Logger
Logger::error() — Method in class Logger
Logger::emergency() — Method in class Logger
$ Mail#extract_html_optionsProperty in class Mail
Mail::extract_html_images() — Method in class Mail

Extracts all HTML Image Sources, changes their src names, downloads the files and returns an email attachment array Use to change external HTML image sources to inline attachment images

Mail::extract_html_images_cb() — Method in class Mail

Extract HTML images

Mention::extractMentionedUserIDs() — Method in class Mention

Get the IDs of the users and users that are members of groups mentioned in the text in either JSON or HTML notation.

$ Modsetup#errorsProperty in class Modsetup
$ Modsetup#execute_sqlProperty in class Modsetup
Modsetup::execute_sql_queue() — Method in class Modsetup
Modsetup::end_install_transaction() — Method in class Modsetup

closes given transaction and returns

Notification::email() — Method in class Notification

Send an email with notification template

Sec::execute_circumventing_rights() — Method in class Sec

Executes a given callback in CMD mode, thus circumventing any rights DO NOT USE LIGHTLY!!! This primarily aims at allowing reference and link resolval!

SecureEvalClass::execute() — Method in class SecureEvalClass

Execute the script

Shell::execute_cmd() — Method in class Shell
Shell::execute_cmd_in_background() — Method in class Shell
TokenCollection::exists() — Method in class TokenCollection

Returns true if the passed Token object exists. If a requiredLanguage is passed the token must also have a matching translation set

$ AuditTrail#eventProperty in class AuditTrail

['created', 'updated', 'deleted', 'restored', 'misc'], default: 'misc'

ErrorLogClass in namespace XELOS\Framework\XF\System\Model
$ Hierarchy#explicit_usersProperty in class Hierarchy

Set of User IDs

User::enable_field_verification() — Method in class User

Enable the verification for the passed fields The following save() call will trigger a new verification request and informs the user to confirm this change

AjaxContainer::enable_periodical_update() — Method in class AjaxContainer

Enable updating of container via AJAX all x seconds

AjaxContainer::enable_use_back_history() — Method in class AjaxContainer
AjaxContainer::enable_fill_via_ajax() — Method in class AjaxContainer

If fill via Ajax is enabled, the callback data is not included in the original template output put will be loaded using an ajax request right after the page has been loaded Use this feature to offload load intensive data queries

AmchartGantt::enable_export() — Method in class AmchartGantt

Enables the export functionality for the graph

Breadcrumb::eval_xtag_params() — Method in class Breadcrumb

put your comment there.

Calendar::enable_paging() — Method in class Calendar

Enables the user to page through months/years

Calendar::enable_month_select() — Method in class Calendar

Enables the user to select months/years via dropdown

$ DocLink#exclude_actionsProperty in class DocLink
$ Form#error_fieldsProperty in class Form
FroalaOption::embedlyKey() — Method in class FroalaOption

Your key from Embed.ly to remove the "Powered By Banner".

FroalaOption::embedlyEditButtons() — Method in class FroalaOption

The buttons that appear in the edit Embed.ly popup, when an embedded object is selected.

FroalaOption::embedlyInsertButtons() — Method in class FroalaOption

The buttons that appear in the insert Embed.ly popup, when an embeded object is inserted into the WYSIWYG editor.

FroalaOption::embedlyScriptPath() — Method in class FroalaOption

The default script path for the Embedly JS.

FroalaOption::emoticonsButtons() — Method in class FroalaOption

Buttons set for emoticons popup.

FroalaOption::emoticonsSet() — Method in class FroalaOption

An array of emoticons available in the insert emoticon popup. Each emoticon is defined by an Object containing the code and description of each emoticon.

FroalaOption::emoticonsUseImage() — Method in class FroalaOption

Use EmojiOne svg images instead of Unicode text.

FroalaOption::emoticonsStep() — Method in class FroalaOption

The number of emoticons displayed on a line in the insert emoticon popup.

FroalaOption::entities() — Method in class FroalaOption

A list with the characters that are reserved in HTML. More details about using entities in HTML can be found on <a href="https://dev.w3.org/html5/html-author/charref" target="_blank" rel="nofollow">W3C and <a href="https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references" target="_blank" rel="nofollow">Wikipedia.

FroalaOption::editInPopup() — Method in class FroalaOption

Edit the text inside the HTML element on which the editor is initialized on in a popup.

FroalaOption::editorClass() — Method in class FroalaOption

Set a custom class for the WYSIWYG editor editing box.

FroalaOption::enter() — Method in class FroalaOption

Set the default tag to be used when ENTER key is hit. Possible values are FroalaEditor.ENTER_P, FroalaEditor.ENTER_DIV or FroalaEditor.ENTER_BR.

FroalaOption::events() — Method in class FroalaOption

The options used for WebSpellChecker.

$ HtmlGeneric#excludeProperty in class HtmlGeneric
InPlaceEditor::enable() — Method in class InPlaceEditor
$ Table#extension_extuiProperty in class Table
$ Table#export_filenameProperty in class Table

When exported the file will have the name provided here.

Table::enable_optional_fields() — Method in class Table
Table::enable_table_options() — Method in class Table
Table::enable_periodical_update() — Method in class Table

Enable periodical update (JS function)

Table::enable_tooltips() — Method in class Table
Table::enable_grouping() — Method in class Table
Table::enable_select_column() — Method in class Table
Table::export() — Method in class Table

Export (get_table-Alias)

TableEditor::enable_model_sort() — Method in class TableEditor
Tree::enable_checkboxes() — Method in class Tree
Wizard::enable_control_next() — Method in class Wizard

put your comment there.

User::executeInUserContext() — Method in class User

Execute function in user context

View::execute() — Method in class View
$ MicrosoftOauthClient#endpointProperty in class MicrosoftOauthClient
$ OnedriveOauthClient#endpointProperty in class OnedriveOauthClient
$ Action#exportProperty in class Action
Action::export() — Method in class Action
$ Model#eventProperty in class Model
$ Model#event_coreProperty in class Model
$ Model#event_instanceProperty in class Model
Model::event() — Method in class Model
Model::event_core() — Method in class Model
Model::event_instance() — Method in class Model
$ Page#editProperty in class Page
$ Page#event_invitationProperty in class Page
Page::edit() — Method in class Page
Page::event_invitation() — Method in class Page
$ Calendarset#export_calendars:Property in class Calendarset

stored in MySQL as text

EventClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model event.

$ Event#end_date:Property in class Event

stored in MySQL as date

$ Event#end:Property in class Event

stored in MySQL as timestamp

$ Event#event_mode:Property in class Event

enum event_only|event_invitation|event_vote|event_vote_link|event_vote_closed

$ Participant#event_idProperty in class Participant
$ SyncData#event_idProperty in class SyncData
$ SyncData#event_data:Property in class SyncData

stored in MySQL as mediumblob

$ Page#editProperty in class Page
Page::edit() — Method in class Page
$ HistoryPage#edited_byProperty in class HistoryPage
$ Page#edited_byProperty in class Page
$ PageLive#edited_byProperty in class PageLive
CommentsController::ensureInitialization() — Method in class CommentsController

Not much is needed to run this instance after installation, so just the init method will be called.

EditorClass in namespace XELOS\Modules\Comments\UI

Class Editor This class represents an comment editor to edit/update existing or create new comments.

ExplorerClass in namespace XELOS\Modules\DMS\UI
$ PostAction#eventsProperty in class PostAction
$ PostAction#event_seriesProperty in class PostAction
EventCollectionClass in namespace XELOS\Modules\Eventplanner\Collection
EventplannerControllerDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Model#eventProperty in class Model
Model::event() — Method in class Model
$ Page#event_actionProperty in class Page
Page::event_action() — Method in class Page
$ Ui#eventProperty in class Ui
EventDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Event.

$ EventDocumentation#end:Property in class EventDocumentation

stored in MySQL as timestamp

$ InvitationReplyLogDocumentation#event_idProperty in class InvitationReplyLogDocumentation
$ InvoiceDocumentation#event_idProperty in class InvoiceDocumentation
$ InvoiceDocumentation#email:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ JobDocumentation#event_idProperty in class JobDocumentation
$ ParticipantDocumentation#event_idProperty in class ParticipantDocumentation
$ ParticipantDocumentation#email:Property in class ParticipantDocumentation

stored in MySQL as varchar

$ ParticipantLogDocumentation#event_idProperty in class ParticipantLogDocumentation
$ PriceCategoryDocumentation#event_idProperty in class PriceCategoryDocumentation
$ RelatedEventsDocumentation#event_ids:Property in class RelatedEventsDocumentation

stored in MySQL as varchar

$ UserGroupTicketContingentDocumentation#event_idProperty in class UserGroupTicketContingentDocumentation
EventplannerControllerClass in namespace XELOS\Modules\Eventplanner
EventplannerController::ensureInitialization() — Method in class EventplannerController

Makes sure at least one category exists.

EventplannerUpcomingShowPortletClass in namespace XELOS\Modules\Eventplanner\Hook\Portal
EventClass in namespace XELOS\Modules\Eventplanner\Model
Participant::exchange_placeholders() — Method in class Participant
EventActionPageClass in namespace XELOS\Modules\Eventplanner\Page
EventClass in namespace XELOS\Modules\Eventplanner\UI
$ Page#editProperty in class Page
Page::edit() — Method in class Page
ForumController::ensureInitialization() — Method in class ForumController

Create default category and thread

EditPageClass in namespace XELOS\Modules\Forum\Page

Class EditPage

ModeratorRole::enableModerate() — Method in class ModeratorRole
Step::editCategory() — Method in class Step
Step::editDiscussion() — Method in class Step
Step::editPost() — Method in class Step
$ Page#editProperty in class Page
Page::edit() — Method in class Page
EditPageClass in namespace XELOS\Modules\GroupsTasks\Page
$ Model#external_invitationProperty in class Model
Model::external_invitation() — Method in class Model
$ JobDocumentation#error_message:Property in class JobDocumentation

stored in MySQL as text

$ JobHistoryDocumentation#error_message:Property in class JobHistoryDocumentation

stored in MySQL as text

BatchJob::execute() — Method in class BatchJob

Schedule all jobs in this batch

JobScheduler::execute() — Method in class JobScheduler
TestJob::execute() — Method in class TestJob

Main Function which will be executed during the running the job

$ Page#edit_itemProperty in class Page
Page::edit_item() — Method in class Page
EnsureFormPayloadActionClass in namespace XELOS\Modules\Lists\Hook\Workflows
ListsController::ensureInitialization() — Method in class ListsController

Makes sure a default category will be set with it's corresponding rights preset

$ ListItem#end_atProperty in class ListItem

Timespan value to end at

EditItemPageClass in namespace XELOS\Modules\Lists\Page
EventCollectorClass in namespace XELOS\Modules\Lookbook\Hook\SystemStats
NewsController::ensureInitialization() — Method in class NewsController

This makes sure at least one category exists.

ReadConfirmationController::ensureInitialization() — Method in class ReadConfirmationController

Makes sure the instance is initialized properly and ready to use.

ElasticSearchAdapterClass in namespace XELOS\Modules\Search\Adapter

Elastic Search Adapter Uses an Elastic Search Server for indexing and search operations in XELOS

QueryBuilder::escapeQuery() — Method in class QueryBuilder

Elastic Search has Reserved Characters which need escaping https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_reserved_characters

$ AbstractDocumentBrowser#enable_load_moreProperty in class AbstractDocumentBrowser
$ AbstractDocumentBrowser#enable_searchProperty in class AbstractDocumentBrowser
$ AbstractDocumentBrowser#enable_context_menuProperty in class AbstractDocumentBrowser
$ BrowserFile#extProperty in class BrowserFile
$ Page#editProperty in class Page
$ Page#exportProperty in class Page
Page::edit() — Method in class Page
Page::export() — Method in class Page
EditPageClass in namespace XELOS\Modules\SmartWiki\Page
ExportPageClass in namespace XELOS\Modules\SmartWiki\Page
SmartWikiController::export_pages() — Method in class SmartWikiController

Exports wiki pages to various output formats

SmartWikiController::ensureInitialization() — Method in class SmartWikiController

This makes sure at least the home page exists.

$ Model#entryProperty in class Model
Model::entry() — Method in class Model
EntryDocumentationClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\Model

This file provides property and method documentation for the model entry.

EventTriggerClass in namespace XELOS\Modules\SystemAdmin\Docs\ClassGenerated\Model

This file provides property and method documentation for the model EventTrigger.

$ EventTrigger#event:Property in class EventTrigger

stored in MySQL as varchar

SystemDaemon::ensure_init() — Method in class SystemDaemon

Initalize Daemon Process and Engine

PreviewJob::execute() — Method in class PreviewJob

Main Job Execution Logic

Category::evaluateTemplateId() — Method in class Category

Evaluates the first possible template ID from the category (and parent categories) and returns it.

$ SystemDMSController#enable_search_indexProperty in class SystemDMSController
SystemDMSController::ensureInitialization() — Method in class SystemDMSController

Creates a default category within current context if no root category exists.

ExplorerClass in namespace XELOS\Modules\SystemDMS\UI

A component for displaying the content of the DMS and allowing a top-down drill down based on meta fields

FolderTreePanel::enrich_with_ancestors() — Method in class FolderTreePanel

Add the document index ids of all ancestors of the document indexes in the passed array

$ Ui#explorerProperty in class Ui
$ ZipImportJob#error_msgProperty in class ZipImportJob

: stored in MySQL as varchar

EmailNotificationChannelClass in namespace XELOS\Modules\SystemNotification\Hook\Notification

Class EmailNotificationHook

$ Model#eventProperty in class Model
Model::event() — Method in class Model
EventDocumentationClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Event.

EventCollectorClass in namespace XELOS\Modules\SystemStats\Hook\SystemStats
EventClass in namespace XELOS\Modules\SystemStats\Model
$ Page#editProperty in class Page
Page::edit() — Method in class Page
TaskList::ensure_default_list() — Method in class TaskList

checks if there is at least one list and if not, create one

EditPageClass in namespace XELOS\Modules\SystemTasks\Page
SystemTasksController::ensureInitialization() — Method in class SystemTasksController

Uses another method to make sure at least one list exists and this instance is ready to use.

$ TranslationJobDocumentation#error_countProperty in class TranslationJobDocumentation
$ Ui#editProperty in class Ui
$ Trendvote#end_at:Property in class Trendvote

stored in MySQL as datetime

FileDeleteJob::execute() — Method in class FileDeleteJob
OAuthClientAction::encodeState() — Method in class OAuthClientAction
$ OAuthClient#endSessionUrlProperty in class OAuthClient

A URL where you can end a session by revoking an access_token.

$ OAuthClient#expiresProperty in class OAuthClient

The lifetime in seconds of the access token

$ OpenIDConfiguration#endSessionEndpointProperty in class OpenIDConfiguration
OauthAccess::exists() — Method in class OauthAccess
ExportExceptionClass in namespace XELOS\Modules\Workflows\Exceptions

Class ImportException

ExampleBeatTheSystemControllerClass in namespace XELOS\Vendor\Blueend\Modules\ExampleBeatTheSystem
ExampleSurveyControllerDocumentationClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ SurveyDocumentation#end_date:Property in class SurveyDocumentation

stored in MySQL as timestamp

ExampleSurveyControllerClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey

F

$ Autoloader#file_prefixProperty in class Autoloader

File Prefixes used by XELOS in front of module name

Autoloader::from_camel_case() — Method in class Autoloader

Returns the passed name in underscore writing (TestClass --> test_class)

$ UserDetails#firstnameProperty in class UserDetails
Table::fillByArray() — Method in class Table

Fills the table with a passed data array containing rows and their named/keyed columns Special Keys: _separator Set this key and will it with a separator caption to output a separator line

Table::fillByModelCollection() — Method in class Table

Fill by Model Collection

$ Core#full_module_namespace_supportProperty in class Core
$ Template#file_cacheProperty in class Template
$ Template#final_render_callProperty in class Template
Template::format_template_specialchars() — Method in class Template

Escape / Convert Template specific characters (###;{{{;}}})

$ ObjectManager#factory_modeProperty in class ObjectManager

This property effects the object cache. By default it is set to false to enable the object cache for all requested objects. If this property is set true, the object cache will be disabled.

$ Controller#full_module_namespace_supportProperty in class Controller
$ LegacyController#full_module_namespace_supportProperty in class LegacyController
SoftDeleteInterface::forceDelete() — Method in class SoftDeleteInterface
$ Model#find_by_separatorsProperty in class Model
Model::find() — Method in class Model

Find Function to find models using the passed condition

Model::functionNameToQuery() — Method in class Model

Converts a findby* function name to SQL query.

Model::find_by_TABLE_COL() — Method in class Model

Returns all models with a specific column value. Query params can be e.g. order_by

Model::find_all_by_TABLE_COL_and_TABLE_COL2() — Method in class Model

Returns loaded ModelCollection

ModelCollection::filter() — Method in class ModelCollection

DESTRUCTIVE This will manipulate the models-list and doesn't return anything!

CollectionCacheTrait::find_by_id() — Method in class CollectionCacheTrait

Wraps the find_by_id() method, to use the search_by_id() method on the cached model collection

CollectionCacheTrait::find_all_by_id() — Method in class CollectionCacheTrait

Wraps the find_all_by_id() method, to use the search_all_by_id() method on the cached model collection

SoftDeleteTrait::forceDelete() — Method in class SoftDeleteTrait

Will execute standard model delete method.

$ MySQLAdapter#fatal_on_errorProperty in class MySQLAdapter
MySQLAdapter::formatQueryForSinglelineOutput() — Method in class MySQLAdapter

Helper to Format multi-line SQL statements into a single line for log output NOTE: The resulting query string is for display purposes only and should not be used again as query as also field values may be shortened

$ Lib#formatProperty in class Lib
$ Lib#fileProperty in class Lib
$ Lib#filehandlerProperty in class Lib
$ Lib#foafProperty in class Lib
Ajax::finish() — Method in class Ajax
Connect::function_exists() — Method in class Connect

Checks wether a certain function is available on the connect server side

Convert::from_file() — Method in class Convert
Convert::from_stream() — Method in class Convert
Convert::from_pdf() — Method in class Convert
Convert::from_txt() — Method in class Convert
Convert::from_ppt() — Method in class Convert
Convert::from_xls() — Method in class Convert
Convert::from_doc() — Method in class Convert
Convert::from_html() — Method in class Convert
Convert::from_docx() — Method in class Convert

Return Text only from Word 2007 Document

Convert::from_xlsx() — Method in class Convert

Return Text only from Excel 2007 Document

Convert::from_pptx() — Method in class Convert

Return Text only from Powerpoint 2007 Document

$ Debug#forced_debuggingProperty in class Debug
SlimTimer::finish() — Method in class SlimTimer
FileClass in namespace XELOS\Framework\XF\Lib
File::filter_by_extension() — Method in class File
File::filter_by_wildcard() — Method in class File
File::filter_onlyfiles() — Method in class File
File::file_exists_cached() — Method in class File

Checks if the passed file exists, cached for the current call

FilehandlerClass in namespace XELOS\Framework\XF\Lib
$ Filehandler#fileinfoProperty in class Filehandler
FoafClass in namespace XELOS\Framework\XF\Lib
FormatClass in namespace XELOS\Framework\XF\Lib

Format Library which allows a country specific formatting of numbers and dates and various other format functions

Format::format_text() — Method in class Format

Format Text String e.g. with Markdown

Format::format_highlight_syntax() — Method in class Format

Highlight Passed Text using a Syntax Highlighter Engine

Format::format_userlink() — Method in class Format

Takes a numeric input and returns an rendered XUI_USERLINK

Format::format_cast() — Method in class Format
Format::format_contrast_color() — Method in class Format
Format::format_sprintf() — Method in class Format
Format::format_string() — Method in class Format
Format::format_by_callback() — Method in class Format
Format::format_filesize() — Method in class Format

Format file size

Format::format_insert() — Method in class Format
Format::format_boolean() — Method in class Format

Formats a boolean value

Format::format_percent() — Method in class Format

Formats a percent value

Format::format_duration() — Method in class Format

Format Duration

Format::format_time() — Method in class Format

Formats a time

Format::format_date() — Method in class Format

Formats a date

Format::format_friendly_date() — Method in class Format
Format::format_datetime() — Method in class Format

Formats a date time

Format::format_timespan() — Method in class Format

Formats a timespan between two dates

Format::format_money() — Method in class Format

Formats a money amount

Format::format_number() — Method in class Format

Formats a number according to local standards and options

Format::format_email() — Method in class Format
Format::format_rrule() — Method in class Format

Formats an rrule to a verbose label

Format::format_number_js() — Method in class Format

Formats a number to be used in javascript (replace ',' with '.' and remove any spaces

Format::format_text_js() — Method in class Format

Formats a text to be included in javascript

Format::format_hashtags() — Method in class Format

Returns a well formatted HTML of the passed tags with special formatting of the hashtags

Format::format_template_specialchars() — Method in class Format
FakeDataClass in namespace XELOS\Framework\XF\Lib\Installer\Seed

Class FakeData Helper Class to generate Models based on FAKE data

DefaultFormatter::format() — Method in class DefaultFormatter
HtmlMailFormatter::format() — Method in class HtmlMailFormatter
$ Mail#force_from_addressProperty in class Mail
$ Mail#force_from_nameProperty in class Mail
Policy::find_users_with_policy() — Method in class Policy
Sec::filename() — Method in class Sec

Make sure a filename does not contain any directory characters to prevent unallowed traversals

$ UserImport#findExistingUserCallbackProperty in class UserImport

A callback to find an existing user. $userData is given as first function parameter.

$ Model#followsProperty in class Model
FrontendBackgroundUpdateInterfaceClass in namespace XELOS\Framework\XF\System\Hook

Interface FrontendBackgroundUpdateInterface

AuditTrail::find_by_id() — Method in class AuditTrail
DocumentIndex::fetchDocumentIndex() — Method in class DocumentIndex

Returns the document index object for given model information.

DocumentIndex::fetchDocumentIndexes() — Method in class DocumentIndex
DocumentIndex::find_all_by_ids() — Method in class DocumentIndex

Returns all document index objects by multiple ids.

DocumentIndex::find_all_by_id() — Method in class DocumentIndex

Returns a collection document index models or false if not found

DocumentIndex::find_by_id() — Method in class DocumentIndex

Returns a collection document index model or false if not found

DocumentIndex::find_all_by_post_id_and_post_type_and_instance_id() — Method in class DocumentIndex
DocumentIndex::find_all_by_parent_document() — Method in class DocumentIndex
DocumentIndex::find_all_by_parent_group_document() — Method in class DocumentIndex
DocumentIndexJobQueue::fetchNextJobs() — Method in class DocumentIndexJobQueue

Returns the next jobs and marks them as being processed

DocumentIndexJobQueue::findAllIdleJobsByStep() — Method in class DocumentIndexJobQueue
DocumentIndexJobQueue::fetchJobsForClusterEval() — Method in class DocumentIndexJobQueue
DocumentIndexJobQueue::finish() — Method in class DocumentIndexJobQueue

Marks this job as finished and removes it from the queue

DocumentIndexLock::filter_activity() — Method in class DocumentIndexLock

Filters the given activity to possible enum value.

DocumentIndexPolicyCluster::find_all_by_document_index_id() — Method in class DocumentIndexPolicyCluster
DocumentIndexPolicyCluster::find_all_by_document_index_id_and_sample_user_id() — Method in class DocumentIndexPolicyCluster
DocumentIndexReference::find_all_by_reference_canonical() — Method in class DocumentIndexReference

Find all references pointing to the given document canonicals

DocumentIndexReference::find_by_document_canonical_and_reference_canonical() — Method in class DocumentIndexReference
DocumentIndexReference::find_by_document_index_id_and_reference_index_id() — Method in class DocumentIndexReference
DocumentIndexReference::find_all_by_document_index_id() — Method in class DocumentIndexReference
FollowsClass in namespace XELOS\Framework\XF\System\Model
Follows::find_all_by_target_type_and_target_id() — Method in class Follows
Follows::find_by_user_id_and_target_type_and_target_id() — Method in class Follows
GlobalConfig::find_by_module_name_and_config_var() — Method in class GlobalConfig
GlobalConfig::find_by_id() — Method in class GlobalConfig
Group::find_all_by_resolved_id() — Method in class Group

Return all Security Groups which match id or name

Group::find_all_children_by_root() — Method in class Group

Returns a ModelCollection of Group models, which are direct children of given $root

I18nLanguage::find_by_status() — Method in class I18nLanguage
InstanceConfig::find_by_instance_id_and_config_var() — Method in class InstanceConfig
InstanceConfig::find_by_id() — Method in class InstanceConfig
InstanceConfig::find_all_by_config_var_and_config_value() — Method in class InstanceConfig
InstanceRegistry::find_by_instance_id() — Method in class InstanceRegistry
InstanceRegistry::find_all_by_module_name() — Method in class InstanceRegistry
ModuleGroupSecurity::find_all_by_member() — Method in class ModuleGroupSecurity

Get all groups the user is a member of

ModuleGroupSecurity::find_by_id() — Method in class ModuleGroupSecurity
ModuleRegistry::find_by_module_name() — Method in class ModuleRegistry
Navigation::find_by_id() — Method in class Navigation
Notification::find_all_by_token() — Method in class Notification
Pages::find_all_by_level_and_instance_id() — Method in class Pages
Policy::find_by_name() — Method in class Policy
Policy::find_by_name_and_instance_id() — Method in class Policy
Policy::find_all_by_instance_id_and_type() — Method in class Policy
Policy::find_all_by_instance_id() — Method in class Policy
Policy::find_by_instance_id_and_name() — Method in class Policy
Policy::find_all_by_instance_id_and_name() — Method in class Policy
Policy2Group::find_all_by_policy_id_and_parity() — Method in class Policy2Group
Policy2Group::find_by_policy_id_and_group_security_id_and_group_id_and_value() — Method in class Policy2Group
Policy2User::find_all_by_policy_id_and_parity() — Method in class Policy2User
ThemeSet::find_by_id() — Method in class ThemeSet
User::filter_user_ids_by_status() — Method in class User

Filter a given set of user_ids and returning only user_ids with matching status

User::find_all_by_user_group() — Method in class User

Find all users belonging to a certain security group, which are NOT disabled

User::find_all_by_id() — Method in class User
User::find_all_by_displayname() — Method in class User
User::find_by_login() — Method in class User
User::find_by_id() — Method in class User
UserDevices::find_by_id() — Method in class UserDevices
$ UI#flash_messagesProperty in class UI
$ UI#feed_linksProperty in class UI
UI::flash_message() — Method in class UI

Stores the passed message as flash message until the next page call

AmchartBar::fill_by_array() — Method in class AmchartBar

Fill Chart with Assoc Array (Category => Value, Category => Value)

AmchartBar::format_category_as_date() — Method in class AmchartBar

Formats the category name into an local date

AmchartPie::fill_by_array() — Method in class AmchartPie

Fill Chart with Assoc Array (Category => Value, Category => Value)

Breadcrumb::fill_by_table() — Method in class Breadcrumb
Breadcrumb::fill_by_tree() — Method in class Breadcrumb
$ Css#folderProperty in class Css
FacetedClass in namespace XELOS\Framework\XF\UI
FormClass in namespace XELOS\Framework\XF\UI

Class Form

$ Form#fieldsProperty in class Form
$ Form#field_default_optionsProperty in class Form
$ Form#feedbackProperty in class Form
Form::form_request_valid() — Method in class Form
Form::form_has_required_fields() — Method in class Form

Returns true if the form contains required fields

Form::fdl2form() — Method in class Form
FormEditorClass in namespace XELOS\Framework\XF\UI
$ FormEditor#field_nameProperty in class FormEditor
$ FormEditor#form_nameProperty in class FormEditor
FormBaseClass in namespace XELOS\Framework\XF\UI\Form

Class FormBase

$ FormBase#formProperty in class FormBase
$ FormBase#field_disable_saveProperty in class FormBase

Set to false if this field is not "saveable", e.g. static test

FormButtonClass in namespace XELOS\Framework\XF\UI\Form

Class FormButton

FormCaptchaClass in namespace XELOS\Framework\XF\UI\Form

Class FormCaptcha Field is automatically considered as required

FormCatSelectorClass in namespace XELOS\Framework\XF\UI\Form

the following fdl is needed to initiate a callback: 'callback'=>array($module_instance,'callback_func_name'[,array('param_key'=>'param_value',...)]) the selector will call the method $this->callback_func_name(Array $params) after the tree has been initialized.

FormCategorySelectorClass in namespace XELOS\Framework\XF\UI\Form

Class FormCategorySelector

FormCheckboxClass in namespace XELOS\Framework\XF\UI\Form
FormColorClass in namespace XELOS\Framework\XF\UI\Form

Class FormColor

FormComponentClass in namespace XELOS\Framework\XF\UI\Form

Class FormComponent

$ FormComponent#formProperty in class FormComponent
FormConfigClass in namespace XELOS\Framework\XF\UI\Form
$ FormConfig#fieldProperty in class FormConfig
FormDateClass in namespace XELOS\Framework\XF\UI\Form

Class FormDate

FormDatetimeClass in namespace XELOS\Framework\XF\UI\Form

Class FormDatetime

FormDescriptionClass in namespace XELOS\Framework\XF\UI\Form

Class FormDescription

$ FormDescription#field_disable_saveProperty in class FormDescription
FormDocumentClass in namespace XELOS\Framework\XF\UI\Form

Class FormDocument

FormDynConfigClass in namespace XELOS\Framework\XF\UI\Form

Class FormDynConfig

FormEmailClass in namespace XELOS\Framework\XF\UI\Form

Class FormEmail

FormFieldsetClass in namespace XELOS\Framework\XF\UI\Form

Class FormFieldset

FormFieldsetCloseClass in namespace XELOS\Framework\XF\UI\Form

Class FormFieldsetClose

FormFileClass in namespace XELOS\Framework\XF\UI\Form

Class FormFile

$ FormFile#file_selectProperty in class FormFile
$ FormFile#file_nameProperty in class FormFile
$ FormFile#file_pathProperty in class FormFile
FormGroupSelectorClass in namespace XELOS\Framework\XF\UI\Form

Class FormGroupSelector

FormHiddenClass in namespace XELOS\Framework\XF\UI\Form

Class FormHidden

FormIconSelectClass in namespace XELOS\Framework\XF\UI\Form

Class FormIconSelect

FormListSelectorClass in namespace XELOS\Framework\XF\UI\Form

Show available list hooks (email lists)

FormMultifileClass in namespace XELOS\Framework\XF\UI\Form

Class FormMultifile

FormMultitextClass in namespace XELOS\Framework\XF\UI\Form

Class FormMultitext

FormNumberClass in namespace XELOS\Framework\XF\UI\Form

Class FormNumber

FormPasswordClass in namespace XELOS\Framework\XF\UI\Form

Class FormPassword

FormPaymentClass in namespace XELOS\Framework\XF\UI\Form

Class FormPayment

FormPhoneClass in namespace XELOS\Framework\XF\UI\Form

Class FormPhone

FormPolicySelectorClass in namespace XELOS\Framework\XF\UI\Form

Class FormPolicySelector

FormRadioClass in namespace XELOS\Framework\XF\UI\Form

Class FormRadio

FormRowRendererClass in namespace XELOS\Framework\XF\UI\Form

Class FormRowRenderer

$ FormRowRenderer#formProperty in class FormRowRenderer

Reference to form

$ FormRowRenderer#fieldsProperty in class FormRowRenderer
$ FormRowRenderer#field_dataProperty in class FormRowRenderer
FormRowRendererMultifieldRowClass in namespace XELOS\Framework\XF\UI\Form

Class FormRowRendererMultifieldRow

FormRowRendererMultirowTableClass in namespace XELOS\Framework\XF\UI\Form

Class FormRowRenderer_multirow_table

FormRruleClass in namespace XELOS\Framework\XF\UI\Form

Class FormRRule

FormSectionBreakClass in namespace XELOS\Framework\XF\UI\Form

Class FormSectionBreak

$ FormSectionBreak#field_disable_saveProperty in class FormSectionBreak
FormSelectClass in namespace XELOS\Framework\XF\UI\Form
FormSliderClass in namespace XELOS\Framework\XF\UI\Form
FormStaticTextClass in namespace XELOS\Framework\XF\UI\Form

Class FormStaticText

$ FormStaticText#field_disable_saveProperty in class FormStaticText
FormStaticValueClass in namespace XELOS\Framework\XF\UI\Form

Class FormStaticValue

FormTagClass in namespace XELOS\Framework\XF\UI\Form

Class FormTag

FormTextareaClass in namespace XELOS\Framework\XF\UI\Form
FormTextboxClass in namespace XELOS\Framework\XF\UI\Form
FormTextboxListClass in namespace XELOS\Framework\XF\UI\Form

Class FormTextboxList

FormTileSelectionClass in namespace XELOS\Framework\XF\UI\Form

Class FormTileSelection

FormToggleSwitchClass in namespace XELOS\Framework\XF\UI\Form

Class FormToggleSwitch

FormUrlClass in namespace XELOS\Framework\XF\UI\Form

Class FormUrl

FormUserSelectorClass in namespace XELOS\Framework\XF\UI\Form

Class FormUserSelector

FormWebfetcherClass in namespace XELOS\Framework\XF\UI\Form

Class FormWebfetcher

FroalaEditorBuilderClass in namespace XELOS\Framework\XF\UI\Form\Helper

Class FroalaEditorBuilder

FroalaInsertGroupClass in namespace XELOS\Framework\XF\UI\Form\Helper

Class FroalaInsertGroup

FroalaOptionClass in namespace XELOS\Framework\XF\UI\Form\Helper

Class FroalaOption

FroalaOption::fileAllowedTypes() — Method in class FroalaOption

The list of file types that are allowed to be uploaded. Although this will restrict uploading other types of files, we strongly recommend you to check the file type on the server too.

FroalaOption::fileInsertButtons() — Method in class FroalaOption

The list of buttons that appear in the insert file popup, when inserting a new file into the WYSIWYG editor.

FroalaOption::fileMaxSize() — Method in class FroalaOption

The maximum file size allowed on upload in bytes. The default value is 10MB. Although this makes an additional check before uploading the file, it is highly recommended to check file size on your server too.

FroalaOption::fileUpload() — Method in class FroalaOption

Enable or disable file upload.

FroalaOption::fileUploadMethod() — Method in class FroalaOption

The HTTP file upload request type.

FroalaOption::fileUploadParam() — Method in class FroalaOption

Customize the name of the parameter that contains the file in the upload request.

FroalaOption::fileUploadParams() — Method in class FroalaOption

Pass additional parameters to the file upload request.

FroalaOption::fileUploadToS3() — Method in class FroalaOption

Set the options for file upload to S3. All the fields from the example below are required. Also make sure that you have enabled <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html" title="CORS" target="_blank" rel="nofollow">CORS on Amazon.

Note: uploadURL property can be used instead of bucket and region properties to specify a custom URL from Amazon where to upload the image.

FroalaOption::fileUploadURL() — Method in class FroalaOption

The URL where the files uploaded by the user are saved. When a file is uploaded, the editor sends the file to the server through a HTTP request. The server should process the data from the file parameter of the request and return a JSON object containing a link field with the link to the uploaded file. More details can be found in the File Upload concept article.
E.g. {link: 'path/to/file.pdf'}.

Note 1: By default, the files are stored on our servers, but if you want to have full control over them, you should consider implementing the upload on your server. The files stored on our servers, may be deleted at any time without any notice.
Note 2: If the domain where the file is saved is not the same with the one where the editor is running, you may need to enable <a href="#requestWithCORS" title="requestWithCORS" target="_blank">requestWithCORS option and make specific customizations on the server. For more information please refer to Cross-origin resource sharing.

FroalaOption::fileUseSelectedText() — Method in class FroalaOption

Enables using the file's name instead of the selected text when a file is inserted.

FroalaOption::fontFamily() — Method in class FroalaOption

Defines the fonts that appear under the Font Family button from the rich text editor's toolbar.

FroalaOption::fontFamilyDefaultSelection() — Method in class FroalaOption

The text to display when the font family is unkown or nothing is selected.

FroalaOption::fontFamilySelection() — Method in class FroalaOption

The Font Family button from the WYSIWYG editor's toolbar is replaced with a dropdown showing the actual font family name for the current text selection.

FroalaOption::fontSizeSelection() — Method in class FroalaOption

The Font Size button from the WYSIWYG editor's toolbar is replaced with a dropdown showing the actual font size value for the current text selection.

FroalaOption::fontSize() — Method in class FroalaOption

Defines the font sizes that appear under the Font Size button from the rich text editor's toolbar.

FroalaOption::fontSizeDefaultSelection() — Method in class FroalaOption

The text to display when the font size is unkown or nothing is selected.

FroalaOption::fontSizeUnit() — Method in class FroalaOption

The unit to be used for the font size.

FroalaOption::formEditButtons() — Method in class FroalaOption

Buttons for form edit popup.

FroalaOption::formMultipleStyles() — Method in class FroalaOption

To enable applying multiple css on form elements.

FroalaOption::formStyles() — Method in class FroalaOption

Options for applying styles on form.

FroalaOption::formUpdateButtons() — Method in class FroalaOption

Buttons for form popup.

FroalaOption::fullPage() — Method in class FroalaOption

Allows the usage of HTML, HEAD, BODY tags and DOCTYPE declaration.
Note: Enabling this option will automatically enables the <a href="#iframe" title="iframe" target="_blank">iframe option.

FroalaOption::faButtons() — Method in class FroalaOption

The list of Font Awesome buttons to show in the popup for inserting icons.

FroalaOption::fontAwesomeSets() — Method in class FroalaOption

The list of Font Awesome icons to show in the modal for inserting icons.

FroalaOption::fontAwesomeTemplate() — Method in class FroalaOption

Set the template to be used for the Font Awesome icons inserted in the editor.

FormTextboxTraitClass in namespace XELOS\Framework\XF\UI\Form\Traits

Trait FormTextboxTrait

Image::fit_attributes() — Method in class Image

should be called before render!

$ JavaScript#folderProperty in class JavaScript
$ Table#field_filterProperty in class Table
$ Table#fields_visibleProperty in class Table
$ Table#field_tooltipsProperty in class Table
Table::fill_by_sql() — Method in class Table

Fill Table with Query

Table::fill_by_callback() — Method in class Table
Table::fill_by_model_find() — Method in class Table
Table::fill_by_array() — Method in class Table

Schedule Fill table by array

$ TableRow#fieldsProperty in class TableRow
$ TableRow#fields_formatProperty in class TableRow
$ TableRow#fields_cleanProperty in class TableRow
$ TableRow#field_linksProperty in class TableRow
$ TableRow#field_typeProperty in class TableRow
Tree::fill_by_sql() — Method in class Tree

Fill Tree by query Required fields in the query: id, pid, caption Optional: class

Tree::fill_by_callback() — Method in class Tree
Tree::fill_by_array() — Method in class Tree
$ Wizard#finalCallbackProperty in class Wizard
User::find_policy_values() — Method in class User

Find matches for a policy (Answers the question: To what IDs does the user have access)

User::find_policy() — Method in class User
AdCache::find_by_id() — Method in class AdCache

Returns all models by id and ids. Query params can be e.g. order_by

AdCache::find_all_by_id() — Method in class AdCache

Returns the first model with the given id. Query params can be e.g. order_by

AdCache::find_by_objectsid() — Method in class AdCache
SynchStatus::find_by_objectsid() — Method in class SynchStatus
Calendar::find_by_id() — Method in class Calendar

Returns all models by id and ids. Query params can be e.g. order_by

Calendar::find_all_by_id() — Method in class Calendar

Returns the first model with the given id. Query params can be e.g. order_by

Calendarset::find_by_id() — Method in class Calendarset

Returns all models by id and ids. Query params can be e.g. order_by

Calendarset::find_all_by_id() — Method in class Calendarset

Returns the first model with the given id. Query params can be e.g. order_by

Event::find_by_id() — Method in class Event

Returns all models by id and ids. Query params can be e.g. order_by

Event::find_all_by_id() — Method in class Event

Returns the first model with the given id. Query params can be e.g. order_by

Participant::find_by_id() — Method in class Participant

Returns all models by id and ids. Query params can be e.g. order_by

Participant::find_all_by_id() — Method in class Participant

Returns the first model with the given id. Query params can be e.g. order_by

Reminder::find_by_id() — Method in class Reminder

Returns all models by id and ids. Query params can be e.g. order_by

Reminder::find_all_by_id() — Method in class Reminder

Returns the first model with the given id. Query params can be e.g. order_by

ReminderQueue::find_by_id() — Method in class ReminderQueue

Returns all models by id and ids. Query params can be e.g. order_by

ReminderQueue::find_all_by_id() — Method in class ReminderQueue

Returns the first model with the given id. Query params can be e.g. order_by

SyncData::find_by_id() — Method in class SyncData

Returns all models by id and ids. Query params can be e.g. order_by

SyncData::find_all_by_id() — Method in class SyncData

Returns the first model with the given id. Query params can be e.g. order_by

SyncSetting::find_by_id() — Method in class SyncSetting

Returns all models by id and ids. Query params can be e.g. order_by

SyncSetting::find_all_by_id() — Method in class SyncSetting

Returns the first model with the given id. Query params can be e.g. order_by

Component::find_by_id() — Method in class Component

Returns all models by id and ids. Query params can be e.g. order_by

Component::find_all_by_id() — Method in class Component

Returns the first model with the given id. Query params can be e.g. order_by

ComponentLive::find_by_id() — Method in class ComponentLive

Returns all models by id and ids. Query params can be e.g. order_by

ComponentLive::find_all_by_id() — Method in class ComponentLive

Returns the first model with the given id. Query params can be e.g. order_by

History::find_by_id() — Method in class History

Returns all models by id and ids. Query params can be e.g. order_by

History::find_all_by_id() — Method in class History

Returns the first model with the given id. Query params can be e.g. order_by

HistoryComponent::find_by_id() — Method in class HistoryComponent

Returns all models by id and ids. Query params can be e.g. order_by

HistoryComponent::find_all_by_id() — Method in class HistoryComponent

Returns the first model with the given id. Query params can be e.g. order_by

HistoryPage::find_by_id() — Method in class HistoryPage

Returns all models by id and ids. Query params can be e.g. order_by

HistoryPage::find_all_by_id() — Method in class HistoryPage

Returns the first model with the given id. Query params can be e.g. order_by

Page::find_by_id() — Method in class Page

Returns all models by id and ids. Query params can be e.g. order_by

Page::find_all_by_id() — Method in class Page

Returns the first model with the given id. Query params can be e.g. order_by

PageLive::find_by_id() — Method in class PageLive

Returns all models by id and ids. Query params can be e.g. order_by

PageLive::find_all_by_id() — Method in class PageLive

Returns the first model with the given id. Query params can be e.g. order_by

Partial::find_by_id() — Method in class Partial

Returns all models by id and ids. Query params can be e.g. order_by

Partial::find_all_by_id() — Method in class Partial

Returns the first model with the given id. Query params can be e.g. order_by

PartialLive::find_by_id() — Method in class PartialLive

Returns all models by id and ids. Query params can be e.g. order_by

PartialLive::find_all_by_id() — Method in class PartialLive

Returns the first model with the given id. Query params can be e.g. order_by

Comment::find_by_id() — Method in class Comment

Returns all models by id and ids. Query params can be e.g. order_by

Comment::find_all_by_id() — Method in class Comment

Returns the first model with the given id. Query params can be e.g. order_by

Comment::find_all_by_group_id() — Method in class Comment
LinkInfo::find_by_id() — Method in class LinkInfo

Returns all models by id and ids. Query params can be e.g. order_by

LinkInfo::find_all_by_id() — Method in class LinkInfo

Returns the first model with the given id. Query params can be e.g. order_by

LinkInfo::find_all_by_group_id() — Method in class LinkInfo
Comment::find_all_by_pid() — Method in class Comment
Comment::find_all_by_group_id_and_created_at() — Method in class Comment
Comment::find_by_id() — Method in class Comment
LinkInfo::find_by_url() — Method in class LinkInfo
FormCommentClass in namespace XELOS\Modules\Comments\UI\Form

Class FormComment

FilterPanelClass in namespace XELOS\Modules\DMS\UI

UI Component that allow the user to filter other DMS panels based on a specific set of qualities such as

  • index search term
  • filename
  • author
  • filesize
  • template variables
  • tags
FolderTreePanelClass in namespace XELOS\Modules\DMS\UI

Panel that displays the category tree, highlighting the currently selected

FormFilterSpecificationClass in namespace XELOS\Modules\DMS\UI\Form
FormReportSpecificationClass in namespace XELOS\Modules\DMS\UI\Form
FollowedDocumentsShowPortletClass in namespace XELOS\Modules\Doclink\Hook\Portal
EventCollection::filterMyEvents() — Method in class EventCollection
EventCollection::filterByStartAndEnd() — Method in class EventCollection

Filter events for a specific date range

EventCollection::filterByCategory() — Method in class EventCollection

Filter Collection by category_id

EventCollection::filterByTags() — Method in class EventCollection
EventCollection::filterBySearchQuery() — Method in class EventCollection

Dummy Code for discussion

$ Page#feedProperty in class Page
Page::feed() — Method in class Page
CategoryDocumentation::find_by_id() — Method in class CategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CategoryDocumentation::find_all_by_id() — Method in class CategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

EventDocumentation::find_by_id() — Method in class EventDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

EventDocumentation::find_all_by_id() — Method in class EventDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ InvitationReplyLogDocumentation#from_email:Property in class InvitationReplyLogDocumentation

stored in MySQL as varchar

$ InvitationReplyLogDocumentation#from_name:Property in class InvitationReplyLogDocumentation

stored in MySQL as varchar

InvitationReplyLogDocumentation::find_by_id() — Method in class InvitationReplyLogDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

InvitationReplyLogDocumentation::find_all_by_id() — Method in class InvitationReplyLogDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ InvoiceDocumentation#firstname:Property in class InvoiceDocumentation

stored in MySQL as varchar

InvoiceDocumentation::find_by_id() — Method in class InvoiceDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

InvoiceDocumentation::find_all_by_id() — Method in class InvoiceDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

InvoiceTemplateDocumentation::find_by_id() — Method in class InvoiceTemplateDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

InvoiceTemplateDocumentation::find_all_by_id() — Method in class InvoiceTemplateDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

JobDocumentation::find_by_id() — Method in class JobDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

JobDocumentation::find_all_by_id() — Method in class JobDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ NumberrangeDocumentation#format:Property in class NumberrangeDocumentation

stored in MySQL as varchar

NumberrangeDocumentation::find_by_id() — Method in class NumberrangeDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

NumberrangeDocumentation::find_all_by_id() — Method in class NumberrangeDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ ParticipantDocumentation#firstname:Property in class ParticipantDocumentation

stored in MySQL as varchar

ParticipantDocumentation::find_by_id() — Method in class ParticipantDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ParticipantDocumentation::find_all_by_id() — Method in class ParticipantDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ParticipantLogDocumentation::find_by_id() — Method in class ParticipantLogDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ParticipantLogDocumentation::find_all_by_id() — Method in class ParticipantLogDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

PriceCategoryDocumentation::find_by_id() — Method in class PriceCategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PriceCategoryDocumentation::find_all_by_id() — Method in class PriceCategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

RelatedEventsDocumentation::find_by_id() — Method in class RelatedEventsDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

RelatedEventsDocumentation::find_all_by_id() — Method in class RelatedEventsDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TicketDocumentation::find_by_id() — Method in class TicketDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TicketDocumentation::find_all_by_id() — Method in class TicketDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

UserGroupTicketContingentDocumentation::find_by_id() — Method in class UserGroupTicketContingentDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

UserGroupTicketContingentDocumentation::find_all_by_id() — Method in class UserGroupTicketContingentDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

EventplannerUpcomingShowPortlet::filter() — Method in class EventplannerUpcomingShowPortlet
EventplannerUpcomingShowPortlet::filterCategories() — Method in class EventplannerUpcomingShowPortlet
Category::find_categories_by_ids() — Method in class Category
Category::find_categories() — Method in class Category
Event::find_by_id() — Method in class Event
Event::find_all_by_id() — Method in class Event
Invoice::find_by_id() — Method in class Invoice
Invoice::find_by_custom_id() — Method in class Invoice
Invoice::find_by_id_and_custom_id() — Method in class Invoice
Invoice::find_all_by_custom_id() — Method in class Invoice
Invoice::find_all_by_event_id() — Method in class Invoice
Invoice::find_all_by_event_id_and_id() — Method in class Invoice
Invoice::find_all_by_event_id_and_custom_id() — Method in class Invoice
Invoice::find_all_by_event_id_and_payment_status() — Method in class Invoice
Invoice::find_all_by_custom_id_and_payment_status() — Method in class Invoice
Invoice::find_all_by_custom_id_and_event_id_and_payment_status() — Method in class Invoice
Invoice::find_all_by_id_and_event_id_and_payment_status() — Method in class Invoice
InvoiceTemplate::find_by_id() — Method in class InvoiceTemplate
Job::find_by_status() — Method in class Job
Job::find_by_event_id_and_status() — Method in class Job
Job::find_by_event_id_and_status_and_created_at() — Method in class Job
Numberrange::find_by_id() — Method in class Numberrange
Participant::find_all_by_event_id_and_query() — Method in class Participant
Participant::find_all_by_event_id_and_status_and_query() — Method in class Participant
Participant::find_all_by_event_id_and_query_and_custom_id() — Method in class Participant
Participant::find_all_by_event_id_and_status_and_query_and_unknown() — Method in class Participant
Participant::find_by_event_id_and_query_and_bought_tickets() — Method in class Participant

Used on the participants page to show all participants with bought tickets.

Participant::find_by_id_and_event_id() — Method in class Participant

overwritten find by function (joins with system_user table)

Participant::find_by_user_id_and_event_id() — Method in class Participant

overwritten find by function (joins with system_user table)

Participant::find_by_email_and_event_id() — Method in class Participant

overwritten find by function (joins with system_user table)

Participant::find_by_custom_id() — Method in class Participant

Find the participant with the given custom_id

Participant::find_by_event_id_and_custom_id() — Method in class Participant

Find the participant with the given custom_id

Participant::find_all_by_event_id() — Method in class Participant
Participant::find_by_event_id_and_user_id() — Method in class Participant
Participant::find_by_event_id_and_email() — Method in class Participant
Participant::find_all_by_event_id_and_id() — Method in class Participant
Participant::find_by_id() — Method in class Participant
PriceCategory::find_all_by_event_id() — Method in class PriceCategory
PriceCategory::find_all_by_id() — Method in class PriceCategory
RelatedEvents::find_by_event_id() — Method in class RelatedEvents
RelatedEvents::find_by_id() — Method in class RelatedEvents
Ticket::find_all_by_invoice_id() — Method in class Ticket
Ticket::find_all_by_invoice_id_and_price_category_id() — Method in class Ticket
UserGroupTicketContingent::find_all_by_event_id_and_user_group_id() — Method in class UserGroupTicketContingent
FeedPageClass in namespace XELOS\Modules\Eventplanner\Page
ModerateAction::findParentsBySearchAction() — Method in class ModerateAction

Tries to find writable parent elements of search query request from autocomplete

ForumControllerDocumentationClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Page#feedProperty in class Page
Page::feed() — Method in class Page
CategoryDocumentation::find_by_id() — Method in class CategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CategoryDocumentation::find_all_by_id() — Method in class CategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

PostDocumentation::find_by_id() — Method in class PostDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PostDocumentation::find_all_by_id() — Method in class PostDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ThreadDocumentation::find_by_id() — Method in class ThreadDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ThreadDocumentation::find_all_by_id() — Method in class ThreadDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

VotesDocumentation::find_by_id() — Method in class VotesDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

VotesDocumentation::find_all_by_id() — Method in class VotesDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ForumControllerClass in namespace XELOS\Modules\Forum

ForumController Class

$ Category#filled_by_arrayProperty in class Category
Category::find_by_p_id_and_group_id() — Method in class Category
Category::find_all_by_group_id() — Method in class Category
Category::find_all_by_p_id() — Method in class Category
$ Post#filled_by_arrayProperty in class Post
Post::fill_by_array() — Method in class Post
Post::find_by_thread_id() — Method in class Post
Post::find_all_by_thread_id() — Method in class Post
$ Thread#filled_by_arrayProperty in class Thread
Thread::findAllExpiring() — Method in class Thread
Thread::find_all_by_category_id() — Method in class Thread
Votes::find_by_instance_id_and_thread_id_and_user_id() — Method in class Votes
FeedPageClass in namespace XELOS\Modules\Forum\Page
ForumCestClass in namespace XELOS\Modules\Forum\Tests\Codeception\Acceptance
$ TaskDocumentation#finished_byProperty in class TaskDocumentation
$ TaskDocumentation#finished_at:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::find_by_id() — Method in class TaskDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TaskDocumentation::find_all_by_id() — Method in class TaskDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

Category::find_by_id() — Method in class Category

Returns all models by id and ids. Query params can be e.g. order_by

Category::find_all_by_id() — Method in class Category

Returns the first model with the given id. Query params can be e.g. order_by

$ Group#first_steps_statusProperty in class Group
Group::find_by_id() — Method in class Group

Returns all models by id and ids. Query params can be e.g. order_by

Group::find_all_by_id() — Method in class Group

Returns the first model with the given id. Query params can be e.g. order_by

Invitation::find_by_id() — Method in class Invitation

Returns all models by id and ids. Query params can be e.g. order_by

Invitation::find_all_by_id() — Method in class Invitation

Returns the first model with the given id. Query params can be e.g. order_by

Member::find_by_id() — Method in class Member

Returns all models by id and ids. Query params can be e.g. order_by

Member::find_all_by_id() — Method in class Member

Returns the first model with the given id. Query params can be e.g. order_by

Module::find_by_id() — Method in class Module

Returns all models by id and ids. Query params can be e.g. order_by

Module::find_all_by_id() — Method in class Module

Returns the first model with the given id. Query params can be e.g. order_by

Newsletter::find_by_id() — Method in class Newsletter

Returns all models by id and ids. Query params can be e.g. order_by

Newsletter::find_all_by_id() — Method in class Newsletter

Returns the first model with the given id. Query params can be e.g. order_by

Pending::find_by_id() — Method in class Pending

Returns all models by id and ids. Query params can be e.g. order_by

Pending::find_all_by_id() — Method in class Pending

Returns the first model with the given id. Query params can be e.g. order_by

$ JobDocumentation#finished_at:Property in class JobDocumentation

stored in MySQL as datetime

JobDocumentation::find_by_id() — Method in class JobDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

JobDocumentation::find_all_by_id() — Method in class JobDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ JobHistoryDocumentation#finished_at:Property in class JobHistoryDocumentation

stored in MySQL as datetime

JobHistoryDocumentation::find_by_id() — Method in class JobHistoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

JobHistoryDocumentation::find_all_by_id() — Method in class JobHistoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

JobScheduler::finish() — Method in class JobScheduler

Finish a job

Job::finish() — Method in class Job

Mark this Job as finished (successful)

Job::fetchNextJobs() — Method in class Job

Returns the next jobs and marks them as being processed

Job::fetchNextJob() — Method in class Job
Job::find_all_by_owner_thread() — Method in class Job
Job::find_all_by_owner_thread_and_status() — Method in class Job
Job::find_by_id_token() — Method in class Job
Job::find_by_id_token_and_status() — Method in class Job
Job::find_all_by_reference_id_and_status() — Method in class Job
JobHistory::find_by_id_token() — Method in class JobHistory
PageDocumentation::find_by_id() — Method in class PageDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PageDocumentation::find_all_by_id() — Method in class PageDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

FormprocessorActionClass in namespace XELOS\Modules\Lists\Action
$ FormprocessorAction#fdlProperty in class FormprocessorAction
$ FormprocessorAction#formdataProperty in class FormprocessorAction
$ FormprocessorAction#field_id_indexProperty in class FormprocessorAction
FormprocessorEmailActionClass in namespace XELOS\Modules\Lists\Action
FormprocessorWorkflowActionClass in namespace XELOS\Modules\Lists\Action

Class XELOS\Modules\Lists\Action\FormprocessorWorkflowAction This Class will start the workflow for a list item

$ Action#formprocessorProperty in class Action
$ Action#formprocessor_emailProperty in class Action
$ Action#formprocessor_workflowProperty in class Action
Action::formprocessor() — Method in class Action
Action::formprocessor_email() — Method in class Action
Action::formprocessor_workflow() — Method in class Action
CategoryDocumentation::find_by_id() — Method in class CategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CategoryDocumentation::find_all_by_id() — Method in class CategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ ListDocumentation#form_identifier:Property in class ListDocumentation

stored in MySQL as varchar

$ ListDocumentation#form_description:Property in class ListDocumentation

stored in MySQL as text

$ ListDocumentation#form_struct:Property in class ListDocumentation

stored in MySQL as text

$ ListDocumentation#form_link:Property in class ListDocumentation

stored in MySQL as tinyint

$ ListDocumentation#form_process:Property in class ListDocumentation

stored in MySQL as varchar

ListDocumentation::find_by_id() — Method in class ListDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ListDocumentation::find_all_by_id() — Method in class ListDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ ListItemDocumentation#form_data:Property in class ListItemDocumentation

stored in MySQL as text

$ ListItemDocumentation#facetted_1:Property in class ListItemDocumentation

stored in MySQL as varchar

$ ListItemDocumentation#facetted_2:Property in class ListItemDocumentation

stored in MySQL as varchar

$ ListItemDocumentation#facetted_3:Property in class ListItemDocumentation

stored in MySQL as varchar

$ ListItemDocumentation#facetted_4:Property in class ListItemDocumentation

stored in MySQL as varchar

$ ListItemDocumentation#facetted_5:Property in class ListItemDocumentation

stored in MySQL as varchar

ListItemDocumentation::find_by_id() — Method in class ListItemDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ListItemDocumentation::find_all_by_id() — Method in class ListItemDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ListStatusDocumentation::find_by_id() — Method in class ListStatusDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ListStatusDocumentation::find_all_by_id() — Method in class ListStatusDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

FieldClass in namespace XELOS\Modules\Lists\Hook\Base
Field::formatValueForDisplay() — Method in class Field

Formats the values before they will be inserted into the table at the ItemList component.

FieldsetClass in namespace XELOS\Modules\Lists\Hook\Base\Field
FriendlyIdClass in namespace XELOS\Modules\Lists\Hook\Base\Field
Textbox::formatValueForDisplay() — Method in class Textbox

Formats the values before they will be inserted into the table at the ItemList component.

FilterListItemsActionClass in namespace XELOS\Modules\Lists\Hook\Workflows
Category::find_by_id() — Method in class Category
Category::find_all_by_id() — Method in class Category
Category::find_all_by_pid() — Method in class Category
$ ListItem#form_dataProperty in class ListItem

: stored in MySQL as text

$ ListItem#facetted_1Property in class ListItem
$ ListItem#facetted_2Property in class ListItem
$ ListItem#facetted_3Property in class ListItem
$ ListItem#facetted_4Property in class ListItem
$ ListItem#facetted_5Property in class ListItem
ListItem::find_by_id() — Method in class ListItem
ListItem::find_by_id_and_list_id() — Method in class ListItem
ListItem::find_all_by_id() — Method in class ListItem
ListItem::find_all_by_list_id() — Method in class ListItem
ListItem::find_all_by_list_id_and_status_id() — Method in class ListItem
ListItem::find_all_by_id_and_list_id() — Method in class ListItem
$ ListProperties#form_identifierProperty in class ListProperties

Identifier

$ ListProperties#form_typeProperty in class ListProperties

Type [standalone|workflow]

$ ListProperties#form_descriptionProperty in class ListProperties

Description

$ ListProperties#form_structProperty in class ListProperties

Structure JSON encoded array of form fields

$ ListProperties#form_linkProperty in class ListProperties

Form link for redirecting after form submits

$ ListProperties#form_processProperty in class ListProperties

Processor [workflows]

ListProperties::find_by_id() — Method in class ListProperties
ListProperties::find_by_form_identifier() — Method in class ListProperties
ListProperties::find_all_by_category_id() — Method in class ListProperties
ListProperties::find_all_by_active() — Method in class ListProperties
ListProperties::find_all_by_id() — Method in class ListProperties
ListProperties::find_all_by_form_identifier() — Method in class ListProperties
ListProperties::find_all_by_category_id_and_active() — Method in class ListProperties
ListProperties::find_all_by_category_id_and_active_and_title() — Method in class ListProperties
ListStatus::find_by_id() — Method in class ListStatus
ListStatus::find_by_list_id() — Method in class ListStatus
ListStatus::find_by_list_id_and_default() — Method in class ListStatus
ListStatus::find_all_by_id() — Method in class ListStatus
ListStatus::find_all_by_list_id() — Method in class ListStatus
ListStatus::find_all_by_list_id_and_default() — Method in class ListStatus
ListStatus::find_all_by_list_id_and_default_and_id() — Method in class ListStatus
SettingsPage::fillCategoryTreeCB() — Method in class SettingsPage
Profile::find_by_id() — Method in class Profile

Returns all models by id and ids. Query params can be e.g. order_by

Profile::find_all_by_id() — Method in class Profile

Returns the first model with the given id. Query params can be e.g. order_by

Property::find_by_id() — Method in class Property

Returns all models by id and ids. Query params can be e.g. order_by

Property::find_all_by_id() — Method in class Property

Returns the first model with the given id. Query params can be e.g. order_by

PropertyGroup::find_by_id() — Method in class PropertyGroup

Returns all models by id and ids. Query params can be e.g. order_by

PropertyGroup::find_all_by_id() — Method in class PropertyGroup

Returns the first model with the given id. Query params can be e.g. order_by

PropertyTab::find_by_id() — Method in class PropertyTab

Returns all models by id and ids. Query params can be e.g. order_by

PropertyTab::find_all_by_id() — Method in class PropertyTab

Returns the first model with the given id. Query params can be e.g. order_by

Date::formatProperty() — Method in class Date
FollowersExtensionClass in namespace XELOS\Modules\Lookbook\Hooks\Lookbook

Class FollowersExtension

FollowingExtensionClass in namespace XELOS\Modules\Lookbook\Hooks\Lookbook

Class FollowersExtension

FieldInterfaceClass in namespace XELOS\Modules\Lookbook\Interfaces

Interface FieldInterface

FieldInterface::formatProperty() — Method in class FieldInterface

Format property e. g. dates, timestamps, categories, .

ArticleDocumentation::find_by_id() — Method in class ArticleDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ArticleDocumentation::find_all_by_id() — Method in class ArticleDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

CategoryDocumentation::find_by_id() — Method in class CategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CategoryDocumentation::find_all_by_id() — Method in class CategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

FullShowPortletClass in namespace XELOS\Modules\News\Hook\Portal

Portlet Full News display

Article::find_all_by_category_id() — Method in class Article
Workspace::find_by_user_id() — Method in class Workspace
ConfirmationDocumentation::find_by_id() — Method in class ConfirmationDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ConfirmationDocumentation::find_all_by_id() — Method in class ConfirmationDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

DocumentDocumentation::find_by_id() — Method in class DocumentDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

DocumentDocumentation::find_all_by_id() — Method in class DocumentDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

Confirmation::find_by_document_index_id_and_user_id() — Method in class Confirmation
IndexerAction::findAndSetTags() — Method in class IndexerAction

Finds tags from tagging module and sets them.

$ Model#faceted_filterProperty in class Model
Model::faceted_filter() — Method in class Model
FacetedFilterDocumentationClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\Model

This file provides property and method documentation for the model FacetedFilter.

FacetedFilterDocumentation::find_by_id() — Method in class FacetedFilterDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

FacetedFilterDocumentation::find_all_by_id() — Method in class FacetedFilterDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

SearchHistoryDocumentation::find_by_id() — Method in class SearchHistoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

SearchHistoryDocumentation::find_all_by_id() — Method in class SearchHistoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

SearchagentDocumentation::find_by_id() — Method in class SearchagentDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

SearchagentDocumentation::find_all_by_id() — Method in class SearchagentDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TermDocumentation::find_by_id() — Method in class TermDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TermDocumentation::find_all_by_id() — Method in class TermDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

FieldClass in namespace XELOS\Modules\Search\Hook\Base\SearchMetaData
FacetedFilterClass in namespace XELOS\Modules\Search\Model
FacetedFilter::find_all_by_visible() — Method in class FacetedFilter
SearchHistory::find_all_by_user_id() — Method in class SearchHistory
PageDocumentation::find_by_id() — Method in class PageDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PageDocumentation::find_all_by_id() — Method in class PageDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

PageHistoryDocumentation::find_by_id() — Method in class PageHistoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PageHistoryDocumentation::find_all_by_id() — Method in class PageHistoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ PageLinkDocumentation#from_page_idProperty in class PageLinkDocumentation
$ PageLinkDocumentation#from_page_slug:Property in class PageLinkDocumentation

stored in MySQL as varchar

$ PageLinkDocumentation#from_version_idProperty in class PageLinkDocumentation
PageLinkDocumentation::find_by_id() — Method in class PageLinkDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PageLinkDocumentation::find_all_by_id() — Method in class PageLinkDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ InstallEvents#flagsProperty in class InstallEvents
PageHistory::findLastActivePageVersion() — Method in class PageHistory

gets the last active version of a page from history or null if tere wasn't one

DocumentActionHistoryDocumentation::find_by_id() — Method in class DocumentActionHistoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

DocumentActionHistoryDocumentation::find_all_by_id() — Method in class DocumentActionHistoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ DocumentWallItemDocumentation#followed_group_security_idProperty in class DocumentWallItemDocumentation
$ DocumentWallItemDocumentation#followed_user_idProperty in class DocumentWallItemDocumentation
$ DocumentWallItemDocumentation#followed_document_index_idProperty in class DocumentWallItemDocumentation
DocumentWallItemDocumentation::find_by_id() — Method in class DocumentWallItemDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

DocumentWallItemDocumentation::find_all_by_id() — Method in class DocumentWallItemDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ EntryDocumentation#full_link:Property in class EntryDocumentation

stored in MySQL as varchar

EntryDocumentation::find_by_id() — Method in class EntryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

EntryDocumentation::find_all_by_id() — Method in class EntryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

HiddenInstanceDocumentation::find_by_id() — Method in class HiddenInstanceDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

HiddenInstanceDocumentation::find_all_by_id() — Method in class HiddenInstanceDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

BackupQueue::find_by_id() — Method in class BackupQueue

Returns all models by id and ids. Query params can be e.g. order_by

BackupQueue::find_all_by_id() — Method in class BackupQueue

Returns the first model with the given id. Query params can be e.g. order_by

EventTrigger::find_by_id() — Method in class EventTrigger

Returns all models by id and ids. Query params can be e.g. order_by

EventTrigger::find_all_by_id() — Method in class EventTrigger

Returns the first model with the given id. Query params can be e.g. order_by

InstallQueue::find_by_id() — Method in class InstallQueue

Returns all models by id and ids. Query params can be e.g. order_by

InstallQueue::find_all_by_id() — Method in class InstallQueue

Returns the first model with the given id. Query params can be e.g. order_by

FullyIntegratedInterfaceClass in namespace XELOS\Modules\SystemDMS\Interfaces

Interface FullyIntegratedInterface

Category::fill_structure() — Method in class Category
Category::find_by_pid() — Method in class Category
Category::find_by_xfs_source() — Method in class Category
Category::find_all_by_group_id() — Method in class Category
Category::find_all_by_structure() — Method in class Category
Category::find_all_by_group_id_and_pid() — Method in class Category
Category::find_all_by_pid_and_group_id() — Method in class Category
Category::find_all_by_reference_id() — Method in class Category
Category::find_all_by_pid() — Method in class Category
Category::find_by_id_and_group_id() — Method in class Category
Category::find_by_foldername_and_pid() — Method in class Category
Category::find_all_by_system_folder() — Method in class Category
$ Document#file_extensionProperty in class Document

Accessible via XELOS\Modules\SystemDMS\Model\xm_system_dms_document::get_file_extension

$ Document#file_pathProperty in class Document

Accessible via XELOS\Modules\SystemDMS\Model\xm_system_dms_document::get_file_path

Document::find_by_id_and_group_id() — Method in class Document
Document::find_all_by_category_id() — Method in class Document
Document::find_by_xfs_path() — Method in class Document
Document::find_by_id_and_category_id() — Method in class Document
DocumentHistory::find_all_by_deleted_and_group_id() — Method in class DocumentHistory
DocumentHistory::find_all_by_id_and_group_id() — Method in class DocumentHistory
DocumentMetaData::find_all_by_document_id_and_version_id() — Method in class DocumentMetaData
DocumentMetaField::format_data() — Method in class DocumentMetaField

Renders a specific value, depending on the field type

DocumentMetaField::find_all_by_template_id() — Method in class DocumentMetaField
DocumentMetaField::find_all_by_template_id_and_show_as_hierarchy() — Method in class DocumentMetaField
DocumentMetaField::find_all_by_template_id_and_show_as_filter() — Method in class DocumentMetaField
DocumentMetaField::find_all_by_show_as_filter() — Method in class DocumentMetaField
DocumentMetaField::find_by_id_and_template_id() — Method in class DocumentMetaField
DocumentTemplate::find_all_by_group_id() — Method in class DocumentTemplate
FileTemplateClass in namespace XELOS\Modules\SystemDMS\Model
Preview::find_by_document_id_and_version_id() — Method in class Preview
Preview::find_by_document_id_and_version_id_and_type() — Method in class Preview
Preview::find_by_document_id_and_version_id_and_checksum_and_status() — Method in class Preview
Preview::find_by_document_id_and_version_id_and_checksum_and_status_and_type() — Method in class Preview
Preview::find_all_by_document_id_and_version_id_and_status() — Method in class Preview
$ XfsDocument#file_urlProperty in class XfsDocument
$ XfsDocument#filenameProperty in class XfsDocument
XfsDocument::find_xfs_documents_by_xfs_url() — Method in class XfsDocument
XfsDocument::find_by_id() — Method in class XfsDocument

Returns all models. Query params can be e.g. order_by

XfsDocument::find_xfs_documents_by_xfs_path() — Method in class XfsDocument
XfsDocument::find_all_by_category_id() — Method in class XfsDocument
XfsDocument::find_all_by_id() — Method in class XfsDocument
ZipImportJob::find_by_id_and_user_id() — Method in class ZipImportJob
ZipImportJob::find_by_status() — Method in class ZipImportJob
$ SystemDMSController#force_view_modeProperty in class SystemDMSController
$ SystemDMSController#force_category_restrictionProperty in class SystemDMSController

Param will force document panel to treat a given category id as top category

Explorer::force_mode() — Method in class Explorer

Forces the mode to a specific setting, not allowing the user to change it later on Uses the same mode names as set_mode();

Explorer::force_sidebar_status() — Method in class Explorer

Forces the sidebar to a specific state, hiding the toggle that allows the user to open and close it.

FilterPanelClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_filter_panel

FolderTreePanelClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_folder_tree_panel

FormFilterSpecificationClass in namespace XELOS\Modules\SystemDMS\UI\Form

This component provides an editor for defining a single filter specification consisting of several components. These filter specifications are usually reused by the report specification form component through using its helper.

FormReportSpecificationClass in namespace XELOS\Modules\SystemDMS\UI\Form

This component provides an editor for defining report specifications by wrapping several other form components in a XUI component and manually

$ Model#file_templateProperty in class Model
Model::file_template() — Method in class Model
$ Ui#filter_panelProperty in class Ui
$ Ui#folder_tree_panelProperty in class Ui
$ Category#foldernameProperty in class Category

: stored in MySQL as varchar

Category::find_by_id() — Method in class Category

Returns all models by id and ids. Query params can be e.g. order_by

Category::find_all_by_id() — Method in class Category

Returns the first model with the given id. Query params can be e.g. order_by

$ Document#filenameProperty in class Document

: stored in MySQL as varchar

$ Document#fileversionProperty in class Document
$ Document#filesizeProperty in class Document
Document::find_by_id() — Method in class Document

Returns all models by id and ids. Query params can be e.g. order_by

Document::find_all_by_id() — Method in class Document

Returns the first model with the given id. Query params can be e.g. order_by

$ DocumentHistory#filenameProperty in class DocumentHistory

: stored in MySQL as varchar

$ DocumentHistory#fileversionProperty in class DocumentHistory
$ DocumentHistory#filesizeProperty in class DocumentHistory
DocumentHistory::find_by_id() — Method in class DocumentHistory

Returns all models by id and ids. Query params can be e.g. order_by

DocumentHistory::find_all_by_id() — Method in class DocumentHistory

Returns the first model with the given id. Query params can be e.g. order_by

DocumentMetaData::find_by_id() — Method in class DocumentMetaData

Returns all models by id and ids. Query params can be e.g. order_by

DocumentMetaData::find_all_by_id() — Method in class DocumentMetaData

Returns the first model with the given id. Query params can be e.g. order_by

$ DocumentMetaField#fdlProperty in class DocumentMetaField

: stored in MySQL as text

$ DocumentMetaField#formatProperty in class DocumentMetaField

: stored in MySQL as text

DocumentMetaField::find_by_id() — Method in class DocumentMetaField

Returns all models by id and ids. Query params can be e.g. order_by

DocumentMetaField::find_all_by_id() — Method in class DocumentMetaField

Returns the first model with the given id. Query params can be e.g. order_by

DocumentTemplate::find_by_id() — Method in class DocumentTemplate

Returns allmodels by id and ids. Query params can be e.g. order_by

DocumentTemplate::find_all_by_id() — Method in class DocumentTemplate

Returns the first model with the given id. Query params can be e.g. order_by

FileTemplateClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model file_template.

FileTemplate::find_by_id() — Method in class FileTemplate

Returns all models by id and ids. Query params can be e.g. order_by

FileTemplate::find_all_by_id() — Method in class FileTemplate

Returns the first model with the given id. Query params can be e.g. order_by

Preview::find_by_id() — Method in class Preview

Returns all models by id and ids. Query params can be e.g. order_by

Preview::find_all_by_id() — Method in class Preview

Returns the first model with the given id. Query params can be e.g. order_by

Report::find_by_id() — Method in class Report

Returns all models by id and ids. Query params can be e.g. order_by

Report::find_all_by_id() — Method in class Report

Returns the first model with the given id. Query params can be e.g. order_by

$ ZipImportJob#fileProperty in class ZipImportJob

: stored in MySQL as varchar

ZipImportJob::find_by_id() — Method in class ZipImportJob

Returns all models by id and ids. Query params can be e.g. order_by

ZipImportJob::find_all_by_id() — Method in class ZipImportJob

Returns the first model with the given id. Query params can be e.g. order_by

ChannelSettingDocumentation::find_by_id() — Method in class ChannelSettingDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ChannelSettingDocumentation::find_all_by_id() — Method in class ChannelSettingDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

UserSettingDocumentation::find_by_id() — Method in class UserSettingDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

UserSettingDocumentation::find_all_by_id() — Method in class UserSettingDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

NotificationChannel::flush() — Method in class NotificationChannel
NotificationChannelInterface::flush() — Method in class NotificationChannelInterface

Triggered after queuing, should reset your queue and do the actual sending

PushSubscriptionDocumentation::find_by_id() — Method in class PushSubscriptionDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

PushSubscriptionDocumentation::find_all_by_id() — Method in class PushSubscriptionDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

PushSubscription::find_all_by_user_id() — Method in class PushSubscription
PushSubscription::find_by_user_id_and_public_key() — Method in class PushSubscription
AggregateDimensionDocumentation::find_by_id() — Method in class AggregateDimensionDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

AggregateDimensionDocumentation::find_all_by_id() — Method in class AggregateDimensionDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

EventDocumentation::find_by_id() — Method in class EventDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

EventDocumentation::find_all_by_id() — Method in class EventDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

CheckDocumentation::find_by_id() — Method in class CheckDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CheckDocumentation::find_all_by_id() — Method in class CheckDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

NodeDocumentation::find_by_id() — Method in class NodeDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

NodeDocumentation::find_all_by_id() — Method in class NodeDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

Check::find_by_instance_id_and_check_id_and_node_id() — Method in class Check
Check::find_all_by_instance_id_and_check_id_and_active() — Method in class Check
Check::find_all_by_instance_id_and_node_id() — Method in class Check
Check::find_all_by_node_id() — Method in class Check
Node::find_by_node_name() — Method in class Node
Node::find_all_by_active() — Method in class Node
RecurringTaskDocumentation::find_by_id() — Method in class RecurringTaskDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

RecurringTaskDocumentation::find_all_by_id() — Method in class RecurringTaskDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

$ TaskDocumentation#finished_byProperty in class TaskDocumentation
$ TaskDocumentation#finished_at:Property in class TaskDocumentation

stored in MySQL as timestamp

TaskDocumentation::find_by_id() — Method in class TaskDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TaskDocumentation::find_all_by_id() — Method in class TaskDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

RecurringTask::find_all_by_rrule() — Method in class RecurringTask
RecurringTask::find_by_task_id() — Method in class RecurringTask
RecurringTask::find_all_by_target_list_id() — Method in class RecurringTask
$ Task#finished_byProperty in class Task

Finished by User

Task::find_by_id() — Method in class Task
Task::find_all_by_group_id() — Method in class Task
Task::find_all_by_list_id() — Method in class Task
Task::find_all_by_id() — Method in class Task
Task::find_all_by_list_column_id() — Method in class Task
TaskList::find_by_id() — Method in class TaskList
TaskList::find_all_by_group_id() — Method in class TaskList
TaskList::find_all_by_user_id() — Method in class TaskList
TaskList::find_all_by_id() — Method in class TaskList
TaskListColumn::find_all_by_id() — Method in class TaskListColumn
TaskListColumn::find_by_list_id_and_sort() — Method in class TaskListColumn
PushClient::find_by_id() — Method in class PushClient

Returns all models by id and ids. Query params can be e.g. order_by

PushClient::find_all_by_id() — Method in class PushClient

Returns the first model with the given id. Query params can be e.g. order_by

TagDocumentation::find_by_id() — Method in class TagDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TagDocumentation::find_all_by_id() — Method in class TagDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

Tag::findOrCreateByText() — Method in class Tag
Tag::findAllByDocumentIndexId() — Method in class Tag
Tag::find_all_by_tag_text() — Method in class Tag
Tag::find_by_tag_text() — Method in class Tag
TagDocument::findAllByTagIDAndInstanceIDAndGroupIDAndPostType() — Method in class TagDocument

Find all Documents matching Instance/Group ID for a certain tag_id

TagDocument::findAllByTagIDAndParentDocument() — Method in class TagDocument

Find all Documents matching Instance/Group ID for a certain tag_id

TagDocument::find_all_by_document_index_id() — Method in class TagDocument
FeedbackActionClass in namespace XELOS\Modules\Translation\Action
$ Action#feedbackProperty in class Action
Action::feedback() — Method in class Action
$ Page#feedbackProperty in class Page
Page::feedback() — Method in class Page
TranslationDocumentDocumentation::find_by_id() — Method in class TranslationDocumentDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TranslationDocumentDocumentation::find_all_by_id() — Method in class TranslationDocumentDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TranslationDocumentation::find_by_id() — Method in class TranslationDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TranslationDocumentation::find_all_by_id() — Method in class TranslationDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TranslationFeedbackDocumentation::find_by_id() — Method in class TranslationFeedbackDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TranslationFeedbackDocumentation::find_all_by_id() — Method in class TranslationFeedbackDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TranslationJobDocumentation::find_by_id() — Method in class TranslationJobDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

TranslationJobDocumentation::find_all_by_id() — Method in class TranslationJobDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

TranslationDocument::find_by_document_index_id_and_cache_key() — Method in class TranslationDocument

Returns Model for document index id and cache key

TranslationDocument::find_all_by_document_index_id() — Method in class TranslationDocument

Finds all translation models for document_index_id

TranslationFeedback::find_by_source_model_and_source_id_and_target_language() — Method in class TranslationFeedback
TranslationJob::find_all_by_target_model_and_error_count() — Method in class TranslationJob

with error count restriction

TranslationJob::find_all_by_target_model_and_target_id() — Method in class TranslationJob

Returns jobs of target_model and target_id

FeedbackPageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

FormtranslatePageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

Trendvote::find_by_id() — Method in class Trendvote

Returns all models by id and ids. Query params can be e.g. order_by

Trendvote::find_all_by_id() — Method in class Trendvote

Returns the first model with the given id. Query params can be e.g. order_by

$ Model#fileProperty in class Model
Model::file() — Method in class Model
FileDocumentationClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\Model

This file provides property and method documentation for the model File.

$ FileDocumentation#filename:Property in class FileDocumentation

stored in MySQL as varchar

FileDocumentation::find_by_id() — Method in class FileDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

FileDocumentation::find_all_by_id() — Method in class FileDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ScanDocumentation::find_by_id() — Method in class ScanDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ScanDocumentation::find_all_by_id() — Method in class ScanDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

FileDeleteJobClass in namespace XELOS\Modules\VirusScan\Infrastructure\Job
FileClass in namespace XELOS\Modules\VirusScan\Model
File::find_all_by_scan_id() — Method in class File
Scan::find_by_run_status() — Method in class Scan
OAuthClient::fromArray() — Method in class OAuthClient
OauthAccess::find_by_id() — Method in class OauthAccess
OauthAccess::find_by_hook_name_and_hook_instance_and_user_id() — Method in class OauthAccess
OauthAccess::find_by_refresh_token() — Method in class OauthAccess
OauthAccess::find_all_by_user_id_and_expires_at_and_access_token() — Method in class OauthAccess
OauthAccess::find_by_user_id_and_expires_at_and_access_token() — Method in class OauthAccess
OauthAccess::find_by_user_id_and_expires_at_and_authorization_code() — Method in class OauthAccess
OauthAccess::find_by_expires_at_and_access_token() — Method in class OauthAccess
OauthAccess::find_by_expires_at_and_access_token_and_authorization_code() — Method in class OauthAccess
OauthAccess::find_by_access_token() — Method in class OauthAccess
OauthAccess::find_by_access_token_or_refresh_token() — Method in class OauthAccess
CategoryDocumentation::find_by_id() — Method in class CategoryDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

CategoryDocumentation::find_all_by_id() — Method in class CategoryDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

WidgetDocumentation::find_by_id() — Method in class WidgetDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

WidgetDocumentation::find_all_by_id() — Method in class WidgetDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

Widget::find_all_by_active() — Method in class Widget
Widget::find_all_by_active_and_id() — Method in class Widget
Widget::find_all_by_active_and_category_id() — Method in class Widget
Widget::find_all_by_category_id() — Method in class Widget
AnswerDocumentation::find_by_id() — Method in class AnswerDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

AnswerDocumentation::find_all_by_id() — Method in class AnswerDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

ParticipantDocumentation::find_by_id() — Method in class ParticipantDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

ParticipantDocumentation::find_all_by_id() — Method in class ParticipantDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

SurveyDocumentation::find_by_id() — Method in class SurveyDocumentation

Returns all models by id and ids. Query params can be e.g. order_by

SurveyDocumentation::find_all_by_id() — Method in class SurveyDocumentation

Returns the first model with the given id. Query params can be e.g. order_by

G

Autoloader::get_class_path() — Method in class Autoloader

Returns the HDD filepath for the passed class

Autoloader::get_classmap_path_from_ns() — Method in class Autoloader

Returns the base path for the classmap based on the XELOS namespaced path

Autoloader::get_path_from_ns() — Method in class Autoloader

Returns the base path for the classmap based on the XELOS namespaced path

Autoloader::getClassInfoFromNS() — Method in class Autoloader

Returns module_name, vendor, path for XELOS Namespace

Autoloader::get_modules() — Method in class Autoloader

Returns a list of all modules in the module and vendor/*module/ path

Autoloader::get_module_name_from_path() — Method in class Autoloader

Extracts the module name from the full hdd path

Autoloader::get_ns_from_path() — Method in class Autoloader

Extracts a full file path to a file namespace based on the path components if possible

AuthenticationInterface::get_user_details() — Method in class AuthenticationInterface
AuthenticationInterface::get_module_info() — Method in class AuthenticationInterface

Return Auth Method information as keyed array [name, description, config]

AuthenticationInterface::getSessionTTL() — Method in class AuthenticationInterface

Return TTL Time for Session

BaseAuthentication::getSessionTTL() — Method in class BaseAuthentication
BaseAuthentication::getAuthMethod() — Method in class BaseAuthentication

Get Auth Method

$ ActivedirectoryAuthentication#group_mappingsProperty in class ActivedirectoryAuthentication

Map of AD groups to XELOS groups

ActivedirectoryAuthentication::get_user_details() — Method in class ActivedirectoryAuthentication

Get User Details

ActivedirectoryAuthentication::get_module_info() — Method in class ActivedirectoryAuthentication
AlternativeLoginAuthentication::get_user_details() — Method in class AlternativeLoginAuthentication

Get User Details

AlternativeLoginAuthentication::get_module_info() — Method in class AlternativeLoginAuthentication
GuestAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
GuestAuthentication::get_user_details() — Method in class GuestAuthentication
GuestAuthentication::get_module_info() — Method in class GuestAuthentication
InviteAuthentication::get_user_details() — Method in class InviteAuthentication
InviteAuthentication::get_module_info() — Method in class InviteAuthentication

Return Auth Method information as keyed array [name, description, config]

IpAuthentication::get_user_details() — Method in class IpAuthentication
IpAuthentication::get_module_info() — Method in class IpAuthentication
$ LdapAuthentication#group_mappingProperty in class LdapAuthentication
LdapAuthentication::get_user_details() — Method in class LdapAuthentication
LdapAuthentication::get_module_info() — Method in class LdapAuthentication
MobileAccessAuthentication::get_user_details() — Method in class MobileAccessAuthentication
MobileAccessAuthentication::get_module_info() — Method in class MobileAccessAuthentication
NtlmAuthentication::get_user_details() — Method in class NtlmAuthentication

Standard Authentication Function for XelosV3

NtlmAuthentication::get_module_info() — Method in class NtlmAuthentication
RadiusAuthentication::get_user_details() — Method in class RadiusAuthentication
RadiusAuthentication::get_module_info() — Method in class RadiusAuthentication
RemembermeAuthentication::get_user_details() — Method in class RemembermeAuthentication
RemembermeAuthentication::get_module_info() — Method in class RemembermeAuthentication
SamlAuthentication::get_user_details() — Method in class SamlAuthentication

Get User Details

SamlAuthentication::get_module_info() — Method in class SamlAuthentication
SuperuserAuthentication::get_user_details() — Method in class SuperuserAuthentication
SuperuserAuthentication::get_module_info() — Method in class SuperuserAuthentication
XelosAuthentication::get_user_details() — Method in class XelosAuthentication

Return User Details

XelosAuthentication::get_module_info() — Method in class XelosAuthentication
$ UserDetails#guestProperty in class UserDetails
$ UserDetails#groupsProperty in class UserDetails
UserDetails::getProperties() — Method in class UserDetails

Get UserDetails as Array

CommandDefinition::getHandler() — Method in class CommandDefinition
CommandDefinition::getName() — Method in class CommandDefinition
CommandDefinition::getDescription() — Method in class CommandDefinition
CommandDefinition::getArguments() — Method in class CommandDefinition
CommandDefinition::getOptions() — Method in class CommandDefinition
CommandSet::getCommandDefinition() — Method in class CommandSet
CommandSet::getCommandDefinitions() — Method in class CommandSet
CommandSet::getLogger() — Method in class CommandSet
Help::getGlobalOptions() — Method in class Help
Console::getLogger() — Method in class Console
Console::getAvailableCommands() — Method in class Console

Returns all available commands

ConsoleLogger::getLogLevel() — Method in class ConsoleLogger
Input::getBinaryName() — Method in class Input
Input::getCommand() — Method in class Input
Input::getCommandArray() — Method in class Input
Input::getVendorName() — Method in class Input
Input::getModuleName() — Method in class Input
Input::getArgument() — Method in class Input
Input::getArguments() — Method in class Input
Input::getArgumentCount() — Method in class Input
Input::getOption() — Method in class Input
Input::getOptions() — Method in class Input
Input::getVerbosity() — Method in class Input
Output::getVerbosity() — Method in class Output
$ Core#group_contextProperty in class Core
$ Core#group_nameProperty in class Core
$ Core#GPvarsProperty in class Core
Core::get_plugin() — Method in class Core
Core::get_plugins_by_prefix() — Method in class Core
Core::get_dep_page() — Method in class Core
Core::get_group() — Method in class Core
Core::get_security_level() — Method in class Core
Core::get_config() — Method in class Core
Core::get_object() — Method in class Core

Call specific object - allows to use constructor-params (overload function) This function is primarily called from the magic GET and CALL Methods

Core::get_accessible_page() — Method in class Core
Core::get_page() — Method in class Core
Core::get_hook() — Method in class Core
Core::get_hooks() — Method in class Core
Core::getHooksAsObject() — Method in class Core
Core::getGroupSecurityId() — Method in class Core

Get the group_security_id for this instance (optional: based on a local group_context)

Core::get_dep() — Method in class Core
Core::getDependencyInGuessGroupContext() — Method in class Core

Get dependency without unknown group context

Core::get_deps() — Method in class Core
Core::get_parent_context() — Method in class Core

Get Parent Context

Core::get_template() — Method in class Core
Core::get_xf_link() — Method in class Core
Core::get_file_url() — Method in class Core

Constructs and returns a download link for file

Core::get_resize_hash() — Method in class Core

Calculate Resize Hash !Is also called static

Core::get_thumb_url() — Method in class Core
Core::get_preview_url() — Method in class Core
Core::get_file_link() — Method in class Core

Get File Link

Core::get_file_url_args() — Method in class Core
Core::get_actionlog() — Method in class Core

Return the actionlog instance

Core::get_dyn_config() — Method in class Core
Core::get_context_id() — Method in class Core

gets the numerical Context-ID (PrimaryKey in Instance_Registry)

Core::get_default_i18n() — Method in class Core

Get the default language set for this instance

Core::get_available_languages() — Method in class Core

Get the configured languages for this instance

Core::get_document_index_id() — Method in class Core

returns the global document id fron document_index

Core::get_document_index() — Method in class Core

returns the global document index fron document_index

Core::get_system_dms() — Method in class Core

Returns the default dms to store application files.

DatabaseException::getQuery() — Method in class DatabaseException

Returns the Query causing this exception

$ LinkContextHelper#GPvarsProperty in class LinkContextHelper
LinkContextHelper::get_xf_link() — Method in class LinkContextHelper
MagicDocumentHelper::get_document_index() — Method in class MagicDocumentHelper

Returns the document_index

MagicDocumentHelper::get_file_url() — Method in class MagicDocumentHelper

Returns the url to download this file

MagicDocumentHelper::get_file_link() — Method in class MagicDocumentHelper

Get file link

MagicDocumentHelper::get_file_path() — Method in class MagicDocumentHelper

Retrieves the file path for this document, in case any should exist

MagicDocumentHelper::get_file_info() — Method in class MagicDocumentHelper

Get Information about this file

MagicDocumentHelper::get_doclink_url() — Method in class MagicDocumentHelper

Returns the url to the doclink

MagicDocumentHelper::get_preview_link() — Method in class MagicDocumentHelper

Returns a link to the document opening the doc viewer

MagicDocumentHelper::get_document_xui() — Method in class MagicDocumentHelper

Return the xui element for the document

MagicDocumentHelper::get_webdav_url() — Method in class MagicDocumentHelper

Returns the webdav url that can be used to directly open the document belonging to this file.

MagicMethodHelper::get_object() — Method in class MagicMethodHelper
$ XUILinkHelper#GPvarsProperty in class XUILinkHelper
XUILinkHelper::get_config() — Method in class XUILinkHelper
XUILinkHelper::get_xf_link() — Method in class XUILinkHelper
Template::get_xtag_registry() — Method in class Template

Returns the xtag registry

Template::get_config() — Method in class Template

Get Config Value of Custom Theme Config

Template::get_template_debug() — Method in class Template

Returns the debug output for the current template

Template::get_render_mode() — Method in class Template
Template::get_output_mode() — Method in class Template
Template::get_render_blocks() — Method in class Template
Template::get_rendered_object() — Method in class Template

Calls the render() function recursively of the passed object and returns the content

Template::get_marker_content() — Method in class Template
Template::get_marker_block() — Method in class Template
Template::generateTemplateCacheKey() — Method in class Template
Template::get_xtag_marker_value() — Method in class Template
Template::getFileCacheContent() — Method in class Template
CoreLinkMethods::get_link() — Method in class CoreLinkMethods
CoreLinkMethods::get_url() — Method in class CoreLinkMethods
CoreLinkMethods::get_current_link() — Method in class CoreLinkMethods
CoreLinkMethods::get_current_url() — Method in class CoreLinkMethods
ObjectManager::get_lib_class_dir() — Method in class ObjectManager

Returns the path to class directory.

ObjectManager::get_lib_class_prefix() — Method in class ObjectManager

Returns the defined prefix for all classes.

ObjectManager::get_object_cache() — Method in class ObjectManager

Returns an array containing all objects were requested.

ObjectManager::getObjectIfAvailable() — Method in class ObjectManager

This method will return an object without killing the whole process by triggering a fatal error You can use this method if its possible that the object is not available, e.g. due to user configurations

VarsTemplate::get_block_attribute() — Method in class VarsTemplate

Get Block Attribute

VarsTemplate::get_blocks() — Method in class VarsTemplate

get an array with all existing blocks

VarsTemplate::get_xml() — Method in class VarsTemplate

Get XML Document as string

VarsTemplate::get_property() — Method in class VarsTemplate
VarsTemplate::get_block_xml() — Method in class VarsTemplate
Controller::get_model() — Method in class Controller
Controller::get_action() — Method in class Controller
Controller::get_view() — Method in class Controller
Controller::get_vars() — Method in class Controller

Get Vars Model

Controller::get_vars_from_text() — Method in class Controller

Create a Vars model from text

Controller::get_parsed_message() — Method in class Controller
GroupControllerInterfaceClass in namespace XELOS\Framework\Module\Controller

Interface GroupControllerInterface

GroupControllerInterface::guessGroupId() — Method in class GroupControllerInterface

Guess the group ID by evaluating GP and CMD Vars

ModulePageCollector::getDynTreeParams() — Method in class ModulePageCollector

Placeholder method, that simply returns an empty array, in case the user chose a module, which isn't able to provide dynamic tree parameters.

ModulePageCollector::getModulePages() — Method in class ModulePageCollector

Defines an array containing pages, which will then be returned to the group navigation form in order to display them as entries in the select field 'ref_page'.

ModulePageCollector::getCommandsForPage() — Method in class ModulePageCollector

Used to fetch the methods from the page passed.

AuthenticationHook::getAuthHook() — Method in class AuthenticationHook

Load Auth Method Hook without Access Check

AuthenticationHook::getSessionTTL() — Method in class AuthenticationHook
AuthenticationHook::get_user_details() — Method in class AuthenticationHook
AuthenticationHook::get_module_info() — Method in class AuthenticationHook

Return Auth Method information as keyed array [name, description, config]

AuthenticationHook::getAuthConfig() — Method in class AuthenticationHook

Return configuration variable for auth method

AuthenticationHook::getAuthID() — Method in class AuthenticationHook

Get internal Auth ID

AuthenticationHook::getConfigurationFDL() — Method in class AuthenticationHook

Return optional Configuration options as Form Definition Array

BaseHook::getHookInfoValue() — Method in class BaseHook

Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)

BaseHook::getHookIdentifier() — Method in class BaseHook

Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name

BaseHook::getHookName() — Method in class BaseHook
BaseHook::getHookInstance() — Method in class BaseHook
BaseHook::getHookDescription() — Method in class BaseHook
BaseHook::getHookTitle() — Method in class BaseHook
BaseHook::getObject() — Method in class BaseHook
DocumentItem::get_description() — Method in class DocumentItem

Returns an i18n string describing the document type for which this content first library was created. The description should consist of approximately 30 words.

DocumentItem::get_location() — Method in class DocumentItem

Returns the "location" a document is located at in its home instance.

DocumentItem::get_location_form_element() — Method in class DocumentItem

Returns a fdl array containing specification on how to setup a location form element.

DocumentItem::get_icon_class() — Method in class DocumentItem

Returns the FontAwesome Class that can be used for items in the DMS

DocumentItem::get_views() — Method in class DocumentItem

Returns an array of name=>title pairs of all views that are available for the current document.

DocumentItem::get_view() — Method in class DocumentItem

Returns a specific view for the given document

DocumentItem::get_draft_view() — Method in class DocumentItem

Returns a view for editing the document before it is finally created.

DocumentItem::get_comments_instance() — Method in class DocumentItem

Returns the comments instance for a given document

EventListener::get_fdl() — Method in class EventListener
ModulePortlet::getCmsComponent() — Method in class ModulePortlet

Getter for the cms component which displays this portlet

ModulePortlet::get_options() — Method in class ModulePortlet
ModulePortlet::get_config() — Method in class ModulePortlet
ModulePortlet::get_fdl() — Method in class ModulePortlet

If the portlet offers options please supply fdl for options

ModulePortlet::get_title() — Method in class ModulePortlet
ModulePortlet::get_title_link() — Method in class ModulePortlet
ModulePortlet::get_html() — Method in class ModulePortlet
BackgroundJob::getMaxRetries() — Method in class BackgroundJob
BackgroundJob::getRetryDelay() — Method in class BackgroundJob
BackgroundJob::getUniquenessKey() — Method in class BackgroundJob

Can be implemented on the Job to avoid running the same task multiple times at once If the task already exists in the queue and is waiting or in process the next tasks won't be scheduled

BackgroundJob::getReferenceId() — Method in class BackgroundJob

Define a reference ID which can later be used to lookup this job

BackgroundJob::getReScheduleDelay() — Method in class BackgroundJob

Returns the number of seconds if the tasks should be rescheduled or false if not

BackgroundJob::getIdToken() — Method in class BackgroundJob
BackgroundJob::getJobQueueModule() — Method in class BackgroundJob

Helper to get the JobQueue module

DocumentModel::getMod() — Method in class DocumentModel
DocumentModel::get_silent_mode() — Method in class DocumentModel

Returns if the silent mode is currently active Objects in silent mode do not cause document index job queues, thus saving them is much more performant but does not update the search index, the wall or other similar system modules

DocumentModel::get_document_index() — Method in class DocumentModel

Returns the related document index.

DocumentModel::get_document_tmp_folder() — Method in class DocumentModel

Returns the path for this documents storage path This folder is automatically cleared when the document is removed

DocumentModel::get_from_rights_cache() — Method in class DocumentModel
DocumentModel::get_document_registry_info() — Method in class DocumentModel

Return the information from the document registry This information contains additional meta data as well as relational information

DocumentModel::get_xui_document() — Method in class DocumentModel

Get XUI Document Representation

DocumentModel::get_cf() — Method in class DocumentModel

Return the cf library for this model type

AuditableInterface::getAuditTrail() — Method in class AuditableInterface

Get Audit Trail

AuditableInterface::getAuditIncludeProperties() — Method in class AuditableInterface

Get the (Auditable) attributes included in audit.

AuditableInterface::getAuditExcludeProperties() — Method in class AuditableInterface

Get the (Auditable) attributes excluded from audit.

DuplicatableModelInterface::getNonDuplicatableFields() — Method in class DuplicatableModelInterface
Model::getDBSchema() — Method in class Model

Get DB Schema if available

Model::get_table_name() — Method in class Model

Returns the table name of this model.

Model::get_model_table_name() — Method in class Model

Returns the SQL table of this model (if available)

Model::get_table_primary_key() — Method in class Model
Model::get_model_name() — Method in class Model

Returns the SQL table of this model (if available)

Model::get_property() — Method in class Model
Model::get_properties() — Method in class Model

Returns the complete properties array

Model::getPropertyMarkers() — Method in class Model

Return properties and markers

Model::get_properties_meta() — Method in class Model
Model::get_db_properties() — Method in class Model

Returns all properties which are available as DB field (= can be used as find_by() properties) with its currently known raw value Please note that smartTimeFields (updated_at, created_at) are not converted to mysql-date format

Model::getCollectionByQuery() — Method in class Model
Model::getModelCollection() — Method in class Model

Return a new unscoped model collection for further processing

Model::get_created_at_formatted() — Method in class Model

Return a Formatted DateTime

Model::get_updated_at_formatted() — Method in class Model

Return a Formatted DateTime

Model::get_request_cache() — Method in class Model

Return Cache Entry if it exists

Model::get_i18n_property() — Method in class Model

Return the property translated property value if available

Model::getTouchedProperties() — Method in class Model

Return properties which have been touched/set after model was initialized/loaded We know these values have been set, but they might not have changed

Model::getChangedProperties() — Method in class Model

Return properties which have been changed after model was initialized/loaded We know these values have been changed locally, but these changes are NOT necessarily reflecting the DB diff

ModelCollection::get_model_class() — Method in class ModelCollection

put your comment there.

ModelCollection::get_models() — Method in class ModelCollection

Returns array with objects

ModelCollection::getDocumentIndexes() — Method in class ModelCollection

Prefetch and returns document index objects for all items of this collection.

ModelCollection::get_model() — Method in class ModelCollection

Returns the Default-Model (-Type) for this Collection

ModelCollection::get_db_properties() — Method in class ModelCollection
ModelCollection::getIterator() — Method in class ModelCollection

foreach($collection) .

ModelWithThumbnail::get_thumbnail_document() — Method in class ModelWithThumbnail
AuditableTrait::getAuditEvents() — Method in class AuditableTrait

Get audit events

AuditableTrait::getAuditTrail() — Method in class AuditableTrait

Get the last auditTrail records for current Model

AuditableTrait::getAuditIncludeProperties() — Method in class AuditableTrait

Get the auditable properties to include in audit Defaults to all attributes in the DB Schema

AuditableTrait::getAuditExcludeProperties() — Method in class AuditableTrait

Get the (Auditable) properties excluded from audit.

ScopesTrait::getScopeQueryConditionSQL() — Method in class ScopesTrait

Returns the WHERE SQL Conditions based on the current Condition Separate function to be able to update scopes at this point in time if needed

ScopesTrait::getScopeQuery() — Method in class ScopesTrait

Returns the Query object which is being used for building the query The function creates a new Query object if required to enable lazy loading

DuplicatableModelTrait::getNonDuplicatableFields() — Method in class DuplicatableModelTrait
SoftDeleteTrait::getSoftDeleteKeepDays() — Method in class SoftDeleteTrait

Returns how many days the soft deleted documents are kept.

Page::get_page() — Method in class Page

Standard Get Page Controller

SetupPage::get_step_instance_policy() — Method in class SetupPage
SetupPage::get_configuration_steps() — Method in class SetupPage
SetupPage::get_setup_step() — Method in class SetupPage
SystemCron::getErrorCount() — Method in class SystemCron
SystemCron::getLastExecution() — Method in class SystemCron

Return last execution timestamp

SystemDaemonThreaded::getThreadConfig() — Method in class SystemDaemonThreaded

Returns an array with all threads which should run and their options By default we use the configured number of Max Threads

SystemDaemonThreaded::getRequiredThreadCount() — Method in class SystemDaemonThreaded

Returns the number of required Threads By default this is the maximum number of configured threads but best-practise is to make this adaptive by your workload and use your queue length to adjust the thread count to reduce the number of running threads during low load situations

Document::get_title() — Method in class Document

Return Document Title

Document::get_title_icon_class() — Method in class Document

Return CSS Icon class for title

Document::get_description() — Method in class Document

Return Document Description

Document::get_image() — Method in class Document

Return Document Image URL (mod->get_file_url)

Document::get_full_preview() — Method in class Document

Return Full Preview for this document

Document::get_sidebar() — Method in class Document

Get Sidebars for Full Preview

Document::get_doclink_actions() — Method in class Document
UIAjaxComponent::get_dependency() — Method in class UIAjaxComponent

Returns a dependent object in order to interact with it

UIAjaxComponent::getPlaceholderContent() — Method in class UIAjaxComponent

Returns a placeholder which is used to display while this component is loading the content.

$ UIComponent#GPvarsProperty in class UIComponent
UIComponent::get() — Method in class UIComponent

Get Variable / Option

UIComponent::get_unique_dom_id() — Method in class UIComponent

Generates a unique dom id, dependent on the provided UID, as well as the current context.

UIComponent::get_view() — Method in class UIComponent

Return new template view If using within module xui the tpl file should be named [class_name].tpl e.g. xui_core_table.tpl within the module's template folder

$ XF#GPvarsProperty in class XF
$ XF#grd_countProperty in class XF
Config::get() — Method in class Config
Config::get_explicit() — Method in class Config

Get the config setting for the current user of an explicit level (global, [instance_name] or user) If you need the user config for another user than the current, use function 'get_explicit_for_user' instead

Config::get_explicit_for_user() — Method in class Config

Get the explicit config setting for a specific user

Config::get_from_session() — Method in class Config
Config::get_dyn_value() — Method in class Config
Config::get_config_fdl() — Method in class Config

Returns the config fdl for a regular config field

Config::get_dyn_config_fdl() — Method in class Config

Returns the config fdl for a dyn config field

Config::get_constant() — Method in class Config

Accessor for USER constants.

MySQLAdapter::get_server_vars() — Method in class MySQLAdapter

Server Variables

MySQLAdapter::get_query_count() — Method in class MySQLAdapter

Returns the number of executed queries since connecting the database server

MySQLAdapter::get_table_structure() — Method in class MySQLAdapter
MySQLAdapter::get_database_status() — Method in class MySQLAdapter

Returns the "SHOW STATUS" result in an array

MySQLAdapter::get_link() — Method in class MySQLAdapter

Returns the mysqli link object

MySQLAdapter::get_charset() — Method in class MySQLAdapter
Condition::getField() — Method in class Condition
Condition::getSQL() — Method in class Condition
ConditionGroup::getSQL() — Method in class ConditionGroup
Query::groupBy() — Method in class Query

Add a group by condition to the Query

Query::getSQL() — Method in class Query

Returns the full SQL string for this Query

Query::getScopeWhere() — Method in class Query

Returns an array with all defined Conditions

Query::getScopeWhereGroup() — Method in class Query

Returns an array with all defined Conditions

Query::getScopeOrderBy() — Method in class Query

Return ORDER BY part of the query

Query::getScopeLimit() — Method in class Query

Return Limit

Query::getWhereConditionsForField() — Method in class Query

Checks if a condition for the specified field is specified NOTE: This check does not (yet) cover whereRaw() conditions with custom syntaxes

Query::getWhereSQL() — Method in class Query

Builds the WHERE Condition SQL

IM::get_hook_instances() — Method in class IM
IM::get_mod_instance_list() — Method in class IM
IM::get_instance_list() — Method in class IM

Returns an array of all available instances

IM::get_global_group_parent_context() — Method in class IM

returns global group parent context reference [Core] (if set). false if not set

IM::get_global_group_context() — Method in class IM

returns global group context if set

IM::get_instance() — Method in class IM
IM::get_mod_instance() — Method in class IM
IM::get_instance_reference() — Method in class IM

Retrieve an Object Reference from the "lib-array"

IM::get_module_icon() — Method in class IM
IM::get_module_meta() — Method in class IM
IM::get_instance_meta() — Method in class IM
IM::get_module_name_for_instance() — Method in class IM

Search and return Module Name Returns false if current user has no access rights for passed instance, otherwise the name of the module is returned

IM::get_default_instance() — Method in class IM

returns the default instance of the given module or false if no default is available To set a default insert order in insance:registry in fields sort_for_default -> as long there is null, no default is returned

IM::get_related_instances() — Method in class IM

Returns all related instances(grand parent, parent, children and siblings)

IM::get_changed_files() — Method in class IM

Returns all changed files from modules and system.

$ Lib#group_securityProperty in class Lib
Browser::get_user_agent() — Method in class Browser

put your comment there.

Browser::get_version() — Method in class Browser

Returns numeric version of client

Browser::get_browser_info() — Method in class Browser

Returns browser name and version info

Browser::get_resolution() — Method in class Browser

Returns the browser resultion and device pixel ration / retine (dpr) if available The values are being detected in the frontend via JavaScript and passed as cookie. Therefore the first request to a XELOS system might not have the values ready

Browser::get_touch_status() — Method in class Browser

Returns if the browser device has_touch: The device is generally capable of interpreting touch inputs (e.g. Windows Tables with Touchscreen) use_touch: The user is currently using the device in touch mode. Use this value for best interface compatibility with hybrid devices (e.g. Windows Touch Laptop which is being used with a traditional mouse)

Browser::get_browser_shortname() — Method in class Browser

Returns a human readable short string of the current browser of the user

Browser::get_long_info() — Method in class Browser

Get long Information about everything we can find out at this point

Browser::get_ip() — Method in class Browser

returns the client ip and checks therefor if user was forwarded by a proxy

Browser::get_hostname() — Method in class Browser

Returns the client hostname (DNS) if available

Browser::getXelosAppVersion() — Method in class Browser

Checks if the request comes from the XELOS App and determines the version based on the user agent returns the major app version or 0 if the reques does not come from the APP

Browser::getRequestInfo() — Method in class Browser

Get Request Info

Cache::get() — Method in class Cache
Cache::get_grouped_cached_keys() — Method in class Cache
Cache::get_status() — Method in class Cache

Returns current Cache Status

Cache::get_detailed_status() — Method in class Cache
Cache::get_current_adapter_name() — Method in class Cache

Returns the full class name of the current adapter

APCUCacheHandler::get() — Method in class APCUCacheHandler
APCUCacheHandler::get_grouped_cached_keys() — Method in class APCUCacheHandler
APCUCacheHandler::get_detailed_status() — Method in class APCUCacheHandler
CacheHandlerInterface::get() — Method in class CacheHandlerInterface
CacheHandlerInterface::get_grouped_cached_keys() — Method in class CacheHandlerInterface
CacheHandlerInterface::get_detailed_status() — Method in class CacheHandlerInterface
MemcacheCacheHandler::get() — Method in class MemcacheCacheHandler
MemcacheCacheHandler::get_grouped_cached_keys() — Method in class MemcacheCacheHandler
MemcacheCacheHandler::get_detailed_status() — Method in class MemcacheCacheHandler
RedisCacheHandler::get() — Method in class RedisCacheHandler
RedisCacheHandler::get_grouped_cached_keys() — Method in class RedisCacheHandler
RedisCacheHandler::get_detailed_status() — Method in class RedisCacheHandler
Connect::get_encoded_license_info() — Method in class Connect

Check License

Connect::get_licensed_modules() — Method in class Connect

Returns a list with all module ids (names) that are included in the current license.

Connect::get_license_info() — Method in class Connect
Connect::get_my_ip() — Method in class Connect

Returns the current public IP address if possible

Date::get_weekday_names() — Method in class Date
Date::get_month_names() — Method in class Date
Date::get_first_day_of_month() — Method in class Date
Date::get_day_start() — Method in class Date
Date::get_day_end() — Method in class Date
Date::get_age() — Method in class Date

Return age in years for this timestamp

Date::get_first_day_of_week() — Method in class Date
Date::get_last_day_of_week() — Method in class Date
Date::get_last_day_of_month() — Method in class Date
Date::get_verbal_timespans() — Method in class Date

Returns all available verbal timespans

Date::get_timespan_to_timestamp() — Method in class Date

Pass a timespan id (use get_verbal_timespans()) and returns an array with start and end timestamp

Date::guess_date_format() — Method in class Date

Determines the date format on basis of its format

Date::get_timestamp_from_datestring() — Method in class Date

Translates a given time string to the corresponding timestamp

Date::get_easter() — Method in class Date

Return Easter TS

Date::get_german_holidays() — Method in class Date

Get German Holidays

Date::get_date_range() — Method in class Date

Get Date Range

Debug::getLastQueryProfilerResult() — Method in class Debug
Debug::get_previous_call() — Method in class Debug

Returns an array with the last step

Debug::get_sourcecode_line() — Method in class Debug
Debug::get_execution_time() — Method in class Debug
Debug::getTimerSections() — Method in class Debug
Debug::getTimerStats() — Method in class Debug

Returns an array containing the aggregated timer statistics

Doclink::get_registry_data_by_model_name() — Method in class Doclink

Returns an array with all document registry data

Doclink::get_doclink_url() — Method in class Doclink

Get URL to page where the doclink document originates from

Error::get_log_level() — Method in class Error

Get Log Level

Error::getLogLevelName() — Method in class Error
Export::get_table_formats() — Method in class Export
Export::get_feedcreator() — Method in class Export
File::get_mime_by_extension() — Method in class File
File::get_mime() — Method in class File
File::get_filename_without_extension() — Method in class File
File::get_file_extension() — Method in class File
File::get_file_extension_by_mime() — Method in class File
File::get_file_details() — Method in class File
File::get_file_encoding() — Method in class File

Returns the encoding of the file.

File::get_file_charset() — Method in class File

Returns the charset of the given file. This method uses exec() to

File::get_contents() — Method in class File

Returns the content of a file or url by curl.

File::get_file_contents() — Method in class File
File::get_temp_name() — Method in class File
File::get_temp_folder() — Method in class File
File::get_temp_backup_folder() — Method in class File

Creates a temporary folder for backup data and returns the path.

File::get_document_temp_folder() — Method in class File
File::get_cascaded_folder() — Method in class File

Returns a cascaded path based on the passed id to prevent file system storage limitations. 10.000 files per folder will be used.

File::get_cache_file() — Method in class File
File::get_friendly_filename() — Method in class File
File::get_friendly_filesize() — Method in class File

Get friendly filesize

File::get_secure_filename() — Method in class File
File::get_first_file_found() — Method in class File
File::get_max_upload_size() — Method in class File
File::get_editable_file_types() — Method in class File

Editable File Types for XOI or directly via MS-Office

File::getFileInfo() — Method in class File

Get File Information

Filehandler::get_cached_imageresize() — Method in class Filehandler
Filehandler::get_image() — Method in class Filehandler

Get Image from File Path

Filehandler::gif_info() — Method in class Filehandler
Filehandler::get_download_id() — Method in class Filehandler

Returns a download ID for the given file

Filehandler::get_order_id() — Method in class Filehandler

Returns a order ID for the given file

Filehandler::get_zip() — Method in class Filehandler
Foaf::get_connection_path() — Method in class Foaf
Foaf::get_all_contacts() — Method in class Foaf
Foaf::get_pending_contacts_from() — Method in class Foaf

returns all pending contacts from user [overloaded function of get_pending_contacts_to()]

Foaf::get_pending_contacts_to() — Method in class Foaf

returns all pending contacts to user [overloaded function of get_pending_contacts_to()]

Foaf::get_pending_contacts() — Method in class Foaf

returns all pending contacts

Foaf::get_contact_id_list() — Method in class Foaf

Same as get_all_contacts but returns 1-dim array conaining only the user ids

Foaf::get_contact_from_id_list() — Method in class Foaf

Returns a list of all contacts the passed user is contact from (reverse to get_contact_id_list)

Format::get_formatted_tag_cloud() — Method in class Format

Formats a get_tag_cloud() return using different font-sizes

GroupSecurityClass in namespace XELOS\Framework\XF\Lib
GroupSecurity::get_global_group() — Method in class GroupSecurity

Get Global Group ID for your local ID (using your group module instance, e.g. groups or groupizer)

GroupSecurity::get_local_group() — Method in class GroupSecurity

Get local Group ID for your global group_security_id (using your group module instance, e.g. groups or groupizer)

GroupSecurity::get_local_group_meta() — Method in class GroupSecurity

Get Metainformation Global Group ID for your local ID (using your group module instance, e.g. groups or groupizer)

GroupSecurity::get_global_group_meta() — Method in class GroupSecurity

Get Metainformation Global Group ID for your global ID

GroupSecurity::get_instance_global_group() — Method in class GroupSecurity

Get Global Group ID for your local ID (using your grouped instance, e.g. forum) Function will traverse parent contexts and return the first global group found

GroupSecurity::get_instance_local_group() — Method in class GroupSecurity

Get LOCAL Group ID for your group_securiy_id (using your grouped instance, e.g. forum)

GroupSecurity::get_accessible_groups() — Method in class GroupSecurity

Get Groups of this user which are accessible

GroupSecurity::get_accessible_groups_by_policycheck() — Method in class GroupSecurity

Determine the group_security_ids for a specific resource in a grouped module

GroupSecurity::get_available_roles_for_global_group() — Method in class GroupSecurity

retruns an array of all available role ids if detectable detectable means that the gid contains to a instance of the type group (other will come e.g. multitenant)

GroupSecurity::get_available_users_for_global_group() — Method in class GroupSecurity

retruns an array of all available role ids if detectable detectable means that the gid contains to a instance of the type group (other will come e.g. multitenant)

GroupSecurity::get_members_for_global_group() — Method in class GroupSecurity

Returns an array of all available role ids if detectable detectable means that the gid contains to a instance of the type group (other will come e.g. multitenant)

Hierarchy::get_default_context() — Method in class Hierarchy

Get Default Hierarchy Context

Hierarchy::get_current() — Method in class Hierarchy

Get current hierarchy position for current user in specific context

Hierarchy::get_superiors() — Method in class Hierarchy

Get Superior Users from Context ID You can apply additional filters which will limit the applicable users

Hierarchy::get_users_by_level() — Method in class Hierarchy

Helper for get_superiors

Hierarchy::get_subordinates() — Method in class Hierarchy

Get Subordinates from Context ID You can apply additional filters which will limit the applicable users

Hierarchy::get_hierarchy() — Method in class Hierarchy

Get Hierarchy

Hierarchy::get_hierarchy_node() — Method in class Hierarchy

Get a single hierarchy node (uses caching)

I18n::get_locale() — Method in class I18n
I18n::get_language() — Method in class I18n
I18n::get_culture() — Method in class I18n
I18n::get_conventions() — Method in class I18n

Returns the conventions of the current locale

I18n::get_timezone() — Method in class I18n
I18n::get_translation() — Method in class I18n

Returns the translation for the passed token.

I18n::getTranslations() — Method in class I18n

Retuns all translations for the passed locale and optional domain, tokenprefix

I18n::get_translated_tokens() — Method in class I18n

Returns an array with all translated tokens during this page call

I18n::get_parsed_message() — Method in class I18n
I18n::get_available_languages() — Method in class I18n

gets languages found in tbl|system_i18n_language.

I18n::get_country_list() — Method in class I18n

querys tbl|system_lib_country and returns array with list of countries.

I18n::get_language_select() — Method in class I18n

Get language selection menu

Import::get_table_formats() — Method in class Import

Returns all available export formats

Import::get_assoc_csv_array() — Method in class Import

Returns an assoc array with header row values as data row index.

Link::get_defaults() — Method in class Link
Link::get_url() — Method in class Link

GET URL

Link::get_current_url() — Method in class Link
Link::get_current_link() — Method in class Link

Return Link as Ressource-Array using the parameters of the current page call

Link::get_link() — Method in class Link

Return Link as Ressource-Array

Link::get_host() — Method in class Link

Returns the host with protocol and port if is not the default port.

Link::getDomain() — Method in class Link

Returns the current domain name with TLD.

Link::get_filtered_GPvars() — Method in class Link
Link::get_context_hidden_field() — Method in class Link
Link::get_context_id() — Method in class Link
Link::get_context_counter() — Method in class Link
Link::get_internal_url_info() — Method in class Link
Link::get_url_info() — Method in class Link

Parse URL and retrieve information

Link::getCurrentRequestURI() — Method in class Link

Return the current Request URI, without access checks Allows to pass custom query Params Filter XELOS a_ params from URL

Link::getModifiedRequestURI() — Method in class Link

Modify a Request URI, without access checks Allows to pass custom query Params Filter XELOS a_ params from URL

Logger::getDefaultLevel() — Method in class Logger

Returns the log level defined in XF_LOG_LEVEL

Logger::getStats() — Method in class Logger
Logger::getInMemoryLogs() — Method in class Logger
Logger::getLastLogEntry() — Method in class Logger

Returns the last logged entry

GlobalContextClass in namespace XELOS\Framework\XF\Lib\Logger\Processor

Class GlobalContext

Mail::get_sender() — Method in class Mail
Mail::get_errors() — Method in class Mail
Mail::get_smtp_log() — Method in class Mail
Mail::get_draft_header() — Method in class Mail
Modsetup::get_config_values() — Method in class Modsetup
Modsetup::get_dependency_values() — Method in class Modsetup
Modsetup::get_config_group_details() — Method in class Modsetup
Modsetup::get_table_prefix() — Method in class Modsetup
Modsetup::get_dependencies_check_array() — Method in class Modsetup
Modsetup::get_shellplugin_usage_list() — Method in class Modsetup

Returns an array with information about each shellplugin's usage by the installed modules

Modsetup::get_config_yml() — Method in class Modsetup

Get config.yml values for a module

Modsetup::get_database_yml() — Method in class Modsetup

Get config.yml values for a module

Modsetup::get_schema() — Method in class Modsetup
Modsetup::get_system_maintenance_message() — Method in class Modsetup

If system is in maintenance mode, the maintenance message is returned. Otherwise false

Navigation::get_nav_tree() — Method in class Navigation
Navigation::getNavNode() — Method in class Navigation

Get information about nav node, if visible to user

Navigation::get_nav_array() — Method in class Navigation
Navigation::getFullNavArray() — Method in class Navigation

Returns the navigation array including hidden values

Navigation::get_navid_path() — Method in class Navigation
Navigation::guess_navid() — Method in class Navigation

Tries to get the navigation ID for the given instance, page and cmd args

Navigation::getDynTreeCacheKey() — Method in class Navigation

Get Cache Key Prefix for Dyntree

Navigation::get_current_nav_id() — Method in class Navigation

proxy function

Navigation::get_navigation_details() — Method in class Navigation

put your comment there.

Notification::get_mail_template() — Method in class Notification

Get mail Template

Notification::get_notification() — Method in class Notification

Get single notification by token to discover information before notify

Notification::getTodos() — Method in class Notification

Returns the todo notification with added features:

  • Lookbook Friend requests
  • Pending workflows
Notification::get_notifications() — Method in class Notification

get all notifications

Notification::getMessageNotifications() — Method in class Notification

This function returns a scoped but unloaded collection. You can apply limit and additional scopes

Notification::getActivityNotifications() — Method in class Notification

This function returns a scoped but unloaded collection. You can apply limit and additional scopes

Notification::getTodoNotifications() — Method in class Notification

This function returns a scoped but unloaded collection. You can apply limit and additional scopes

Notification::get_attachment_by_file() — Method in class Notification
NotificationMessage::getRecipientUserID() — Method in class NotificationMessage
NotificationMessage::getStatus() — Method in class NotificationMessage
NotificationMessage::getType() — Method in class NotificationMessage
NotificationMessage::getToken() — Method in class NotificationMessage
NotificationMessage::getSourceInstanceId() — Method in class NotificationMessage
NotificationMessage::getSubject() — Method in class NotificationMessage
NotificationMessage::getHtml() — Method in class NotificationMessage
NotificationMessage::getText() — Method in class NotificationMessage
NotificationMessage::getIconCSSClass() — Method in class NotificationMessage
NotificationMessage::getCTAUrl() — Method in class NotificationMessage

Call To Action URL - when the user clicks the notifcation - where should he go to ?

NotificationMessage::getSourceRegistryId() — Method in class NotificationMessage
Policy::get_policy_key_by_names() — Method in class Policy

Generate the policy key for a given policy setting

Policy::get_policy_key() — Method in class Policy

Generate the policy key for a given policy setting

Policy::get_user_clusters_for_instance_ids() — Method in class Policy

Returns users grouped into clusters that have the same rights An array of instance ids can be passed in order to group users that have the same rights within the scope of these instances.

Policy::get_user_clusters() — Method in class Policy

Return users in clusters that have the same rights settings A document index may be passed to group the users to clusters that have the same rights for that particular document

Policy::get_all_parent_contexts() — Method in class Policy

Returns the instance ids of all ancestors for a given instance id, including the passed one

Policy::get_hook_policy_value() — Method in class Policy

Retrieves a dummy policy value for a given hook

Quota::get_used() — Method in class Quota

Returns the used size.

Quota::get_size() — Method in class Quota

Returns the quota size.

Quota::get_percent() — Method in class Quota

Return the percent number.

$ Request#getProperty in class Request
Request::get_var() — Method in class Request
Request::get_input() — Method in class Request

Read everything from STDIN e.g. for PUT Requests

Sec::generate_password() — Method in class Sec

Wrapper for pronouncable password

Sec::generate_random_password() — Method in class Sec

Returns a generated password string

Sec::generate_pronouncable_password() — Method in class Sec

Generate pronouncable password

Sec::get_password_score() — Method in class Sec

Check how good a password is (Score > 4 is acceptable, Score > 7 is good)

Sec::generate_totp_secret() — Method in class Sec

Generates a Secret for TOTP Authentication

Sec::generateJWTToken() — Method in class Sec

Generates a JWT Token.

Session::get_session_id() — Method in class Session

Returns the current, cleaned Session ID

Session::get() — Method in class Session

Get the value for the passed key. The value can be stored using set() and is available until the user session is destroyed

Session::get_session_handler_info() — Method in class Session

Returns information about the current session handler

Session::get_current_sessions() — Method in class Session

Returns a List of User IDs having a Session

SessionManagementInterface::get_current_sessions() — Method in class SessionManagementInterface

Returns an array with current (unexpired) user sessions containing at least the fields SESSION_ID, USER_ID More fields are possible but not required (depends on session handler)

NonpersistentSessionHandler::gc() — Method in class NonpersistentSessionHandler
RedisSessionHandler::get_current_sessions() — Method in class RedisSessionHandler
SqlSessionHandler::gc() — Method in class SqlSessionHandler

Garbage Collector to remove old Sessions (called based on session.gc_probability)

SqlSessionHandler::get_current_sessions() — Method in class SqlSessionHandler
Shell::get_daemon_process_id() — Method in class Shell
Shell::get_module_cron_object() — Method in class Shell

Loads the specified module cron object and returns it

Shell::get_process_id() — Method in class Shell
Shell::getProcessOwner() — Method in class Shell

Return current process owner

Shell::getConfiguredProcessOwners() — Method in class Shell

Returns the configured process owners with their linux userinfo

Ssl::get_protocol() — Method in class Ssl
Text::get_diff() — Method in class Text
Text::get_diff_render() — Method in class Text
Text::get_soundex() — Method in class Text

Soundex "Like" based on Locale

Text::get_hashtags() — Method in class Text

Extracts all hashtags in the given text and returns them as array

Text::getNormalizedLetters() — Method in class Text

Returns a list of umlauts and accent letters with their corresponding normalized letters.

Threading::getProcessCaption() — Method in class Threading
Thumbnail::generate() — Method in class Thumbnail

Generate a Thumb for the passed file and returns the file path to the generated image

Thumbnail::get_output_mime() — Method in class Thumbnail

Returns the MIME Type of the generated thumbs

Thumbnail::generatePreviewsOfDocument() — Method in class Thumbnail

Evaluates the proper thumb doc of a document If the document index does not yet have a thumb_doc property, it is evaluated and saved.

Thumbnail::get_document_thumbnail_url() — Method in class Thumbnail

Generates the url to a thumbnail of given proportions for a specific document index. Returns false if an error occurred.

Thumbnail::get_supported_file_types() — Method in class Thumbnail

Get Support File Types

$ UserImport#generatedPasswordLengthProperty in class UserImport
$ UserImport#generatedPasswordStrengthProperty in class UserImport
UserImport::getMode() — Method in class UserImport
UserImport::getAutoGeneratePassword() — Method in class UserImport
UserImport::getAllowPasswordChange() — Method in class UserImport
UserImport::getGeneratedPasswordLength() — Method in class UserImport
UserImport::getGeneratedPasswordStrength() — Method in class UserImport
UserImport::getAutoGenerateLogin() — Method in class UserImport
UserImport::getAutoGenerateDisplayname() — Method in class UserImport
UserImport::getUniqueIdentifierField() — Method in class UserImport
UserImport::getAfterPrepareCallback() — Method in class UserImport
UserImport::getFindExistingUserCallback() — Method in class UserImport
Token::getDomain() — Method in class Token

Returns the Domain of the token (e.g. default)

Token::getTokenId() — Method in class Token

Returns the token including the domain prefix

Token::getTranslation() — Method in class Token

Returns an array with all available translations and the locale as array key

Token::getOccurence() — Method in class Token

Returns an array with all occurences of this token in the source

Token::getPluralToken() — Method in class Token

Returns a plural tokenId if set or FALS if not

TokenCollection::get() — Method in class TokenCollection

Returns the Token for the passed Token ID

TokenCollection::getTokens() — Method in class TokenCollection

Returns an array with all token objects in this collection

System::get_page() — Method in class System

Internally we provide a fake page for users to gain access to system models, but we are not returning any content here

System::getCurrentVersion() — Method in class System

Returns the current version of XELOS by selecting the higher version of XELOS Core and XELOS Tools.

$ Model#groupProperty in class Model
$ Model#global_configProperty in class Model
AuditPolicy::get_property() — Method in class AuditPolicy
AuditTrail::get_property() — Method in class AuditTrail
AuditTrail::getAuditedProperties() — Method in class AuditTrail

Get keys for properties included in this audit

AuditTrail::generateAuditPropertiesHash() — Method in class AuditTrail
$ DocumentIndex#group_idProperty in class DocumentIndex
DocumentIndex::getDocumentPolicyClusters() — Method in class DocumentIndex

Returns all document policy clusters for this document

DocumentIndex::get_canonical() — Method in class DocumentIndex
DocumentIndex::getCanonicalParent() — Method in class DocumentIndex

Gets the canonical paht of the parent element. Returns null if there is no parent.

DocumentIndex::get_canonical_url() — Method in class DocumentIndex
DocumentIndex::get_recent_documents() — Method in class DocumentIndex
DocumentIndex::get_group_security_id() — Method in class DocumentIndex

Get global group_security_id for this document Uses lib->group_security

DocumentIndex::get_instance_string() — Method in class DocumentIndex
DocumentIndex::get_instance_meta() — Method in class DocumentIndex

Return Meta information for the instance

DocumentIndex::get_canonical_document_index_ids() — Method in class DocumentIndex

Return document index ids representing the canonical of this document The last id will be this document return int[] Array of document_index_ids

DocumentIndex::get_breadcrumb() — Method in class DocumentIndex

Return Breadcrumb showing the primary location of this element

DocumentIndex::get_url() — Method in class DocumentIndex

Returns the goto URL for this specific document

DocumentIndex::get_instance_url() — Method in class DocumentIndex
DocumentIndex::get_title() — Method in class DocumentIndex

Get title

DocumentIndex::get_displayname() — Method in class DocumentIndex

Returns the displayname of the user of this document

DocumentIndex::get_related_document() — Method in class DocumentIndex

Get the original document model

DocumentIndex::get_all_related_documents() — Method in class DocumentIndex

Function will set related_model for given document index models to improve loading

DocumentIndex::get_paths() — Method in class DocumentIndex

Return all potential canonical paths element The upper container where this element resides in could be refered

DocumentIndex::get_possible_rights_context() — Method in class DocumentIndex
DocumentIndex::get_instance_obj() — Method in class DocumentIndex
DocumentIndex::get_deleted_related_document() — Method in class DocumentIndex
DocumentIndex::get_document_registry_info() — Method in class DocumentIndex

Return the information from the document registry This information contains additional meta data as well as relational information

DocumentIndex::get_root() — Method in class DocumentIndex
DocumentIndex::get_parent() — Method in class DocumentIndex

Get a parent element

DocumentIndex::get_parent_group() — Method in class DocumentIndex

Get a parent element

DocumentIndex::get_parent_document_index() — Method in class DocumentIndex

Get a parent element

DocumentIndex::get_children_document() — Method in class DocumentIndex

Get child elements

DocumentIndex::get_children_group() — Method in class DocumentIndex

Get child elements

DocumentIndex::get_thumb_url() — Method in class DocumentIndex

Returns an url to the thumb of this document if available

DocumentIndex::get_references() — Method in class DocumentIndex

Get all document_index references this document has

DocumentIndex::get_referenced_from() — Method in class DocumentIndex

Get all document_index which are referenced from the current document_index

DocumentIndex::get_references_from() — Method in class DocumentIndex

Get all document_references which are pointing to this current document_index

DocumentIndex::get_referenced_from_count() — Method in class DocumentIndex

Returns the number of references

DocumentIndexJobQueue::getDocumentIndexModel() — Method in class DocumentIndexJobQueue

Returns the related Document Index Entry

DocumentIndexJobQueue::getQueueSizeByStep() — Method in class DocumentIndexJobQueue

Returns the current queue (not in processing state) with counts per processing step

DocumentIndexJobQueueHistory::getStatistics() — Method in class DocumentIndexJobQueueHistory

Calculate some quick statistics

DocumentIndexLock::get_possible_activities() — Method in class DocumentIndexLock

Returns all possible activity enum values.

DocumentIndexLock::get_visiting_users() — Method in class DocumentIndexLock

Returns the currently users that watching the document. The users are sorted by the entry creation time (ASC). The first user is the EDIT mode the one that locks the document and all other users queued as viewer.

DocumentIndexReference::get_referenced_index_object() — Method in class DocumentIndexReference

Return the document index of the referenced object

DocumentIndexReference::get_document_index_object() — Method in class DocumentIndexReference

Return the document index of the reference

DocumentRegistry::get_property_model_name() — Method in class DocumentRegistry

Accessor to avoid conflict of Model->model_name which refers to "document_registry" This function returns the model_name of the related document_model and not of itself... see also (fallback is similar to): Model::get_model_name()

DocumentRegistry::get_property_table_name() — Method in class DocumentRegistry
DocumentRegistry::get_document_relations() — Method in class DocumentRegistry

Return the current relations of this document to other documents and instances

DocumentRegistry::get_instance() — Method in class DocumentRegistry
DocumentRegistry::get_cf() — Method in class DocumentRegistry
Follows::getFollowedDocumentsForUser() — Method in class Follows
Follows::getFollowByDocumentIndexAndUserID() — Method in class Follows
GlobalConfigClass in namespace XELOS\Framework\XF\System\Model
GlobalConfig::get_config_value() — Method in class GlobalConfig
GroupClass in namespace XELOS\Framework\XF\System\Model

Class Group

Group::get_label_i18n() — Method in class Group
Group::getInheritedGroupIds() — Method in class Group

Returns all inherited group ids for the given $groupIds array including groupIds

Hierarchy::get_users() — Method in class Hierarchy

Get all associated users for this hierarchy node

Hierarchy::get_children() — Method in class Hierarchy

Get all children for this node

Hierarchy::get_parents() — Method in class Hierarchy

Get parents for this node

Hierarchy::get_canonical() — Method in class Hierarchy

Get Canonical Representation of this Node

InstanceConfig::get_config_value() — Method in class InstanceConfig
InstanceRegistry::get_property_model_name() — Method in class InstanceRegistry

Accessor to avoid conflict of Model->model_name which refers to "document_registry" This function returns the model_name of the related document_model and not of itself... see also (fallback is similar to): Model::get_model_name()

InstanceRegistry::get_property_table_name() — Method in class InstanceRegistry
$ ModuleGroupSecurity#group_idProperty in class ModuleGroupSecurity
ModuleGroupSecurity::get_members() — Method in class ModuleGroupSecurity

Get all members

ModuleGroupSecurity::getDocumentIndex() — Method in class ModuleGroupSecurity

Returns the DocumentIndex object

ModuleRegistry::get_path() — Method in class ModuleRegistry

Get Path to Module Directory

Notification::getAllNotifications() — Method in class Notification
Notification::getScopedCollection() — Method in class Notification

Get a scoped Modelcollection of Notifications

Notification::getNotificationRegistry() — Method in class Notification

Get information about the registered trigger

Notification::getPriority() — Method in class Notification

Get Priority for this notification based on registry information

ThemeSet::get_config() — Method in class ThemeSet

Return Config Array

ThemeSet::get_color() — Method in class ThemeSet

Return Config Array

ThemeSet::get_theme_set_folder() — Method in class ThemeSet
User::get() — Method in class User
User::get_property() — Method in class User
User::get_properties() — Method in class User

Returns the complete properties array

User::get_user_ids_by_security_group() — Method in class User
User::get_fullname() — Method in class User
User::get_user_id() — Method in class User
User::get_short_profile() — Method in class User

Returns an array with a short user profile depending on the installed helpers and modules the source can be e.g. system profile or lookbook

User::get_user_setting() — Method in class User
User::get_user_pic() — Method in class User
User::get_portrait_url() — Method in class User

put your comment there.

User::get_avatar_url() — Method in class User

Returns the URL for the user avatar

User::get_userlinks() — Method in class User

Returns an array with all user links for the selected user

User::get_user_groups() — Method in class User
User::get_current_online_status() — Method in class User

Returns the current online status of the current user

User::get_online_status_mapping() — Method in class User

Returns a list of available status types incl. label

User::get_i18n_language() — Method in class User

Return Language like $culture_only false = "EN_GB" $culture_only true = "GB"

UserDevices::generate_device_id() — Method in class UserDevices

Generates and sets the device_id from the current time, the user id and the user agent.

UserDevices::get_current_device() — Method in class UserDevices

Returns the current device of the logged in user.

UserDevices::generate_auth_token() — Method in class UserDevices

Generates a new device-specific auth token if none exists.

UserLog::get_diff() — Method in class UserLog
UI::get_flash_messages() — Method in class UI

Returns array of flash messages

UI::get_admin_messages() — Method in class UI

Returns array of admin messages

UI::get_flash_message_html() — Method in class UI

Returns a pre-rendered flash message output and clears messages from flash list

UI::get_js_files() — Method in class UI
UI::get_css_files() — Method in class UI
UI::get_css_files_meta() — Method in class UI
UI::get_associated_content() — Method in class UI

Get Associated Content (for SPDY Push)

UI::get_less_variable_files() — Method in class UI

Get LESS variable files

UI::get_js_files_base() — Method in class UI
UI::get_js_files_base_files() — Method in class UI

Get JS Files

UI::get_js_files_meta() — Method in class UI
UI::get_feed_links_meta() — Method in class UI
UI::get_admin_bar() — Method in class UI
UI::get_admin_bar_config() — Method in class UI

Returns all available Adminbar Options as JSON Object

UI::get_js_blocks_raw() — Method in class UI
UI::get_last_js_block() — Method in class UI

Return last JS Block and remove from array

UI::get_js_blocks() — Method in class UI
UI::get_unique_dom_id() — Method in class UI
UI::get_unique_string() — Method in class UI
UI::getClassShortForNs() — Method in class UI

Returns the Classname from a given Namespace.

UI::getCssClassForObject() — Method in class UI
UI::getCssClassForNs() — Method in class UI

Builds a css class for the given Namespace like [vendor]-[module]-[name] e.g.: blueend-ui-carousel

UI::getSecureInlineScriptTag() — Method in class UI

Get Inline Script Tag with CSP Nonce and Subresource Integrity Attribute

UI::getCSPNonce() — Method in class UI

Get the CSP Nonce to secure JS/CSS Blocks https://content-security-policy.com/nonce/

AjaxContainer::get_content() — Method in class AjaxContainer

Returns the content of this container. Calls callback if neccessary

AjaxContainer::get_reload_link() — Method in class AjaxContainer

Returns a link which reloads the container

Amchart::get_chart_pie() — Method in class Amchart

Get PIE Chart

Amchart::get_chart_bar() — Method in class Amchart

Get BAR Chart

Amchart::get_chart_gantt() — Method in class Amchart

Get a gantt chart

Amchart::get_chart_custom() — Method in class Amchart
Amchart::get_chart_map() — Method in class Amchart
AmchartChart::get_chart_definition() — Method in class AmchartChart

Returns a reference to the chart definition passed to the constructor.

AmchartChart::get_js_block() — Method in class AmchartChart
AmchartChart::get_unique_dom_id() — Method in class AmchartChart

Returns the unique dom ID for this chart.

Breadcrumb::generate_default_navigation_breadcrumb() — Method in class Breadcrumb

put your comment there.

Calendar::getSelectedDateTimestamp() — Method in class Calendar

Has the date of this component been set via the GPVars? Returns the current selection as timestamp

Calendar::get_current_month() — Method in class Calendar

Get selected month from paging

$ Chart#gradient_fillProperty in class Chart
Container::getPlaceholderContent() — Method in class Container

Place

Country::get_country_id() — Method in class Country
DocumentLock::get_locking_user_id() — Method in class DocumentLock

Return the user id of the user that locks the document.

DocumentView::get_doclink_actions() — Method in class DocumentView
Faceted::get_all_active_items() — Method in class Faceted

returns an array of all active items

Faceted::getAllActiveConditions() — Method in class Faceted

Return all active conditions

Faceted::get_current_filter() — Method in class Faceted
Faceted::getCurrentFilter() — Method in class Faceted
Faceted::get_active_value_for_category() — Method in class Faceted

Works only after process()

Form::get_curent_process_id_lookup_name() — Method in class Form
Form::get_current_process_id() — Method in class Form

Returns a unique id for the current form processing.

Form::get_mod() — Method in class Form
Form::get_additional_filesources() — Method in class Form

Get all dms instances available for this portlet to use as file-source in form

Form::get_request_var() — Method in class Form
Form::get_field_data() — Method in class Form
Form::get_field_dom_id() — Method in class Form

Returns the ID for the form element, e.g. used in FormDocument.

Form::get_field_value() — Method in class Form

Get the property associated with a specific field

Form::get_field_default_value() — Method in class Form
Form::get_field_object() — Method in class Form
Form::get_field_values() — Method in class Form
Form::get_edit_var() — Method in class Form
Form::get_close_form() — Method in class Form

Returns the Form Closing HTML

Form::getAjaxFormCallbacks() — Method in class Form

Callbacks getter method.

Form::get_open_form() — Method in class Form
Form::getLinkFormParams() — Method in class Form

Returns a link array containing the base parameters for this form (xui_form_name, ...) to be identified as this form in the form->process() function

Form::get_buttons_array() — Method in class Form

Get Buttons Array

Form::get_field() — Method in class Form
Form::get_feedback() — Method in class Form

Return the last Feedback Message

Form::getIsAjaxForm() — Method in class Form
Form::getFormActionURL() — Method in class Form

Get current FORM Action URL

FormBase::get() — Method in class FormBase
FormBase::getConfig() — Method in class FormBase
FormBase::get_properties() — Method in class FormBase
FormBase::get_group() — Method in class FormBase
FormComponent::get_validation_options() — Method in class FormComponent
FormComponent::get_help_tooltip_icon() — Method in class FormComponent
FormComponent::get_description() — Method in class FormComponent
FormComponent::get_value() — Method in class FormComponent
FormComponent::get_display_value() — Method in class FormComponent

returns the displayed value

FormComponent::getIsVisible() — Method in class FormComponent

Determine visibilty based on user input on dependent fields

FormComponent::getDomSelector() — Method in class FormComponent

Return Dom Selector for this field within the current form (This is NOT necessary unique if you are having 2 forms with identical names in form and field names

FormComponent::getElementVisibilityClass() — Method in class FormComponent

Get Element Visibility Class Formerly known as tag class

FormConfig::get_config_fdl() — Method in class FormConfig
FormDocument::getDefault() — Method in class FormDocument

Returns the default value for this component.

FormDocument::getDelimiter() — Method in class FormDocument

Returns the separator of multiple values.

FormDocument::getImageEditSettings() — Method in class FormDocument

Returns the settings for the image edit functionality.

FormDocument::getOwnerDocument() — Method in class FormDocument

Returns a document model.

FormDocument::getNoDocumentMessage() — Method in class FormDocument

Returns a message which is displayed when no document is selected.

FormDocument::getUploadLabel() — Method in class FormDocument

Returns a custom label name for the upload field.

FormDocument::getNoUpload() — Method in class FormDocument

Returns whether client side upload listener should be attached or not.

FormDocument::getPasteSource() — Method in class FormDocument

Returns a DOM selector which is used to pasting clip board content.

FormDocument::getOnChange() — Method in class FormDocument

Returns a string that contains a js callback function name.

FormDocument::getLocation() — Method in class FormDocument

Returns a relative location path.

FormDocument::getWebDir() — Method in class FormDocument

Returns the storage path where to save files.

FormDocument::getSaveInCascadedFolder() — Method in class FormDocument

This option is used by the replace location with id method.

FormDocument::getSelectorAutoSubmit() — Method in class FormDocument

Returns whether a submit should be triggered after a document selection.

FormDocument::getMinReferenceLevel() — Method in class FormDocument
FormDocument::get_unique_dom_id() — Method in class FormDocument

Get a unique DOM ID Replaces . with _ to prevent possible ambiguous ID's like #form_id.cms_comp

FormDocument::get_tmp_folder() — Method in class FormDocument
FormDocument::get_uploaded_documents() — Method in class FormDocument
FormDocument::get_items() — Method in class FormDocument
FormDynConfig::get_config_fdl() — Method in class FormDynConfig
FormFile::getLocation() — Method in class FormFile

Returns a relative location path.

FormFile::getMime() — Method in class FormFile

Returns the supported mime types.

FormFile::getAcceptedExtensions() — Method in class FormFile

Returns the previously set file extensions or system wide if not set

FormFile::getUseSystemDMS() — Method in class FormFile

Returns whether the system dms will be used for storing or not.

FormFile::getWebDir() — Method in class FormFile

Returns the storage path where to save files.

FormFile::getMaxUploadSize() — Method in class FormFile

Returns the maximum upload size.

FormFile::getHideOptions() — Method in class FormFile

Returns whether to display upload options or not.

FormFile::getDownloadHandler() — Method in class FormFile

Returns a download handler.

FormFile::getContentType() — Method in class FormFile

Returns the content type.

FormFile::getUploadCallback() — Method in class FormFile

Returns the upload callback.

FormFile::getMaxWidth() — Method in class FormFile

Returns a maximum width for images.

FormFile::getMaxHeight() — Method in class FormFile

Returns a maximum height for images.

FormFile::getSaveInCascadedFolder() — Method in class FormFile

This option is used by the replace location with id method.

FormGroupSelector::get_selector_link() — Method in class FormGroupSelector
FormHidden::get_display_value_for() — Method in class FormHidden
FormPayment::get_process_id() — Method in class FormPayment

Returns the from this component generated process id. This process id is saved in the session and it will keep until the product is bougth.

FormPayment::get_payment_data() — Method in class FormPayment

This method can be used after the form is proccesed and validated.

FormPolicySelector::get_rights() — Method in class FormPolicySelector
FormStaticText::get_display_value_for() — Method in class FormStaticText

callback function for preg_replace replacing {fieldname} in text value

FormTag::get() — Method in class FormTag

Override the default getter The get('default') will not return tags as they are stored outside the models properties.

FormTextarea::getWYSIWYGInserts() — Method in class FormTextarea
FormTextarea::getWYSIWYGCustomInserts() — Method in class FormTextarea
FormTextarea::getDocumentSelector() — Method in class FormTextarea
FroalaEditorBuilder::getOptions() — Method in class FroalaEditorBuilder

Get Options as JSON Object StringFormat

FroalaEditorBuilder::getToolbarButtons() — Method in class FroalaEditorBuilder

Returns the setup of the toolbar based on the property simpleToolbar which defines the features used by the toolbar. If simpleToolbar is used, this method returns a setup which contains less buttons.

FroalaEditorBuilder::getToolbarButtonsReduced() — Method in class FroalaEditorBuilder

Reduce the amount of visible Toolbar Buttons for smaller versions of the standard toolbar

FroalaInsertGroup::getKey() — Method in class FroalaInsertGroup
FroalaInsertGroup::getLabel() — Method in class FroalaInsertGroup
FroalaInsertGroup::getItems() — Method in class FroalaInsertGroup
FroalaInsertGroup::getIcon() — Method in class FroalaInsertGroup
FroalaOption::getName() — Method in class FroalaOption
FroalaOption::getValue() — Method in class FroalaOption
Html::get_tree() — Method in class Html
Html::get_column_list() — Method in class Html

Sorts the passed items into a multi column list with auto column leveling

Image::generate_full_url() — Method in class Image
Image::generate_absolute_path() — Method in class Image
Image::get_placeholder_image_by_content_type() — Method in class Image

put your comment there.

Image::get_url() — Method in class Image
Image::get_folder_prefix() — Method in class Image
Image::get_label() — Method in class Image
Image::get_alt() — Method in class Image
Image::get_static_url() — Method in class Image
Image::get_appearance_mode() — Method in class Image
Image::get_resize() — Method in class Image
Image::get_crop() — Method in class Image
Image::get_content_type() — Method in class Image
Image::get_height() — Method in class Image
Image::get_width() — Method in class Image
Image::get_disable_replacer() — Method in class Image
Image::get_public_file_link() — Method in class Image
$ Import#group_fieldsProperty in class Import
Import::get_stepping() — Method in class Import
Import::get_tmp_data() — Method in class Import

get temp data

Item::get_id() — Method in class Item
Item::get_di_id() — Method in class Item
Item::get_name() — Method in class Item
Item::get_info() — Method in class Item

Returns an info text.

Item::get_type() — Method in class Item

Returns the item type

Item::get_document_model() — Method in class Item
Item::get_icon_class() — Method in class Item
Item::get_created_at() — Method in class Item
Item::get_updated_at() — Method in class Item
Item::get_thumbnail_url() — Method in class Item
Item::get_doclink() — Method in class Item

Returns the html block for doclink link

Item::get_source() — Method in class Item
$ Link#GPvarsProperty in class Link
Paging::get_records_per_page() — Method in class Paging
Paging::get_last_record_of_page() — Method in class Paging
Paging::get_first_record_of_page() — Method in class Paging
Paging::get_page_count() — Method in class Paging
Paging::get_number_of_current_page() — Method in class Paging
$ Table#groupingProperty in class Table
$ Table#group_typeProperty in class Table
$ Table#GPvarsProperty in class Table
Table::getId() — Method in class Table

Returns the table id.

Table::get_table() — Method in class Table

Get HTML Table

Table::get_action() — Method in class Table
Table::get_page_control() — Method in class Table

Return Page Control

Table::getCMDArray() — Method in class Table

Return the current table command which where given encoded via _GET params for this table instance

Table::getTableUid() — Method in class Table
TableEditor::get_action() — Method in class TableEditor
TableEditor::get_primary_key() — Method in class TableEditor
TableEditor::get_table() — Method in class TableEditor
TableEditor::get_edit_link() — Method in class TableEditor
TableEditor::get_new_link() — Method in class TableEditor

Get new Link (Action)

TableEditor::get_form() — Method in class TableEditor
TableRow::get_field() — Method in class TableRow
TableRow::get_field_attributes() — Method in class TableRow
TableRow::get_row_separator() — Method in class TableRow
TableRow::get_row() — Method in class TableRow
Tabs::get_tab_links() — Method in class Tabs
TimeLineRow::get_label() — Method in class TimeLineRow

Get the row label

TimeLineRow::get_time_ranges() — Method in class TimeLineRow

Get the time ranges

Translation::getTranslationTemplate() — Method in class Translation

Returns the template for the given $translationResult.

$ Tree#group_fieldProperty in class Tree

Supply the group field to filter the tree by group

$ Tree#group_idProperty in class Tree
Tree::get_form() — Method in class Tree
Tree::get_current_id() — Method in class Tree

Get currently selected Node ID This works only properly AFTER process()

Tree::get_unique_id() — Method in class Tree
Tree::get_checked_nodes() — Method in class Tree
Tree::get_flat_tree() — Method in class Tree
Tree::getRootPid() — Method in class Tree

Getter for the root id

Tree::get_parents() — Method in class Tree
Tree::get_childs() — Method in class Tree
Tree::get_siblings() — Method in class Tree

Returns an array with all sibling IDs

Tree::get_element() — Method in class Tree
UserImage::getUserId() — Method in class UserImage
UserImage::getHeight() — Method in class UserImage
UserImage::getWidth() — Method in class UserImage
UserImage::getRound() — Method in class UserImage
UserLink::getLinks() — Method in class UserLink

Get links

UserLink::get_wrapped_html_link() — Method in class UserLink

creates an userlink html (a) arround given inner html can be used for making a profile image clickable

VCard::getShowOnlineStatus() — Method in class VCard

Returns the previously set showOnlineStatus value, or false if user status is disabled in config

VCard::getColumns() — Method in class VCard
VCard::getAdditionalProperties() — Method in class VCard
Wizard::get_data() — Method in class Wizard

put your comment there.

Wizard::get_model() — Method in class Wizard

put your comment there.

Wizard::get_unique_dom_id() — Method in class Wizard

Generates a unique dom id, dependent on the provided UID, as well as the current context.

$ User#GPvarsProperty in class User
User::get_mobile_token() — Method in class User
User::get_page_options() — Method in class User
User::get_accessible_pages() — Method in class User
User::get_filter_where_statement() — Method in class User

Returns a SQL filter to filter by the usergroup of the current user (using fileds filter_allow and filter_deny)

User::get_user_obj() — Method in class User
User::get_user_id_by_email() — Method in class User

returns user_id found through given email address Warning: expects user emails to be unique! only one id is returned

User::get_user_obj_by_email() — Method in class User

returns user_object found through given email address Warning: expects user emails to be unique! only one object is returned

User::get_user_id_by_login() — Method in class User

Return User ID by given login/password

User::get_user_by_login() — Method in class User

Return User ID by given login/password

User::get_user_id() — Method in class User

!Accessor

User::get_user_cache_id() — Method in class User

Return a fixed length string (e.g. 00000001 for userid 1)

User::get_session_auth_method() — Method in class User

Get the current Auth Method for this session

User::get() — Method in class User

Save a user setting (Duration: Session Lifetime) return mixed

User::get_setting() — Method in class User

Get a user setting (Duration: User Lifetime) return bool success

User::get_message() — Method in class User

Gets the last user message with the given status

User::get_groups() — Method in class User
User::get_group_class() — Method in class User

Get Group Classes for user

User::get_policy_cluster_centroids() — Method in class User

Loads the Centroid of a given Policy Cluster into cache and returns it

User::get_policy_user_diff() — Method in class User

Loads the Policy User Diff of a given user into cache and returns it

User::get_policy_security_level() — Method in class User

Returns the required minimum security level for the passed policy

User::get_security_context() — Method in class User

Get Security Context

User::get_userid_by_email() — Method in class User
User::get_group_tree() — Method in class User

Return the rights/roles/group tree todo This method should not be here, but in usermanagement_hook

User::get_user_ids_by_meta_value() — Method in class User

returns an array of all user_ids matching the given meta-field conditions

User::getMetaPopData() — Method in class User

Fetches the meta data off the database from the selected user, if given. Otherwise the current user will be selected.

$ View#GPvarsProperty in class View
View::get_instance() — Method in class View

Returns the reference of the main instance.

View::get_route_params() — Method in class View
View::getTemplateController() — Method in class View
View::get_last_page_url() — Method in class View

Returns the page the user came from (determined by referer, checked for validity)

View::get_first_page_of_instance() — Method in class View
View::get_current_module() — Method in class View

Determine currently executed main module

View::get_current_nav_id() — Method in class View

Determine currently viewed nav_id

View::get_current_instance() — Method in class View

Determine currently executed main instance

View::get_current_page() — Method in class View

Determine currently executed Page

View::get_current_cmd() — Method in class View

Determine current commands

View::get_primary_template() — Method in class View

Return the primary template object

ActiveDirectoryAction::getDirectoryUsers() — Method in class ActiveDirectoryAction

Returns all Users available in the configured Active Directory

AzureActiveDirectoryAction::getDirectoryUsers() — Method in class AzureActiveDirectoryAction

Returns all Users available in the configured Active Directory

LdapAction::getDirectoryUsers() — Method in class LdapAction

Returns all Users available in the configured Active Directory

AdSyncController::getDirectoryService() — Method in class AdSyncController
$ AdCache#groups:Property in class AdCache

stored in MySQL as text

DirectoryServiceInterface::getDirectoryUsers() — Method in class DirectoryServiceInterface

Return all users within directory

DirectoryServiceInterface::getConfigOptions() — Method in class DirectoryServiceInterface
DirectoryServiceInterface::getAttributeMapping() — Method in class DirectoryServiceInterface
DirectoryServiceInterface::getGroupMapping() — Method in class DirectoryServiceInterface
AdCache::get_groups() — Method in class AdCache
DirectoryServiceConfigTrait::getConfigOptions() — Method in class DirectoryServiceConfigTrait

Return Configuration for Service

DirectoryServiceConfigTrait::getAttributeMapping() — Method in class DirectoryServiceConfigTrait

Return Attribute Mapping from module configuration

DirectoryServiceConfigTrait::getGroupMapping() — Method in class DirectoryServiceConfigTrait

Return Group Mapping from module configuration

ApiCloudstorageController::get_providers() — Method in class ApiCloudstorageController

Returns all loaded storage provider.

ApiCloudstorageController::get_provider() — Method in class ApiCloudstorageController

Returns a specific storage provider.

ApiCloudstorageController::get_cloud_content_tree() — Method in class ApiCloudstorageController

Returns an xui_tree that contains the storage content.

DropboxStorageProvider::get_provider_title() — Method in class DropboxStorageProvider
DropboxStorageProvider::get_provider_name() — Method in class DropboxStorageProvider
DropboxStorageProvider::get_icon_class_name() — Method in class DropboxStorageProvider
DropboxStorageProvider::get_account_quota_total() — Method in class DropboxStorageProvider
DropboxStorageProvider::get_account_quota_used() — Method in class DropboxStorageProvider
DropboxStorageProvider::get_content() — Method in class DropboxStorageProvider
GoogleStorageProviderClass in namespace XELOS\Modules\ApiCloudstorage\Hook\ApiCloudstorage

Class GoogleStorageProvider

GoogleStorageProvider::get_provider_title() — Method in class GoogleStorageProvider
GoogleStorageProvider::get_provider_name() — Method in class GoogleStorageProvider
GoogleStorageProvider::get_icon_class_name() — Method in class GoogleStorageProvider
GoogleStorageProvider::get_account_quota_total() — Method in class GoogleStorageProvider
GoogleStorageProvider::get_account_quota_used() — Method in class GoogleStorageProvider
GoogleStorageProvider::get_content() — Method in class GoogleStorageProvider
UploadDocumentProcessor::get_action() — Method in class UploadDocumentProcessor

Returns action if any cloud service is registered in the cloud service manager.

UploadDocumentProcessor::get_actions() — Method in class UploadDocumentProcessor

put your comment there.

CloudDocumentBrowser::get_document_browser() — Method in class CloudDocumentBrowser
CloudDocumentBrowser::get_name() — Method in class CloudDocumentBrowser
CloudDocumentBrowser::get_thumbnail_url() — Method in class CloudDocumentBrowser
StorageProvider::get_provider_title() — Method in class StorageProvider

Returns the title of the provider storage service.

StorageProvider::get_provider_name() — Method in class StorageProvider

Returns a name identifier of the provider storage service.

StorageProvider::get_icon_class_name() — Method in class StorageProvider

Returns the xelos icon class name which presents the provider storage service.

StorageProvider::get_account_quota_total() — Method in class StorageProvider

Returns size in bytes of total space of the storage.

StorageProvider::get_account_quota_used() — Method in class StorageProvider

Returns size in bytes of used space of the storage.

StorageProvider::get_content() — Method in class StorageProvider

Returns an instance of StorageContent that contains all files requested by the given path which is provider specific

StorageProvider::get_account_quota_free() — Method in class StorageProvider

Returns the account free storage quota in bytes.

StorageProvider::get_account_quota_used_percent() — Method in class StorageProvider

Returns the account used storage quota in percent.

DropboxOauthClient::getOAuthClient() — Method in class DropboxOauthClient
GoogleOauthClientClass in namespace XELOS\Modules\ApiCloudstorage\Hook\Webservice

Class GoogleOauthClient

GoogleOauthClient::getOAuthClient() — Method in class GoogleOauthClient
StorageContent::get_folders() — Method in class StorageContent
StorageContent::get_files() — Method in class StorageContent
ApiCloudstorageDocumentBrowser::get_items() — Method in class ApiCloudstorageDocumentBrowser
ApiCloudstorageDocumentBrowser::get_title() — Method in class ApiCloudstorageDocumentBrowser

Returns a title for this browser.

CrmSyncPlugins::getContactProperties() — Method in class CrmSyncPlugins
CrmSyncPlugins::getContactPropertyValues() — Method in class CrmSyncPlugins
CrmSyncPlugins::getNewContacts() — Method in class CrmSyncPlugins

Return contacts which have been created since given time

CrmSyncPlugins::getContactIsDeleted() — Method in class CrmSyncPlugins

Check if contact is deleted in Exchange

ApiMicrosoftController::getGraphClient() — Method in class ApiMicrosoftController
ApiMicrosoftController::getApplicationClient() — Method in class ApiMicrosoftController
OnedriveBusinessStorageProvider::get_provider_title() — Method in class OnedriveBusinessStorageProvider

Returns the title of the provider storage service.

OnedriveBusinessStorageProvider::get_provider_name() — Method in class OnedriveBusinessStorageProvider

Returns a name identifier of the provider storage service.

$ OnedriveStorageProvider#graphProperty in class OnedriveStorageProvider
OnedriveStorageProvider::get_provider_title() — Method in class OnedriveStorageProvider

Returns the title of the provider storage service.

OnedriveStorageProvider::get_provider_name() — Method in class OnedriveStorageProvider

Returns a name identifier of the provider storage service.

OnedriveStorageProvider::get_icon_class_name() — Method in class OnedriveStorageProvider

Returns the xelos icon class name which presents the provider storage service.

OnedriveStorageProvider::get_account_quota_total() — Method in class OnedriveStorageProvider

Returns size in bytes of total space of the storage.

OnedriveStorageProvider::get_account_quota_used() — Method in class OnedriveStorageProvider

Returns size in bytes of used space of the storage.

OnedriveStorageProvider::get_content() — Method in class OnedriveStorageProvider

Returns an instance of StorageContent that contains all files requested by the given path which is provider specific

OutlookPersonalCalenderGetEvents::get_calendars() — Method in class OutlookPersonalCalenderGetEvents
OutlookPersonalCalenderGetEvents::get_event_by_id() — Method in class OutlookPersonalCalenderGetEvents

Fetches the event from the /me/events/{id} endpoint.

OutlookPersonalCalenderGetEvents::get_events() — Method in class OutlookPersonalCalenderGetEvents

Fetches the events for the selected timeframe. Caches the retrieved events for 5 minutes.

CoAuthorDocumentProcessor::get_action() — Method in class CoAuthorDocumentProcessor

Returns action if any cloud service is registered in the cloud service manager.

PresenceUserLinks::get_link_info() — Method in class PresenceUserLinks

Returns an array that contains the link id as key and link data array as value.

PresenceUserLinks::get_link_data() — Method in class PresenceUserLinks

Returns an array contains the link parameters as array.

OutlookInboxShowPortlet::get_fdl() — Method in class OutlookInboxShowPortlet

If the portlet offers options please supply fdl for options

OutlookInboxShowPortlet::get_html() — Method in class OutlookInboxShowPortlet
SearchMessagesSearchIntegration::getDocumentsBySearch() — Method in class SearchMessagesSearchIntegration

Search for "Documents"

SearchMessagesSearchIntegration::getDocumentCountBySearch() — Method in class SearchMessagesSearchIntegration

Gets the maximum available hits count for this search-term

SearchMessagesSearchIntegration::getMinLength() — Method in class SearchMessagesSearchIntegration

Returns the min length of a single search word

SearchMessagesSearchIntegration::getTabTitle() — Method in class SearchMessagesSearchIntegration
SearchMessagesSearchIntegration::getFacetedFilters() — Method in class SearchMessagesSearchIntegration

Return facets for the search sidebar.

AzureAuthentication::getConfigurationFDL() — Method in class AzureAuthentication
MicrosoftOauthClient::getOAuthClient() — Method in class MicrosoftOauthClient

Return OAuthClient to Webservices

OnedriveOauthClient::getOAuthClient() — Method in class OnedriveOauthClient
Main::get_saml_auth() — Method in class Main
Main::get_saml_auth_settings() — Method in class Main
$ Calendar#group_idProperty in class Calendar
$ Calendarset#group_idProperty in class Calendarset
$ Component#group_idProperty in class Component
$ ComponentLive#group_idProperty in class ComponentLive
$ History#group_idProperty in class History
$ HistoryComponent#group_idProperty in class HistoryComponent
$ HistoryPage#group_idProperty in class HistoryPage
$ Page#group_idProperty in class Page
$ PageLive#group_idProperty in class PageLive
$ Partial#group_idProperty in class Partial
$ PartialLive#group_idProperty in class PartialLive
ParserAction::get_link() — Method in class ParserAction

Get link from text when there is a link inside

Comment::get_views() — Method in class Comment

Returns an array of name=>title pairs of all views that are available for the current document.

Comment::get_view() — Method in class Comment

Returns a specific view for the given document

Comment::get_draft_view() — Method in class Comment

Returns a view for editing the document before it is finally created.

CommentsController::get_post_form() — Method in class CommentsController

Usage: Writing a NEW 2nd level comment on actionlog wall will trigger this function to display the form

CommentsController::getFormAction() — Method in class CommentsController
CommentsController::get_comment_count() — Method in class CommentsController
CommentsController::get_comments() — Method in class CommentsController

Returns all comments for the current post

CommentsController::guessGroupId() — Method in class CommentsController

Guess the group ID by evaluating GP and CMD Vars

CommentsController::getIsEmbeddedInXoi() — Method in class CommentsController

Set to true if the comments module is used inside of XOI

CommentsController::get_current_document_index() — Method in class CommentsController
$ Comment#group_idProperty in class Comment
Comment::get_document_index_id() — Method in class Comment
Comment::get_comment_model() — Method in class Comment

Returns all comment models

Comment::get_previous_comments() — Method in class Comment

Returns a collection of previous comments

Comment::get_next_comments() — Method in class Comment

Returns a collection of previous comments

Comment::get_link_info() — Method in class Comment

Get Link Info

Comment::get_comment_formatted() — Method in class Comment

Returns the links formatted as HTML incl. all kinds of parsing

Comment::get_user_displayname() — Method in class Comment
Comment::get_user_picture_url() — Method in class Comment
Comment::get_friendly_created_at() — Method in class Comment

returns friendly formatted created at string

Comment::get_attachments_ids() — Method in class Comment
Comment::get_render_attachments() — Method in class Comment
Comment::get_legacy_attachments() — Method in class Comment

Return parsed legacy document indexes as array. Used in template

Comment::get_attachment_dis() — Method in class Comment

Returns all attachment as document index objects

Comment::get_title() — Method in class Comment

Return a title representing the comment without HTML/Markdown

LinkInfo::get_secure_url() — Method in class LinkInfo

Returns the URL incl. redirect if enabled on system

LinkInfo::get_is_url_external() — Method in class LinkInfo

Returns true if the link url is an external URL (not on current XELOS host)

LinkInfo::get_image_url() — Method in class LinkInfo
LinkInfo::get_full_image_url() — Method in class LinkInfo
Board::getPlaceholderContent() — Method in class Board

Returns a custom placeholder for deferred loading.

BoardComment::getComment() — Method in class BoardComment

Returns the commend model which this component is working with.

BoardComment::getEditLink() — Method in class BoardComment
BoardComment::getDeleteLink() — Method in class BoardComment
Comment::get_title() — Method in class Comment
Comment::get_description() — Method in class Comment
Comment::get_full_preview() — Method in class Comment
CrmSync::getContactProperties() — Method in class CrmSync

This function should return all available properties of the source, which are meant to be available for synchronisation The keys should not change afterwards, as they will be used for mapping and identification

CrmSync::getNewContacts() — Method in class CrmSync

This function should return reference keys for contacts which have been created in source since the last sync The CRM will call getContactPropertyValues() for the given contacts to retrieve the data

CrmSync::getContactPropertyValues() — Method in class CrmSync

Return the properties of the specified contact

CrmSync::getContactIsDeleted() — Method in class CrmSync

This function should return true, when the referenced contact has been deleted in source The function will be called before getContactPropertyValues and as a result may delete the crm contact

CrmSync::get_sync_fields() — Method in class CrmSync

Get all Fields available for Synchronisation

CrmSync::get_field_values() — Method in class CrmSync

Returns Values of specified Fields after sync time

CrmDocumentBrowser::get_items() — Method in class CrmDocumentBrowser
CrmDocumentBrowser::get_title() — Method in class CrmDocumentBrowser

Returns a title for this browser.

DMSController::get_view() — Method in class DMSController
DMSController::get_vars() — Method in class DMSController
DMSController::get_my_documents_folder() — Method in class DMSController

Returns the personal workspace folder for the current user

DMSController::getCommandsForPage() — Method in class DMSController

Needs to be done this way, since methods from traits won't be inherited and therefor not be called right here.

GroupsTemplateInitClass in namespace XELOS\Modules\DMS\Hook\Groups
DocviewProcessor::get_action() — Method in class DocviewProcessor

Returns action if any cloud service is registered in the cloud service manager.

ChannelFollowsShowPortlet::get_title() — Method in class ChannelFollowsShowPortlet

Get the title

ChannelFollowsShowPortlet::get_fdl() — Method in class ChannelFollowsShowPortlet

Form definition language

ChannelFollowsShowPortlet::get_html() — Method in class ChannelFollowsShowPortlet

Get HTML

FollowedDocumentsShowPortlet::get_title() — Method in class FollowedDocumentsShowPortlet
FollowedDocumentsShowPortlet::get_fdl() — Method in class FollowedDocumentsShowPortlet

Get Config from this portlet

FollowedDocumentsShowPortlet::get_html() — Method in class FollowedDocumentsShowPortlet
SearchMetaData::getFields() — Method in class SearchMetaData
SearchMetaData::getLabelForValue() — Method in class SearchMetaData
DocumentActivityCollector::getDimensions() — Method in class DocumentActivityCollector

Return the available data dimensions for this collector

DocumentActivityCollector::getAggregatedDataForDimension() — Method in class DocumentActivityCollector

Return the data for each dimension, if you cannot provide data for the requested time or aggregation level

DocumentViewsCollector::getDimensions() — Method in class DocumentViewsCollector

Return the available data dimensions for this collector

DocumentViewsCollector::getAggregatedDataForDimension() — Method in class DocumentViewsCollector

Return the data for each dimension, if you cannot provide data for the requested time or aggregation level

GroupActivityCollectorClass in namespace XELOS\Modules\Doclink\Hook\SystemStats
GroupActivityCollector::getDimensions() — Method in class GroupActivityCollector

Return the available data dimensions for this collector

GroupActivityCollector::getAggregatedDataForDimension() — Method in class GroupActivityCollector

Return the data for each dimension, if you cannot provide data for the requested time or aggregation level

SocialActivityCollector::getDimensions() — Method in class SocialActivityCollector

Return the available data dimensions for this collector

SocialActivityCollector::getAggregatedDataForDimension() — Method in class SocialActivityCollector

Return the data for each dimension, if you cannot provide data for the requested time or aggregation level

PostAction::get_related_table() — Method in class PostAction
PostAction::get_gantt_chart() — Method in class PostAction
RegistrationAction::get_event_questions_form() — Method in class RegistrationAction
RegistrationAction::get_event_questions_answers() — Method in class RegistrationAction

Returns the answers for the event questions

CategoryCollection::getIterator() — Method in class CategoryCollection
EventCollection::getIterator() — Method in class EventCollection
$ CategoryDocumentation#group_idProperty in class CategoryDocumentation
$ EventDocumentation#group_idProperty in class EventDocumentation
EventplannerController::get_category_list() — Method in class EventplannerController

Get Category List

EventplannerController::get_event_details() — Method in class EventplannerController

builds array with event details (cached per script call)

EventplannerController::generate_button_links() — Method in class EventplannerController
EventplannerController::get_event_list() — Method in class EventplannerController

returns the event list

EventplannerController::get_category_id() — Method in class EventplannerController
EventplannerController::guessGroupId() — Method in class EventplannerController
EventplannerController::get_additional_fields() — Method in class EventplannerController

It is possible to define additional fields in the config:

  • e.g. display the company from the lookbook it is a system user. Either the property title or the property shortname can be used.
EventplannerController::get_additional_field_value() — Method in class EventplannerController

Returns the value of an additional field.

EventplannerController::get_tabs() — Method in class EventplannerController
EventplannerController::get_bought_tickets_table() — Method in class EventplannerController

Returns a table with all tickets bought grouped by category

EventplannerController::get_public_payment_tabs() — Method in class EventplannerController

Returns the tabs for the public event_action and payment pages

EventplannerController::get_detail_payment_tabs() — Method in class EventplannerController
EventplannerController::get_tos_url() — Method in class EventplannerController
EventplannerController::get_user_invoices() — Method in class EventplannerController
EventplannerController::get_option_links() — Method in class EventplannerController
EventplannerController::getICalLink() — Method in class EventplannerController

Returns the link to down the iCal file when the user is invited or a registered participant.

EventplannerController::getCommandsForPage() — Method in class EventplannerController
CalendarLinkGetEvents::get_events() — Method in class CalendarLinkGetEvents

Returns an object collection of event items

CalendarLinkGetEvents::get_calendars() — Method in class CalendarLinkGetEvents

Returns an array of all available calendars

EventplannerUpcomingShowPortlet::get_title() — Method in class EventplannerUpcomingShowPortlet
EventplannerUpcomingShowPortlet::get_fdl() — Method in class EventplannerUpcomingShowPortlet
EventplannerUpcomingShowPortlet::get_html() — Method in class EventplannerUpcomingShowPortlet
PayloadParticipantPayload::get_placeholders() — Method in class PayloadParticipantPayload
ProcessParticipantAction::get_fdl() — Method in class ProcessParticipantAction
ProcessParticipantAction::get_user_interface() — Method in class ProcessParticipantAction
Event::get_is_expired() — Method in class Event

True if the event has ended.

Event::get_is_deadline_passed() — Method in class Event

True if the deadline has passed.

Event::get_payment_admin_email() — Method in class Event
Event::get_domain() — Method in class Event

Returns the XELOS Host URL.

Event::get_attachment2_label() — Method in class Event
Event::get_attachment3_label() — Method in class Event
Event::get_attachment1_url() — Method in class Event
Event::get_attachment2_link() — Method in class Event
Event::get_attachment3_link() — Method in class Event
Event::get_description_limited() — Method in class Event
Event::get_start_formated() — Method in class Event
Event::get_end_formated() — Method in class Event
Event::get_user_status() — Method in class Event
Event::get_custom_id() — Method in class Event
Event::get_current_participant_count() — Method in class Event
Event::get_participating_participant_count() — Method in class Event
Event::get_vcal_attachment() — Method in class Event
Event::get_payment_options_pop_data() — Method in class Event
Event::get_event_templates() — Method in class Event
Event::get_title_with_date() — Method in class Event
Event::getAttachmentPreviews() — Method in class Event

Returns document previews for the attachments with the given label.

Event::getCarouselImages() — Method in class Event

Returns attachments2 and attachment3 if they are images.

Event::get_summarizedLocation() — Method in class Event

Returns a summarized location for this event: Location/City

Event::get_tags() — Method in class Event

return the tags for this event

Event::get_detailUrl() — Method in class Event

returns the detail url for this event

Event::get_participationStatus() — Method in class Event
Event::getModelCollection() — Method in class Event
Invoice::get_total_tickets() — Method in class Invoice
Invoice::get_invoice_storage_path() — Method in class Invoice
Invoice::get_price_in_euro() — Method in class Invoice

Formats the price from Cent to Euro

Invoice::get_vat_in_euro() — Method in class Invoice

Return the VAT in Euro

Invoice::get_net_price_in_euro() — Method in class Invoice

Return the net price in Euro

Invoice::get_calculated_vat() — Method in class Invoice

Calculate the VAT

Invoice::get_calculated_net_price() — Method in class Invoice

Calculate the net price

Invoice::get_full_address() — Method in class Invoice
Invoice::get_formatted_country() — Method in class Invoice
Invoice::get_formatted_date() — Method in class Invoice
Invoice::get_formatted_payment_type() — Method in class Invoice
Invoice::get_pdf_url() — Method in class Invoice

Returns the direct file url

Invoice::get_download_url() — Method in class Invoice

Returns the URL to the download_invoice command on the payment page.

Invoice::get_pdf_document() — Method in class Invoice
Invoice::get_payment_status_translations() — Method in class Invoice
Invoice::get_payment_type_translations() — Method in class Invoice
Invoice::get_event() — Method in class Invoice
Invoice::get_tickets() — Method in class Invoice
Invoice::get_payment_module_name() — Method in class Invoice

Returns the payment instance title

Invoice::get_invoice_url() — Method in class Invoice

Returns the URL to the invoices page of the public event_action page.

$ InvoiceTemplate#GLOBALSProperty in class InvoiceTemplate
Participant::get_bought_tickets() — Method in class Participant

Returns how many tickets with a status != 'cancelled' & 'failed', the participant has bought

Participant::get_tickets_contingent() — Method in class Participant

Returns how many tickets the participant can buy in total

Participant::get_invoices() — Method in class Participant
Participant::get_event() — Method in class Participant
Participant::get_user() — Method in class Participant
Participant::get_displayname() — Method in class Participant
Participant::get_displayname_without_email() — Method in class Participant
Participant::get_custom_id() — Method in class Participant
PriceCategory::get_price_in_euro() — Method in class PriceCategory

Formats the price from Cent to Euro

PriceCategory::get_code() — Method in class PriceCategory

Returns the type_value if the type is code (used in xui_form to fetch the value in tagged fields)

PriceCategory::get_user_group() — Method in class PriceCategory

Returns the type_value if the type is user_group (used in xui_form to fetch the value in tagged fields)

PriceCategory::get_formatted_type() — Method in class PriceCategory

Returns the token for the corresponding type: 'code' = _("Promo code") 'usergroup' = ("User group")

PriceCategory::get_formatted_type_value() — Method in class PriceCategory

Returns the system user group name if the type is user_group, otherwise returns just the type_value

PriceCategory::get_available_tickets() — Method in class PriceCategory
UserGroupTicketContingent::get_formatted_user_group() — Method in class UserGroupTicketContingent

Returns the system user group name if the type is user_group, otherwise returns just the type_value

DatePage::get_page() — Method in class DatePage
DetailPage::get_page() — Method in class DetailPage

Default get_page method with one exception: the sub page payment is in another file

EventActionPage::get_page() — Method in class EventActionPage

Default get_page method with one exception: the sub page payment is in another file

FeedPage::get_page() — Method in class FeedPage

Create RSS Feed

PostPage::get_page() — Method in class PostPage

Standard Get Page Controller

PostPaymentPage::get_page() — Method in class PostPaymentPage

Standard Get Page Controller

SetupPage::get_configuration_steps() — Method in class SetupPage

checks several points for being configured and returns an array with the checks and their results

SetupPage::get_setup_step() — Method in class SetupPage
Event::get_description() — Method in class Event

Return Document Description

Event::get_full_preview() — Method in class Event

Full Preview for Doclink Viewer

ModerateAction::getModeratableElements() — Method in class ModerateAction

Skims all ids of given post ids, where the current user has no can moderate rights on parent thread(s).

ModerateAction::getWritableParentsBySearchterm() — Method in class ModerateAction

Returns writable parent elements for $type(post||thread) filtered by $searchQuery and exluding $excludeIds

$ CategoryDocumentation#group_idProperty in class CategoryDocumentation
$ PostDocumentation#group_idProperty in class PostDocumentation
$ ThreadDocumentation#group_idProperty in class ThreadDocumentation
ForumController::get_breadcrumb() — Method in class ForumController
ForumController::get_dyn_tree() — Method in class ForumController
ForumController::guessGroupId() — Method in class ForumController

Guess the group ID by evaluating GP and CMD Vars

ForumController::getCommandsForPage() — Method in class ForumController

Returns mixed suggestions, containing both categories and threads as result.

GroupsTemplateInitClass in namespace XELOS\Modules\Forum\Hook\Groups
RecentShowPortlet::get_fdl() — Method in class RecentShowPortlet
RecentShowPortlet::get_html() — Method in class RecentShowPortlet
CreateThreadAction::get_fdl() — Method in class CreateThreadAction
ThreadPayload::get_fdl() — Method in class ThreadPayload

Get FDL for states

ThreadPayload::get_placeholders() — Method in class ThreadPayload

Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.

UpdateThreadAction::get_fdl() — Method in class UpdateThreadAction
Category::get_is_empty() — Method in class Category
Category::get_type_label() — Method in class Category
Category::get_type_info() — Method in class Category
Category::get_parent() — Method in class Category
Category::getParentId() — Method in class Category

Returns the parent id

Category::get_category_info() — Method in class Category
Category::get_all_accessible_categories() — Method in class Category
Category::get_category_dyn_tree() — Method in class Category
Category::get_user_id() — Method in class Category
Category::get_sub_categories() — Method in class Category

Get Accessible Sub Categories

Category::get_threads() — Method in class Category

Get Threads in this category

Category::get_recent_threads() — Method in class Category
Category::getExpires() — Method in class Category
Category::getExpiresAt() — Method in class Category
Category::getExpiryDescription() — Method in class Category
MovableInterface::getParentId() — Method in class MovableInterface

Returns the parent id of the element

Post::getParentId() — Method in class Post

Returns the parent id, which is the thread_id

Post::get_parent() — Method in class Post
Post::get_user_id() — Method in class Post
Post::get_category_id() — Method in class Post
Post::get_reply_link() — Method in class Post
Post::getLegacyAttachments() — Method in class Post

Return paths to

Thread::get_tags() — Method in class Thread
Thread::get_content_html() — Method in class Thread
Thread::getParentId() — Method in class Thread

Returns the parent id, which is the category_id

Thread::get_parent() — Method in class Thread
Thread::get_type() — Method in class Thread
Thread::get_thread_info() — Method in class Thread
Thread::get_recent_posts() — Method in class Thread
Thread::get_posts() — Method in class Thread

Get Threads in this category

Thread::get_post_count() — Method in class Thread

Number of posts in this thread

Thread::get_related_posts() — Method in class Thread

put your comment there.

Thread::get_state() — Method in class Thread

state should be required, but some models didn't save the state-field proper => default Fallback: state = open

Thread::get_user_id() — Method in class Thread

Wrapper for standard model logic where user_id is the author, created_by is a historical naming not used anymore

Thread::get_thread_icon() — Method in class Thread

Thread icon is mainly dependent on category, this function will return icon based on category type

Thread::getLegacyAttachments() — Method in class Thread

Attachments in thread are serialized, but cannot contain old paths (due to X9 db change this is very unlikely)

Votes::getAllVoteValues() — Method in class Votes
DeletePage::get_page() — Method in class DeletePage
EditPage::get_page() — Method in class EditPage
EditPage::getPostFormForThread() — Method in class EditPage
SetupPage::get_configuration_steps() — Method in class SetupPage

checks several points for being configured and returns an array with the checks and their results

SetupPage::get_setup_step() — Method in class SetupPage
ShowPage::get_page() — Method in class ShowPage
ForumCest::generalCleanupAsAdmin() — Method in class ForumCest
ThreadPreview::get_title() — Method in class ThreadPreview
ThreadPreview::get_description() — Method in class ThreadPreview
ThreadPreview::get_image() — Method in class ThreadPreview
ThreadPreview::get_full_preview() — Method in class ThreadPreview

Render a preview of the thread

VoteBox::get_vote_value() — Method in class VoteBox
GroupsTasksControllerDocumentationClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ TaskDocumentation#group_idProperty in class TaskDocumentation
GroupsTasksControllerClass in namespace XELOS\Modules\GroupsTasks
GroupsTasksController::get_view() — Method in class GroupsTasksController
GroupsTasksController::getCommandsForPage() — Method in class GroupsTasksController
CalendarLinkGetEvents::get_calendars() — Method in class CalendarLinkGetEvents

Returns an array of all available calendars

Task::get_checkbox_link() — Method in class Task

Generate an Ajax Clickable Checkbox Link (GROUPS-TASKS)

TaskList::get_readable_lists() — Method in class TaskList

Return lists the user has access to In Groups Mode all lists are accessible if the user has access to main page

$ Model#groupProperty in class Model
$ Model#group_navigationProperty in class Model
Model::group() — Method in class Model
Model::group_navigation() — Method in class Model
$ Ui#grouplistProperty in class Ui
$ Category#group_idProperty in class Category
GroupClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model group.

$ Group#group_idProperty in class Group
$ Invitation#group_idProperty in class Invitation
$ Member#group_idProperty in class Member
$ Module#group_idProperty in class Module
$ Newsletter#group_idProperty in class Newsletter
$ Pending#group_idProperty in class Pending
GroupsDocumentBrowserClass in namespace XELOS\Modules\Groups\Selector

Class GroupsDocumentBrowser

GroupsDocumentBrowser::get_items() — Method in class GroupsDocumentBrowser
GroupsDocumentBrowser::get_title() — Method in class GroupsDocumentBrowser

Returns a title for this browser.

JobScheduler::getScheduledTimeValue() — Method in class JobScheduler
TestJob::getReferenceId() — Method in class TestJob

Define a reference ID which can later be used to lookup this job

JobQueueController::getJobStatus() — Method in class JobQueueController

Returns the status of the passed job

Job::getWaitingJobCount() — Method in class Job
Job::getVerboseStatus() — Method in class Job

Get the verbose message of current JobStatus

Job::getStatusMessage() — Method in class Job
Job::getStatusProgress() — Method in class Job
Job::getOwnerUIDPrefix() — Method in class Job

Returns a unique Owner UID which is being used to identify jobs being processed by a specific thread / server node

JobHistory::getQueueStatistics() — Method in class JobHistory
SystemDaemon::getRequiredThreadCount() — Method in class SystemDaemon

Calculate the number of threads we should currently use. If we have no open jobs we reduce the number of running threads to reduce system load. We scale threads dynamic to match workload.

LegalController::getImprintLink() — Method in class LegalController

Returns the Link incl. Label to the Imprint Page

Page::getPage() — Method in class Page

There's only one disclaimer.

FormprocessorAction::get_data_by_field_id() — Method in class FormprocessorAction

Get Formdata by field ID

FormprocessorEmailAction::get_attachments() — Method in class FormprocessorEmailAction

Get attachments

FormprocessorEmailAction::get_html() — Method in class FormprocessorEmailAction

Get rendered HTML email

ListProperties::get_views() — Method in class ListProperties

Returns an array of name=>title pairs of all views that are available for the current document.

ListProperties::get_view() — Method in class ListProperties

Returns a specific view for the given document

ListProperties::get_draft_view() — Method in class ListProperties

Returns a view for editing the document before it is finally created.

ListProperties::get_icon_class() — Method in class ListProperties

Returns the css icon class.

$ CategoryDocumentation#group_idProperty in class CategoryDocumentation
$ ListDocumentation#group_idProperty in class ListDocumentation
$ ListItemDocumentation#group_idProperty in class ListItemDocumentation
$ ListStatusDocumentation#group_idProperty in class ListStatusDocumentation
Field::getHTMLLabel() — Method in class Field

Returns the label needed for the HTML generated email.

Field::getHTMLValue() — Method in class Field

Returns the value needed for the HTML generated mail.

Field::getFacetedField() — Method in class Field

Gets a field from the faceted search.

CategorySelector::getHTMLValue() — Method in class CategorySelector

Returns the value needed for the HTML generated mail.

Checkbox::getHTMLValue() — Method in class Checkbox

Returns the value needed for the HTML generated mail.

Date::getHTMLValue() — Method in class Date

Returns the value needed for the HTML generated mail.

Datetime::getHTMLValue() — Method in class Datetime

Returns the value needed for the HTML generated mail.

Document::getHTMLValue() — Method in class Document

Returns the value needed for the HTML generated mail.

Fieldset::getHTMLValue() — Method in class Fieldset

Returns the value needed for the HTML generated mail.

ListStatus::getFacetedField() — Method in class ListStatus

Gets a field from the faceted search.

Multitext::getHTMLValue() — Method in class Multitext

Returns the value needed for the HTML generated mail.

Radio::getHTMLValue() — Method in class Radio

Returns the value needed for the HTML generated mail.

SectionBreak::getHTMLValue() — Method in class SectionBreak

Returns the value needed for the HTML generated mail.

Select::getHTMLValue() — Method in class Select

Returns the value needed for the HTML generated mail.

StaticText::getHTMLValue() — Method in class StaticText

Returns the value needed for the HTML generated mail.

ToggleSwitch::getHTMLValue() — Method in class ToggleSwitch

Returns the value needed for the HTML generated mail.

UserSelector::getHTMLValue() — Method in class UserSelector

Returns the value needed for the HTML generated mail.

TimespanGetEvents::get_calendars() — Method in class TimespanGetEvents

Returns an array of all available calendars

TimespanGetEvents::get_event_by_id() — Method in class TimespanGetEvents

Return single matching the given event_id

TimespanGetEvents::get_events() — Method in class TimespanGetEvents

Returns an object collection of event items

ListsGanttShowPortlet::get_title() — Method in class ListsGanttShowPortlet
ListsGanttShowPortlet::get_fdl() — Method in class ListsGanttShowPortlet

Get Config from this portlet

ListsGanttShowPortlet::get_html() — Method in class ListsGanttShowPortlet
ListsPortletShowPortlet::get_title() — Method in class ListsPortletShowPortlet
ListsPortletShowPortlet::get_fdl() — Method in class ListsPortletShowPortlet

Get Config from this portlet

ListsPortletShowPortlet::get_html() — Method in class ListsPortletShowPortlet
ListsSingleShowPortlet::get_title() — Method in class ListsSingleShowPortlet
ListsSingleShowPortlet::get_fdl() — Method in class ListsSingleShowPortlet

Get Config from this portlet.

ListsSingleShowPortlet::get_html() — Method in class ListsSingleShowPortlet

Returns the portlet's HTML.

EnsureFormPayloadAction::get_fdl() — Method in class EnsureFormPayloadAction
EnsureFormPayloadAction::get_user_interface() — Method in class EnsureFormPayloadAction
FilterListItemsAction::get_fdl() — Method in class FilterListItemsAction
ListItemPayload::get_fdl() — Method in class ListItemPayload

Get FDL for states

ListItemPayload::get_file_url() — Method in class ListItemPayload

copied from xelos core, but prepended web_dir to path_to_file

ListItemPayload::get_placeholders() — Method in class ListItemPayload

Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.

ListItemPayload::get_payload_properties() — Method in class ListItemPayload

Get payload properties

SetFieldAction::get_fdl() — Method in class SetFieldAction

Get form definition settings

SetFieldAction::get_ui_form() — Method in class SetFieldAction

Overwrites the parent form because a lists module in a group context sets the wrong action URL, e.g. a list module installed in the groups instance projects would link to /projects_list/.

SetFieldAction::get_user_interface() — Method in class SetFieldAction

Action UI-Interface

ShowFormAction::get_fdl() — Method in class ShowFormAction
ShowFormAction::get_user_interface() — Method in class ShowFormAction

Action UI-Interface

ShowFormAction::get_ui_form() — Method in class ShowFormAction

Overwrites the parent form because a lists module in a group context sets the wrong action URL, e.g. a list module installed in the groups instance projects would link to /projects_list/.

UpdateStatusAction::get_fdl() — Method in class UpdateStatusAction
ListsController::guessGroupId() — Method in class ListsController
ListsController::getFieldByType() — Method in class ListsController

Returns an instance of the field type passed dynamically.

ListsController::getCommandsForPage() — Method in class ListsController

Returns a different set of suggestions, depending on which page was passed.

$ Category#group_idProperty in class Category
Category::get_category_ids() — Method in class Category
Category::getReadableCategories() — Method in class Category

Get Categories which are considered readable to the current user

Category::getManagableCategories() — Method in class Category

Get Categories which are considered managable to the current user

ListItem::get_fdl() — Method in class ListItem

Returns the form FDL to display a specific item or an empty form for this list

ListItem::getListProperties() — Method in class ListItem
ListItem::get_title() — Method in class ListItem

Returns the first two filled out fields in the list item.

ListItem::get_friendly_id() — Method in class ListItem

Return "running" ID for this list item

ListItem::getItemData() — Method in class ListItem

Returns form_data decoded

ListItem::getItemDataByType() — Method in class ListItem

Get ItemData by type

ListItem::getFilteredItems() — Method in class ListItem

Get list items of the same list filtered by the parameters. $this is included if parameters are matching.

ListItem::getListItemPlaceholder() — Method in class ListItem

Get Placeholders for ListItem

$ ListProperties#group_idProperty in class ListProperties

Group ID

ListProperties::get_category() — Method in class ListProperties

Access the list category.

ListProperties::get_form_fdl() — Method in class ListProperties

Return the current form in FDL array format

ListProperties::get_status_pop_data() — Method in class ListProperties
ListProperties::get_default_status() — Method in class ListProperties
ListProperties::getListStatusCollection() — Method in class ListProperties
ListProperties::getUniqueField() — Method in class ListProperties
ListProperties::get_facetted_fields() — Method in class ListProperties

Returns the form field IDs for the facetted filter fields facetted_1 - facetted_5 in the list item, but not the list status, because it is saved in a separate row.

ListProperties::get_facetted_values() — Method in class ListProperties

Returns all distinct values of a facetted field.

ListProperties::getAccessibleItems() — Method in class ListProperties

Get all accessible items for current user as unloaded collection

ListProperties::getOrderFieldBy() — Method in class ListProperties

Function will return an order field to be used in SQL or Collection sorting

ListProperties::getFieldsByType() — Method in class ListProperties

Return FDL for fields of specified type

ListProperties::getPresets() — Method in class ListProperties
ListProperties::getSortableFields() — Method in class ListProperties

Returns all the sortable fields of a list, which might be the first 3.

ListStatus::get_fields() — Method in class ListStatus

Returns the FDL for the table editor form.

ListStatus::get_status_pop_data() — Method in class ListStatus

Returns the possible values for the list status policy

ListStatus::get_list_status_pop_data() — Method in class ListStatus
ItemOverviewPage::generateNavbarContent() — Method in class ItemOverviewPage
ListEditorPage::get_page() — Method in class ListEditorPage
ListEditorPage::getFormEditPresets() — Method in class ListEditorPage
ItemEditor::getPreset() — Method in class ItemEditor
ItemList::getViewMode() — Method in class ItemList
ItemList::getShowFacetedFilters() — Method in class ItemList
ItemList::getManageActionLinks() — Method in class ItemList

Get Action Links specific to list

ItemList::getListItems() — Method in class ItemList
ItemList::getFacetedFilters() — Method in class ItemList
ItemPreview::get_title() — Method in class ItemPreview

Return Document Title

ItemPreview::get_title_icon_class() — Method in class ItemPreview

Get Icon Class

ItemPreview::get_description() — Method in class ItemPreview
ItemPreview::get_image() — Method in class ItemPreview
ItemPreview::get_full_preview() — Method in class ItemPreview

Render a preview of the thread

ListPreview::get_title() — Method in class ListPreview

Return Document Title

ListPreview::get_title_icon_class() — Method in class ListPreview

Get Icon Class

ListPreview::get_description() — Method in class ListPreview
ListPreview::get_image() — Method in class ListPreview
ListPreview::get_full_preview() — Method in class ListPreview

Render a preview of the thread

$ Profile#group_contextProperty in class Profile
$ Property#group_contextProperty in class Property
$ Property#group_idProperty in class Property
$ PropertyGroup#group_contextProperty in class PropertyGroup
$ PropertyTab#group_contextProperty in class PropertyTab
$ PropertyTabGroup#group_idProperty in class PropertyTabGroup
$ PropertyTabGroup#group_contextProperty in class PropertyTabGroup
Date::getEditFDL() — Method in class Date
Date::getPropertySearchQuery() — Method in class Date
Date::getAdditionalEditFDL() — Method in class Date
EventCollector::getDimensions() — Method in class EventCollector
EventCollector::getAggregatedDataForDimension() — Method in class EventCollector

Return the data for each dimension *

FollowersExtension::get_properties() — Method in class FollowersExtension
FollowersExtension::get_fdl() — Method in class FollowersExtension

If the portlet offers options please supply fdl for options

FollowersExtension::getFollowUserIds() — Method in class FollowersExtension

Returns the active and no_login user ids for profiles which match the group_filter_ids.

FollowersExtension::getImages() — Method in class FollowersExtension
FollowingExtension::get_properties() — Method in class FollowingExtension
FieldInterface::getEditFDL() — Method in class FieldInterface

Transform field into form definition language

FieldInterface::getAdditionalEditFDL() — Method in class FieldInterface

Get additional fields in form definition language

FieldInterface::getPropertySearchQuery() — Method in class FieldInterface

Get property search query part to make the property searchable

LookbookProfileTest::getLookbookProfileMethod() — Method in class LookbookProfileTest

Get lookbook profile method

Article::get_description() — Method in class Article

Returns an i18n string describing the document type for which this content first library was created. The description should consist of approximately 30 words.

Article::get_location() — Method in class Article

Returns the "location" a document is located at in its home instance.

Article::get_location_form_element() — Method in class Article

Returns a fdl array containing specification on how to setup a location form element.

Article::get_icon_class() — Method in class Article

Returns the FontAwesome Class that can be used for items in the DMS

Article::get_views() — Method in class Article

Returns an array of name=>title pairs of all views that are available for the current document.

Article::get_view() — Method in class Article

Returns a specific view for the given document

Article::get_draft_view() — Method in class Article

Returns a view for editing the document before it is finally created.

Article::get_comments_instance() — Method in class Article

Returns the comments instance for a given document

$ ArticleDocumentation#group_idProperty in class ArticleDocumentation
$ CategoryDocumentation#group_idProperty in class CategoryDocumentation
GroupsTemplateInitClass in namespace XELOS\Modules\News\Hook\Groups
FullShowPortlet::get_title() — Method in class FullShowPortlet

Return Title

FullShowPortlet::get_fdl() — Method in class FullShowPortlet

Get Config from this portlet

FullShowPortlet::get_html() — Method in class FullShowPortlet
RSSShowPortlet::get_fdl() — Method in class RSSShowPortlet
RSSShowPortlet::get_title() — Method in class RSSShowPortlet
RSSShowPortlet::get_html() — Method in class RSSShowPortlet
RecentShowPortlet::get_fdl() — Method in class RecentShowPortlet

Get Config from this portlet

RecentShowPortlet::get_html() — Method in class RecentShowPortlet

put your comment there.

RecentShowPortlet::get_status_span() — Method in class RecentShowPortlet

mark the article with text and icon if is draft or hidden

ArticlePayload::get_fdl() — Method in class ArticlePayload

Get

ArticlePayload::get_placeholders() — Method in class ArticlePayload

Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.

PublishArticleAction::get_fdl() — Method in class PublishArticleAction

Get form definition

Article::get_related_category() — Method in class Article

Category of this article

Article::get_preview_image_url() — Method in class Article

Generate URL to preview attachment

Article::get_attachments() — Method in class Article

Get attachments

Article::get_attachments_folder() — Method in class Article

Get attachments folder for this article

Article::get_attachment_items() — Method in class Article

Get attachments

Article::get_is_hidden() — Method in class Article

Is this article hidden

Article::get_thumbnail_document() — Method in class Article
Article::get_thumbnail_document_model() — Method in class Article
Article::get_teaser_img_small() — Method in class Article

Get Teaser IMG Url (small)

Article::get_teaser_img_large() — Method in class Article

Get Teaser IMG Url (large, if available)

Article::get_articles_by() — Method in class Article

Retrieve Articles by search, month, category or tag.

Category::getReadableCategories() — Method in class Category
Category::get_category_list() — Method in class Category
Category::get_related_articles() — Method in class Category

put your comment there.

NewsController::get_page() — Method in class NewsController
NewsController::guessGroupId() — Method in class NewsController

Guess the group ID by evaluating GP and CMD Vars

NewsController::getCommandsForPage() — Method in class NewsController

Returns an array consisting of both categories and articles, filtered by the search string passed.

OverviewPage::get_page() — Method in class OverviewPage
OverviewPage::get_archive_list() — Method in class OverviewPage

Return the Archive List (Month / Year)

PostPage::get_page() — Method in class PostPage
ReadPage::get_page() — Method in class ReadPage
SetupPage::get_configuration_steps() — Method in class SetupPage

checks several points for being configured and returns an array with the checks and their results

SetupPage::get_setup_step() — Method in class SetupPage
Article::get_title() — Method in class Article

Return Document Title

Article::get_description() — Method in class Article

Return Document Description

Article::get_image() — Method in class Article

Return Document Image URL (mod->get_file_url)

Article::get_full_preview() — Method in class Article

Return Full Preview for this document

PersonalWorkspaceDocumentBrowser::get_items() — Method in class PersonalWorkspaceDocumentBrowser
PersonalWorkspaceDocumentBrowser::get_title() — Method in class PersonalWorkspaceDocumentBrowser

Returns a title for this browser.

SelectorBrowser::get_document_browser() — Method in class SelectorBrowser
SelectorBrowser::get_name() — Method in class SelectorBrowser
SelectorBrowser::get_thumbnail_url() — Method in class SelectorBrowser
Workspace::get_title() — Method in class Workspace
Workspace::get_dms() — Method in class Workspace

Returns a dms instance in user group context.

Workspace::get_quota_size() — Method in class Workspace

Returns the quota size in megabytes.

Workspace::get_root_folder() — Method in class Workspace

Returns the root workspace folder.

DocumentsPage::get_page() — Method in class DocumentsPage
RecentPage::get_page() — Method in class RecentPage
PersonalWorkspaceController::get_workspace() — Method in class PersonalWorkspaceController

Returns an workspace instance which contains the dms based on users group context and quota information.

PersonalWorkspaceController::get_dyn_tree() — Method in class PersonalWorkspaceController
PersonalWorkspaceController::get_page() — Method in class PersonalWorkspaceController
$ ConfirmationDocumentation#group_idProperty in class ConfirmationDocumentation
$ DocumentDocumentation#group_idProperty in class DocumentDocumentation
AdminProcessor::get_action() — Method in class AdminProcessor

Returns action if any cloud service is registered in the cloud service manager.

ReadConfirmationShowPortlet::get_title() — Method in class ReadConfirmationShowPortlet
ReadConfirmationShowPortlet::get_fdl() — Method in class ReadConfirmationShowPortlet

Get Config from this portlet

ReadConfirmationShowPortlet::get_html() — Method in class ReadConfirmationShowPortlet
OverviewPage::getOverviewTable() — Method in class OverviewPage

Get the table used in overview and CMS Portlet

ReadConfirmationController::guessGroupId() — Method in class ReadConfirmationController

Guess the group ID by evaluating GP and CMD Vars

HistoryAction::getLastEntries() — Method in class HistoryAction

Returns the last entries of the current user sorted by last access (updated_at) descending.

IndexerAction::getSearchAdapter() — Method in class IndexerAction

Returns the currently used Search Adapter

ElasticSearchAdapter::getFromIndex() — Method in class ElasticSearchAdapter
ElasticSearchAdapter::getIndexInfo() — Method in class ElasticSearchAdapter
ElasticSearchAdapter::getElasticSearchClient() — Method in class ElasticSearchAdapter

Returns a connected Elastic Search Client Object

ElasticSearchAdapter::getIndexSchemaStatus() — Method in class ElasticSearchAdapter

Returns true if the index schema is uptodate, false if not.

ElasticSearchAdapter::getSearchUpdateDSL() — Method in class ElasticSearchAdapter
QueryBuilder::getDocumentSearchQuery() — Method in class QueryBuilder

Returns an Elastic Search Query Array based on the passed parameters and all search instance settings

QueryBuilder::getSearchtermSuggestQuery() — Method in class QueryBuilder
AttachmentTrait::getAttachmentFulltextContent() — Method in class AttachmentTrait

Returns the fulltext content of all attachments of SearchIndexRecord.

AttachmentTrait::getAttachmentFileExtensions() — Method in class AttachmentTrait

Returns all found file extensions of all attachments of SearchIndexRecord.

AttachmentTrait::getAttachmentsHash() — Method in class AttachmentTrait

Returns a combined hash string of all file contents of the attachments of SearchIndexRecord.

SearchIntegration::getDocumentsBySearch() — Method in class SearchIntegration

Search for "Documents"

SearchIntegration::getDocumentCountBySearch() — Method in class SearchIntegration

Gets the maximum available hits count for this search-term

SearchIntegration::getMinLength() — Method in class SearchIntegration

Returns the min length of a single search word

SearchIntegration::getTabTitle() — Method in class SearchIntegration
SearchIntegration::getFacetedFilters() — Method in class SearchIntegration

Return facets for the search sidebar.

SearchMetaData::getFields() — Method in class SearchMetaData
SearchMetaData::getKeys() — Method in class SearchMetaData
SearchMetaData::getLabelForKey() — Method in class SearchMetaData
SearchMetaData::getLabelForValue() — Method in class SearchMetaData
SearchMetaData::getSearchQuery() — Method in class SearchMetaData

Returns the search query for the given key and value.

SearchMetaData::getAggregation() — Method in class SearchMetaData
SearchMetaData::getValuesForKey() — Method in class SearchMetaData
Field::getLabel() — Method in class Field
Field::getKey() — Method in class Field
AgentPortletShowPortlet::get_title() — Method in class AgentPortletShowPortlet
AgentPortletShowPortlet::get_html() — Method in class AgentPortletShowPortlet
PortletSearchShowPortlet::get_title() — Method in class PortletSearchShowPortlet
PortletSearchShowPortlet::get_html() — Method in class PortletSearchShowPortlet
PortletSearchShowPortlet::get_fdl() — Method in class PortletSearchShowPortlet

If the portlet offers options please supply fdl for options

SearchDocumentBrowser::get_items() — Method in class SearchDocumentBrowser
SearchDocumentBrowser::get_title() — Method in class SearchDocumentBrowser

Returns a title for this browser.

SearchDocumentBrowser::get_items_by_search() — Method in class SearchDocumentBrowser

Returns all items found by given term.

SearchSelectorBrowser::get_document_browser() — Method in class SearchSelectorBrowser
SearchSelectorBrowser::get_name() — Method in class SearchSelectorBrowser
SearchSelectorBrowser::get_thumbnail_url() — Method in class SearchSelectorBrowser
SearchAdapterInterface::getIndexInfo() — Method in class SearchAdapterInterface

Returns an array that contains information about the search index.

SearchDocumentInterface::get_facetted_search_info() — Method in class SearchDocumentInterface

Returns facet search data based on the last search query.

SearchDocumentInterface::get_searchterm_suggest() — Method in class SearchDocumentInterface

Function will return suggestions based on input usually spell corrected or similar queries (Did you mean ...)

SearchDocumentInterface::get_documents_by_search() — Method in class SearchDocumentInterface

Search for "Documents"

SearchDocumentInterface::get_document_count_by_search() — Method in class SearchDocumentInterface

Gets the maximum available hits count for this search-term

SearchDocumentInterface::get_min_length() — Method in class SearchDocumentInterface

Returns the min length of a single search word

SearchMetaDataInterface::getFields() — Method in class SearchMetaDataInterface

Returns an array of Fields which define which fields are available for filtering and which for sorting.

SearchMetaDataInterface::getKeys() — Method in class SearchMetaDataInterface

Returns the keys used in the index which should be displayed as faceted filters.

SearchMetaDataInterface::getLabelForKey() — Method in class SearchMetaDataInterface

Returns the label for the given meta data key.

SearchMetaDataInterface::getLabelForValue() — Method in class SearchMetaDataInterface

Returns the label for the given meta data value. Return the value if it is unchanged.

SearchMetaDataInterface::getSearchQuery() — Method in class SearchMetaDataInterface

Returns the search query for the given key and value.

SearchMetaDataInterface::getAggregation() — Method in class SearchMetaDataInterface

Define a custom aggregation for the meta_data. This aggregation can be used for counts of the custom values.

SearchMetaDataInterface::getValuesForKey() — Method in class SearchMetaDataInterface

Enables custom values with their own counts instead of the values defined when writing to the search index.

DocumentElasticsearch::get_min_length() — Method in class DocumentElasticsearch

Returns the min length of a single search word

DocumentElasticsearch::get_searchterm_suggest() — Method in class DocumentElasticsearch

Get Searchterm suggestions based on Elastic Search Term Suggester

DocumentElasticsearch::get_documents_by_search() — Method in class DocumentElasticsearch
DocumentElasticsearch::get_last_search_total_result_count() — Method in class DocumentElasticsearch

Returns the number of total results (unlimited) of the last search

DocumentElasticsearch::get_facetted_search_info() — Method in class DocumentElasticsearch
DocumentElasticsearch::getFacetValues() — Method in class DocumentElasticsearch

Loads additional filter values for the given facet. Uses get_faceted_search with only one selected facet.

DocumentElasticsearch::get_document_count_by_search() — Method in class DocumentElasticsearch
DocumentElasticsearch::get_index_setting() — Method in class DocumentElasticsearch

Get Index Settings

FacetedFilter::getCategories() — Method in class FacetedFilter
Searchagent::get_search_result_count() — Method in class Searchagent
Searchagent::get_search_results() — Method in class Searchagent
IndexPage::get_page() — Method in class IndexPage

Show Page as Index

OpensearchPage::get_page() — Method in class OpensearchPage

Standard Get Page Controller

OverviewPage::get_page() — Method in class OverviewPage

Main Search Page

SearchagentPage::get_page() — Method in class SearchagentPage

Search Agent

SearchagentPage::get_searchagent_tabs() — Method in class SearchagentPage
SuggestPage::get_page() — Method in class SuggestPage

Auto-Suggest Feature

SearchController::get_page() — Method in class SearchController
SearchController::getSearchAdapter() — Method in class SearchController
SearchController::get_notifications() — Method in class SearchController

Notify user about Searchagent-Matches (Function is called by System Notifications Cron)

SearchController::get_document() — Method in class SearchController

Retrieves a document search model (depending on the search_engine config setting (sql/lucene))

SearchController::get_documents_by_search() — Method in class SearchController
SearchController::getSearchSortBy() — Method in class SearchController

Returns the sort options for the search results.

SearchIndexContentRecord::getTitle() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::getSummary() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::getIndexContent() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::getLocale() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::getIsAutoTranslated() — Method in class SearchIndexContentRecord

Returns true if this Content has not been translated by humans (Auto Translated)

SearchIndexRecord::getTitle() — Method in class SearchIndexRecord
SearchIndexRecord::getUrl() — Method in class SearchIndexRecord
SearchIndexRecord::getSummary() — Method in class SearchIndexRecord
SearchIndexRecord::getIndexContent() — Method in class SearchIndexRecord

Sets the content which shall be additionally be indexed. By default the title and summary are already indexed.

SearchIndexRecord::getLocale() — Method in class SearchIndexRecord
SearchIndexRecord::getAttachments() — Method in class SearchIndexRecord
SearchIndexRecord::getNormalizedAttachments() — Method in class SearchIndexRecord
SearchIndexRecord::getRelatedPostId() — Method in class SearchIndexRecord
SearchIndexRecord::getTags() — Method in class SearchIndexRecord
SearchIndexRecord::getPreProcessingData() — Method in class SearchIndexRecord

Used by Pre-Processing Logic to store / get additional data during indexing

SearchIndexRecord::getContentRecords() — Method in class SearchIndexRecord

Returns an array of localized Content objects containing all available translations for this document

SearchIndexRecord::getRemoveFromIndex() — Method in class SearchIndexRecord

Returns true of this index record has been marked for index removal

SearchIndexRecord::getDocumentIndex() — Method in class SearchIndexRecord
SearchIndexRecord::getPostId() — Method in class SearchIndexRecord
SearchIndexRecord::getPostType() — Method in class SearchIndexRecord
SearchIndexRecord::getGroupSecurityId() — Method in class SearchIndexRecord
SearchIndexRecord::getUserId() — Method in class SearchIndexRecord
SearchIndexRecord::getCreatedAt() — Method in class SearchIndexRecord

Returns the initial document creation date as UNIX timestamp

SearchIndexRecord::getUpdatedAt() — Method in class SearchIndexRecord

Returns the last document update date as UNIX timestamp

SearchIndexRecord::getMetaData() — Method in class SearchIndexRecord
SearchUpdateRecord::getDocumentIndexId() — Method in class SearchUpdateRecord
SearchUpdateRecord::getMetaData() — Method in class SearchUpdateRecord
SearchUpdateRecord::getProperties() — Method in class SearchUpdateRecord
ResultPanel::getSearchterm() — Method in class ResultPanel
SearchIntegrationResultPanel::getSearchTerm() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::getSearchIndexRecords() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::getSearchIndexCount() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::getPaging() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::getIntegrationHook() — Method in class SearchIntegrationResultPanel
TabsTrait::getTabs() — Method in class TabsTrait
AbstractBrowserItem::get_size() — Method in class AbstractBrowserItem

Returns the size of this file in bytes.

AbstractBrowserItem::get_author() — Method in class AbstractBrowserItem

Returns the author of this item.

AbstractBrowserItem::get_source() — Method in class AbstractBrowserItem

Returns the source where this item is placed.

AbstractBrowserItem::get_id() — Method in class AbstractBrowserItem

Returns the identifier of this item.

AbstractBrowserItem::get_name() — Method in class AbstractBrowserItem

Returns the name of this item.

AbstractBrowserItem::get_secure_name() — Method in class AbstractBrowserItem

Return the name with escaping for usage in XSS context

AbstractBrowserItem::get_name_tooltip() — Method in class AbstractBrowserItem

Returns the name of this item with optional source.

AbstractBrowserItem::get_thumbnail_url() — Method in class AbstractBrowserItem

Returns the url of the thumbnail image of this item. This method should return an empty string if there is no thumbnail, in this case, the item displays an icon based on the extension or type of this item.

AbstractBrowserItem::get_selectable() — Method in class AbstractBrowserItem

Returns the numeric representation of the selectable value.

AbstractBrowserItem::get_item_type() — Method in class AbstractBrowserItem

Returns the type of this item. Possible types are folder and file.

AbstractBrowserItem::get_created_at() — Method in class AbstractBrowserItem

Returns the creation time in unix timestamp format.

AbstractBrowserItem::get_modified_at() — Method in class AbstractBrowserItem

Returns the modification time in unix timestamp format.

AbstractDocumentBrowser::get_custom_operation_title() — Method in class AbstractDocumentBrowser

Returns a custom title for the operation button or null if not set.

AbstractDocumentBrowser::getConfirmMessages() — Method in class AbstractDocumentBrowser
AbstractDocumentBrowser::get_mode() — Method in class AbstractDocumentBrowser

Returns the browse mode.

AbstractDocumentBrowser::get_item_limit() — Method in class AbstractDocumentBrowser

Returns the limit how many items should be loaded per one call.

AbstractDocumentBrowser::get_multiple_selection() — Method in class AbstractDocumentBrowser

Returns a boolean whether multiple items can be selected or not.

AbstractDocumentBrowser::get_show_operation_options() — Method in class AbstractDocumentBrowser

Returns whether to show the option to set the operation for selecting item (link, move, copy).

AbstractDocumentBrowser::get_enable_load_more() — Method in class AbstractDocumentBrowser

Returns whether more documents should be loaded on scroll.

AbstractDocumentBrowser::get_enable_context_menu() — Method in class AbstractDocumentBrowser

Returns whether the context menu should be displayed or not.

AbstractDocumentBrowser::get_enable_search() — Method in class AbstractDocumentBrowser

Returns whether the search should be displayed or not.

AbstractDocumentBrowser::get_items() — Method in class AbstractDocumentBrowser

Returns all items for the given item identifier.

AbstractDocumentBrowser::get_title() — Method in class AbstractDocumentBrowser

Returns a title for this browser.

DocumentBrowserHookInterface::get_document_browser() — Method in class DocumentBrowserHookInterface

Returns a specific document browser for the requested module.

DocumentBrowserHookInterface::get_name() — Method in class DocumentBrowserHookInterface

Returns the name for this document browser provider.

DocumentBrowserHookInterface::get_thumbnail_url() — Method in class DocumentBrowserHookInterface

Returns the url of a thumbnail for this document browser provider.

SearchableDocumentBrowserInterface::get_items_by_search() — Method in class SearchableDocumentBrowserInterface

Returns all items found by given term.

BrowserFile::get_ext() — Method in class BrowserFile

Returns the file extension.

BrowserFile::get_media_type() — Method in class BrowserFile

Returns the media type.

BrowserFile::get_revision() — Method in class BrowserFile

Returns the revision for this file.

BrowserFile::get_user_id() — Method in class BrowserFile

Returns the user id who create this file.

BrowserFile::getAllowedOperationsString() — Method in class BrowserFile
Page::get_icon_class() — Method in class Page

Returns the FontAwesome Class that can be used for items in the DMS

Page::get_views() — Method in class Page

Returns an array of name=>title pairs of all views that are available for the current document.

Page::get_draft_view() — Method in class Page

Returns a view for editing the document before it is finally created.

Page::get_view() — Method in class Page

Returns a specific view for the given document

Page::get_comments_instance() — Method in class Page

Returns the comments instance for a given document

$ PageDocumentation#group_idProperty in class PageDocumentation
$ PageHistoryDocumentation#group_idProperty in class PageHistoryDocumentation
$ PageLinkDocumentation#group_idProperty in class PageLinkDocumentation
GroupsTemplateInitClass in namespace XELOS\Modules\SmartWiki\Hook\Groups
$ Page#group_idProperty in class Page
Page::getDocumentsArray() — Method in class Page
Page::get_documents() — Method in class Page

Return attaced documents

Page::get_numeric_id() — Method in class Page

workaround for legacy code

Page::get_parent_pages() — Method in class Page

Returns an array with all parent page elements

Page::getSlugForString() — Method in class Page

returns a string or number into a valid slug for use in an url does no check waether or not it already exixts

Page::getValidPageSlug() — Method in class Page

returns a valid page ID inf the form of $title_$cnt where $cnt increses until a unsued title is found

Page::getContentHTMLFormatted() — Method in class Page

Returns the links formatted as HTML incl. all kinds of parsing

Page::get_all_pages() — Method in class Page

returns links to all pages based on users policy users get only active pages users who can write also get all inactive pages users who can delete also get other users personal drafts

Page::get_history() — Method in class Page
Page::get_last_change() — Method in class Page
Page::get_user_id() — Method in class Page

Workaround for user_id

Page::getRootPage() — Method in class Page
Page::getPossibleRootPagesCount() — Method in class Page
Page::getNonDuplicatableFields() — Method in class Page
CommentsPage::get_page() — Method in class CommentsPage
EditPage::get_page() — Method in class EditPage
ExportPage::get_page() — Method in class ExportPage
HistoryPage::get_page() — Method in class HistoryPage
IndexPage::get_page() — Method in class IndexPage
IndexPage::get_toc_tree_object() — Method in class IndexPage
IndexPage::get_toc_tree() — Method in class IndexPage
InfoPage::get_page() — Method in class InfoPage
ShowPage::get_page() — Method in class ShowPage
SourcePage::get_page() — Method in class SourcePage
SmartWikiController::get_tabs() — Method in class SmartWikiController
SmartWikiController::get_attachment_table() — Method in class SmartWikiController

Returns an xui_table object holding the documents table of the passed page

SmartWikiController::getWikiPage() — Method in class SmartWikiController

Returns the page object for the passed page reference

SmartWikiController::getRootPage() — Method in class SmartWikiController
SmartWikiController::guessGroupId() — Method in class SmartWikiController

Guess the group ID by evaluating GP and CMD Vars

SmartWikiController::getEditorInserts() — Method in class SmartWikiController

Generates a list of all possible editor Inserts values for the given page

SmartWikiController::getAllTemplates() — Method in class SmartWikiController

returns an array of template tiles indexed by their ids to use in popdata

SmartWikiController::getPossibleParentPages() — Method in class SmartWikiController

returns a usable array for the cat selector, excluding the current page if not null

SmartWikiController::get_dyn_tree() — Method in class SmartWikiController
SmartWikiController::getCommandsForPage() — Method in class SmartWikiController

Returns the available pages as "show='page'" command.

SmartWikiController::getDynTreeParams() — Method in class SmartWikiController

Placeholder method, that simply returns an empty array, in case the user chose a module, which isn't able to provide dynamic tree parameters.

Page::get_title() — Method in class Page
Page::get_full_preview() — Method in class Page
$ EntryDocumentation#group_security_idProperty in class EntryDocumentation
Document::get_icon_class() — Method in class Document
Document::get_views() — Method in class Document

Returns an array of name=>title pairs of all views that are available for the current document.

Document::get_view() — Method in class Document

Returns a specific view for the given document

Document::get_draft_view() — Method in class Document

Returns a view for editing the document before it is finally created.

Document::get_comments_instance() — Method in class Document

Returns the comments instance for a given document

CrmPortletShowTab::get_template() — Method in class CrmPortletShowTab
CFViewNoteCFView::get_title() — Method in class CFViewNoteCFView

Returns the title of this view.

CFViewNoteCFView::get_supported_file_ext() — Method in class CFViewNoteCFView

Returns an array that contains all file extensions which is supported by this content first view.

CFViewNoteCFView::get_view() — Method in class CFViewNoteCFView

Returns the view which represents a document handling view.

GroupsTemplateInitClass in namespace XELOS\Modules\SystemDMS\Hook\Groups

Copy Structure, Data & Policies (Group-Template -> Group)

PortletActionShowPortlet::get_title() — Method in class PortletActionShowPortlet

Return Title String

PortletActionShowPortlet::get_fdl() — Method in class PortletActionShowPortlet

Returns Form to select Options

PortletActionShowPortlet::get_html() — Method in class PortletActionShowPortlet
PortletActionShowPortlet::get_available_category_ids() — Method in class PortletActionShowPortlet
PortletFolderhierarchyShowPortlet::get_title() — Method in class PortletFolderhierarchyShowPortlet
PortletFolderhierarchyShowPortlet::get_fdl() — Method in class PortletFolderhierarchyShowPortlet

Returns Form to select Options

PortletFolderhierarchyShowPortlet::get_html() — Method in class PortletFolderhierarchyShowPortlet
PortletFolderviewShowPortlet::get_title() — Method in class PortletFolderviewShowPortlet
PortletFolderviewShowPortlet::get_fdl() — Method in class PortletFolderviewShowPortlet

Get form definition layer

PortletFolderviewShowPortlet::get_html() — Method in class PortletFolderviewShowPortlet

Get HTML

PortletNavigatorShowPortlet::get_title() — Method in class PortletNavigatorShowPortlet

Return Title String

PortletNavigatorShowPortlet::get_fdl() — Method in class PortletNavigatorShowPortlet
PortletNavigatorShowPortlet::get_html() — Method in class PortletNavigatorShowPortlet

Return HTML

PortletReportShowPortlet::get_title() — Method in class PortletReportShowPortlet
PortletReportShowPortlet::get_fdl() — Method in class PortletReportShowPortlet

Returns Form to select Options

PortletReportShowPortlet::get_html() — Method in class PortletReportShowPortlet

Render the portlet in display mode This will either display a user specified description or a summary of the filters, as well as a link to the files

SearchMetaData::getFields() — Method in class SearchMetaData
SearchMetaData::getLabelForValue() — Method in class SearchMetaData

Returns custom labels for the filesize.

SearchMetaData::getValuesForKey() — Method in class SearchMetaData

Based on the custom aggregation adds the count of the different files sizes to the values.

SearchMetaData::getSearchQuery() — Method in class SearchMetaData

Uses the default search query for the file extension; adds a custom range query for the filesize.

SearchMetaData::getAggregation() — Method in class SearchMetaData

Custom aggregation to group the filesizes in < 1MB, 1-5MB and > 5MB buckets.

SystemDMSDocumentBrowser::get_items() — Method in class SystemDMSDocumentBrowser
SystemDMSDocumentBrowser::get_title() — Method in class SystemDMSDocumentBrowser

Returns a title for this browser.

SelectorBrowser::get_document_browser() — Method in class SelectorBrowser
SelectorBrowser::get_name() — Method in class SelectorBrowser
SelectorBrowser::get_thumbnail_url() — Method in class SelectorBrowser
$ WebdavService#group_titleProperty in class WebdavService
WebdavService::get_directory_listing() — Method in class WebdavService

GET method handler for directories This is a very simple mod_index lookalike.

WebdavService::get_lockinfo() — Method in class WebdavService

Get lock info

WebdavService::get_propinfo() — Method in class WebdavService

Get Properties for path

WebdavService::get_catinfo() — Method in class WebdavService

Get Information about category

WebdavService::get_docinfo() — Method in class WebdavService

Get properties for a single file/resource

WebdavService::getETag() — Method in class WebdavService
SavePayloadAction::get_fdl() — Method in class SavePayloadAction

Get form definition

PreviewJob::getUniquenessKey() — Method in class PreviewJob

Prevents that 2 jobs with the same document and version are created.

CategoryTabInterface::get_title() — Method in class CategoryTabInterface
DocumentItemViewInterface::get_title() — Method in class DocumentItemViewInterface

Returns the title of this view.

DocumentItemViewInterface::get_supported_file_ext() — Method in class DocumentItemViewInterface

Returns an array that contains all file extensions which is supported by this content first view.

DocumentItemViewInterface::get_view() — Method in class DocumentItemViewInterface

Returns the view which represents a document handling view.

FullyIntegratedInterface::get_file_path() — Method in class FullyIntegratedInterface

Returns the file path.

FullyIntegratedInterface::getBasePath() — Method in class FullyIntegratedInterface

Returns the base path of this file.

Category::get_thumbnail_document() — Method in class Category
Category::get_sub_categories() — Method in class Category

Gets all Child-Categories of this Category, with the same Group-Context (important for Root-Categories)

Category::get_uniqe_foldername() — Method in class Category

will determine a new folder name, which isn't set in the same parent-Category

Category::get_documents() — Method in class Category

get related documents of this category

Category::get_categories_by_pid() — Method in class Category

Lookup Category ID

Category::get_category_dyn_tree() — Method in class Category

Get categories for navigation

Category::get_catselect_tree() — Method in class Category

Function designed to work well with cat_selector form elements

Category::get_catselect_tree_write() — Method in class Category

Function designed to work well with cat_selector form elements

Category::get_tree_data() — Method in class Category
Category::get_category_tree() — Method in class Category
Category::get_parent_categories() — Method in class Category

Returns an array of ancestor categories tree arrays for this category.

Category::get_child_ids() — Method in class Category

recursive function, returns all child ids of category

Category::get_path() — Method in class Category
Category::get_default_category() — Method in class Category

Returns the default category for the current folder

Category::get_xfs_instance_category() — Method in class Category

Returns an instance specific category as system folder from system dms.

Document::get_latest_version_id() — Method in class Document
Document::get_filename_without_extension() — Method in class Document

Check for the current FileName without Extension

Document::get_file_extension() — Method in class Document

Check for the current File-Extension

Document::get_filename_url() — Method in class Document

gets the url-friendly filename

Document::get_related_category() — Method in class Document
Document::get_author() — Method in class Document

Returns the author name of the current document

Document::get_filesize() — Method in class Document

gets the filesize in Bytes for the current file

Document::get_filemtime() — Method in class Document

Returns the time the file was last modified. The time is returned as a Unix timestamp, which is suitable for the date() function.

Document::get_formatted_data() — Method in class Document

If a template is used for this document, the values are formatted.

Document::get_download_link_full() — Method in class Document

Return a download link to the corresponding file

Document::get_download_link() — Method in class Document
Document::get_download_url() — Method in class Document
Document::get_documents_by_category() — Method in class Document

Returns all document objects of the passed category

Document::get_documents_by_search() — Method in class Document

Returns all document objects with the passed tag

Document::get_history() — Method in class Document

Returns a list with all versioned document objects

Document::generate_file_path() — Method in class Document
Document::get_file_path_relative() — Method in class Document
Document::get_file_base_path() — Method in class Document
Document::get_file_path() — Method in class Document

Returns the file path of this or the reference document.

Document::get_webdav_url() — Method in class Document
Document::get_file_url() — Method in class Document

Get File Download URL

Document::get_lock() — Method in class Document

Get the lock of the referenced document

Document::get_thumb_url() — Method in class Document

Returns an url to the thumb of this document if available

Document::get_thumb_url_if_set() — Method in class Document
Document::getPreviewFiles() — Method in class Document

Get Preview Files if available for this document

Document::getPreview() — Method in class Document
Document::get_preview_pages() — Method in class Document

Generates the preview pages and returns them

Document::get_thumbnail_document() — Method in class Document
Document::getReferenceDocument() — Method in class Document
Document::getReferenceDocumentIndex() — Method in class Document
Document::get_icon_class() — Method in class Document
Document::get_version_download_url() — Method in class Document
Document::get_version_string() — Method in class Document
Document::getBasePath() — Method in class Document
Document::getPreviewStoragePath() — Method in class Document
DocumentMetaField::get_current_values() — Method in class DocumentMetaField

Returns a list of all currently used values

DocumentTemplate::get_available_templates() — Method in class DocumentTemplate

Returns a list with all available templates

DocumentTemplate::get_form() — Method in class DocumentTemplate
FileTemplate::get_template_location() — Method in class FileTemplate

Returns the location relative to the mod storage path, where the uploaded templates are stored.

FileTemplate::get_template_file_content() — Method in class FileTemplate
Preview::getFiles() — Method in class Preview
Report::get_ids() — Method in class Report

Return the ids of all documents matched by this report

Report::get_where_condition() — Method in class Report

Interpret the defined filter as one big where condition defining the semantically defined filters

XfsDocument::get_document() — Method in class XfsDocument

Simple Accessor return XELOS\Modules\SystemDMS\Model\xm_system_dms_document

XfsDocument::get_document_index() — Method in class XfsDocument

Simple Accessor

XfsDocument::get_filename() — Method in class XfsDocument

Simple Accessor

XfsDocument::get_file_url() — Method in class XfsDocument

Generate and return a file_url for this file

XfsDocument::get_local_file_path() — Method in class XfsDocument

Returns the file path of the file in the System DMS filesource

ZipImportJob::get_filename() — Method in class ZipImportJob

Return the basename of the zip file that is to be imported

ZipImportJob::get_target_folder_name() — Method in class ZipImportJob

Return the name of the folder the zip file is to be imported into

ZipImportJob::get_target_folder_url() — Method in class ZipImportJob
ZipImportJob::get_completed_count() — Method in class ZipImportJob

Return the number of files already imported into the DMS

ZipImportJob::get_current_file_count() — Method in class ZipImportJob

Returns the count of files from temp folder which should be imported.

CategoryPage::get_page() — Method in class CategoryPage
DocumentPage::get_page() — Method in class DocumentPage

Shows the default page

SystemDMSController::getTrashPath() — Method in class SystemDMSController

Returns the path to the trash storage.

SystemDMSController::get_allow_add_document() — Method in class SystemDMSController
SystemDMSController::get_show_file_options() — Method in class SystemDMSController
SystemDMSController::get_quota() — Method in class SystemDMSController

Returns a quota object.

SystemDMSController::getShowNavBar() — Method in class SystemDMSController
SystemDMSController::get_current_view_mode() — Method in class SystemDMSController

Get current View Mode

SystemDMSController::get_usage_size() — Method in class SystemDMSController

Get usage size based on folder sizes, can be filtered by group_id optionally, will automatically group if DMS is in group_context

SystemDMSController::guessGroupId() — Method in class SystemDMSController

Guess the group ID by evaluating GP and CMD Vars

SystemDMSController::get_file_url() — Method in class SystemDMSController
SystemDMSController::get_file_link() — Method in class SystemDMSController
SystemDMSController::get_dyn_tree() — Method in class SystemDMSController
SystemDMSController::get_my_documents_folder() — Method in class SystemDMSController

Returns the personal folder for the current user

SystemDMSController::getRootCategory() — Method in class SystemDMSController
SystemDMSController::getCommandsForPage() — Method in class SystemDMSController

Return suggestions by categories and documents, filtered by read-level policy and their captions via the search string.

SystemDMSController::getDynTreeParams() — Method in class SystemDMSController

Placeholder method, that simply returns an empty array, in case the user chose a module, which isn't able to provide dynamic tree parameters.

Category::get_description() — Method in class Category
Category::get_full_preview() — Method in class Category
Document::get_title() — Method in class Document
Document::get_description() — Method in class Document
Document::get_image() — Method in class Document
Document::get_full_preview() — Method in class Document
Document::get_title_icon_class() — Method in class Document
Explorer::get_hierarchy_content() — Method in class Explorer

Generates the hierarchy content for the tree, allowing for lazy loading

FilterPanel::get_current_filter() — Method in class FilterPanel
FilterPanel::get_sql_where() — Method in class FilterPanel

Processes the current filter and generates a WHERE condition for SQL queries on the document table This WHERE condition is used by dependent DMS panels to filter their elements

FilterPanel::get_condition() — Method in class FilterPanel

Returns an array of all document index ids that match the given search from all dms instances Carefull: template conditions can only be found in one specific (the current) instance!!!

FolderTreePanel::get_category_tree() — Method in class FolderTreePanel

Generate a tree array containing all tree elements Used as a callback by the created xui tree

FolderTreePanel::get_matches() — Method in class FolderTreePanel
ViewDocumentDetails::get_document_history_table() — Method in class ViewDocumentDetails
XfsDocument::get_xfs_render_type() — Method in class XfsDocument

Returns the render type of this document.

$ Category#group_idProperty in class Category
$ Document#group_idProperty in class Document
$ DocumentHistory#group_idProperty in class DocumentHistory
$ DocumentTemplate#group_idProperty in class DocumentTemplate
$ Report#group_idProperty in class Report
$ ZipImportJob#group_idProperty in class ZipImportJob
NotificationChannel::getStandardSettingsXUI() — Method in class NotificationChannel
NotificationChannel::getName() — Method in class NotificationChannel
NotificationChannel::getDescription() — Method in class NotificationChannel
NotificationChannelInterface::getName() — Method in class NotificationChannelInterface

Returns the name of this channel.

NotificationChannelInterface::getDescription() — Method in class NotificationChannelInterface

User visible description of this channel.

NotificationChannelInterface::getUserSettingsXUI() — Method in class NotificationChannelInterface

Return UI Component for the user to configure this channel and display the current status of this channel

EmailNotificationChannel::getUserSettingsXUI() — Method in class EmailNotificationChannel
SystemNotificationController::getPriorityInfo() — Method in class SystemNotificationController

Get general information about the notification priorities available

PushNotificationChannel::getName() — Method in class PushNotificationChannel

Channel Name

PushNotificationChannel::getDescription() — Method in class PushNotificationChannel
PushNotificationChannel::getUserSettingsXUI() — Method in class PushNotificationChannel

Settings for user

SystemPwaController::getManifestLink() — Method in class SystemPwaController

Get URL for PWA Manifest

SystemPwaController::getPushNotificationLink() — Method in class SystemPwaController

Get URL for PWA Manifest

SystemPwaController::getConfiguration() — Method in class SystemPwaController

Get Push Configuration Params

Collector::getDimensions() — Method in class Collector

Return the available data dimensions for this collector

Collector::getAggregatedDataForDimension() — Method in class Collector

Return the data for each dimension, if you cannot provide data for the requested time or aggregation level

Collector::getTimespan() — Method in class Collector

Returns the start and end datetime of the timestamp for a given aggregation level.

WhoisonlineShowPortlet::get_title() — Method in class WhoisonlineShowPortlet
WhoisonlineShowPortlet::get_fdl() — Method in class WhoisonlineShowPortlet
WhoisonlineShowPortlet::get_html() — Method in class WhoisonlineShowPortlet
EventCollector::getDimensions() — Method in class EventCollector
EventCollector::getAggregatedDataForDimension() — Method in class EventCollector

Return the data for each dimension *

CollectorData::getCollectorDimension() — Method in class CollectorData
CollectorData::getAggregatedData() — Method in class CollectorData
CollectorDimension::getDimensionKey() — Method in class CollectorDimension
CollectorDimension::getDimensionGroupKey() — Method in class CollectorDimension
CollectorDimension::getTitle() — Method in class CollectorDimension
CollectorDimension::getTitleShort() — Method in class CollectorDimension
CollectorDimension::getDescription() — Method in class CollectorDimension
CollectorDimension::getStyle() — Method in class CollectorDimension
CollectorDimension::getType() — Method in class CollectorDimension
AggregateDimension::getCollector() — Method in class AggregateDimension
AggregateDimension::getCollectorDimension() — Method in class AggregateDimension
AggregateDimension::getDataSeries() — Method in class AggregateDimension
AggregateDimension::get_instance_string() — Method in class AggregateDimension

Get Instance ID as string

SystemStatsController::get_users_online() — Method in class SystemStatsController

Returns a list of users which are currently online

SystemStatsController::get_users_online_count() — Method in class SystemStatsController

Returns number of users online

SystemStatsController::getGroupCharts() — Method in class SystemStatsController
AggregationChart::getPlaceholderContent() — Method in class AggregationChart
AggregationChart::getDimensions() — Method in class AggregationChart
AggregationChart::getChartTitle() — Method in class AggregationChart
AggregationChart::getAggregationLevel() — Method in class AggregationChart
LevelSelector::getAggregationChart() — Method in class LevelSelector
LevelSelector::getDefaultLevel() — Method in class LevelSelector
Check::get_title() — Method in class Check
Check::get_details() — Method in class Check

Returns all relevant details for this check as title, scope and icon

Check::get_check_result() — Method in class Check

Returns the check results as Result item

Node::get_state() — Method in class Node
Node::get_title() — Method in class Node
Node::get_operation_info() — Method in class Node
OverviewPage::get_page() — Method in class OverviewPage
SystemStatusController::get_system_check_results() — Method in class SystemStatusController

Returns an array of all checks and their last results

SystemStatusController::get_system_status() — Method in class SystemStatusController

Returns the current overall system check across all checks This call does not execute any checks but summarizes all existing check results

SystemStatusController::get_current_node() — Method in class SystemStatusController

Get Node Model for the server this script is running on

$ RecurringTaskDocumentation#group_idProperty in class RecurringTaskDocumentation
$ TaskDocumentation#group_idProperty in class TaskDocumentation
GroupListHelperClass in namespace XELOS\Modules\SystemTasks\Helper
GroupListHelper::getListToGroup() — Method in class GroupListHelper
GroupListHelper::getTaskList() — Method in class GroupListHelper
CalendarLinkGetEvents::get_events() — Method in class CalendarLinkGetEvents

Returns an object collection of event items

CalendarLinkGetEvents::get_calendars() — Method in class CalendarLinkGetEvents

Get calendars

CalendarLinkGetEvents::get_event_by_id() — Method in class CalendarLinkGetEvents
ContactlogShowSidebar::get_title() — Method in class ContactlogShowSidebar
ContactlogShowSidebar::get_name() — Method in class ContactlogShowSidebar
ContactlogShowSidebar::get_icon_class() — Method in class ContactlogShowSidebar

http://fortawesome.github.io/Font-Awesome/icons/

ContactlogShowSidebar::get_count() — Method in class ContactlogShowSidebar

Returns the count of available tasks within a contact.

ContactlogShowSidebar::get_links() — Method in class ContactlogShowSidebar

Generate a doc link that displays the modal for creating new tasks.

NewTaskProcessor::get_action() — Method in class NewTaskProcessor
AddTaskShowPortlet::get_html() — Method in class AddTaskShowPortlet
ShowTasksShowPortlet::get_title() — Method in class ShowTasksShowPortlet
ShowTasksShowPortlet::get_fdl() — Method in class ShowTasksShowPortlet
ShowTasksShowPortlet::get_html() — Method in class ShowTasksShowPortlet
$ Task#group_idProperty in class Task
Task::get_title_link() — Method in class Task
Task::get_list() — Method in class Task

get model of list this task is assigned to retrun TaskList

Task::get_icon_class() — Method in class Task

Get icon Class for current status

Task::get_status_btn() — Method in class Task
Task::get_comment_count() — Method in class Task

Returns the number of comments for this task

Task::get_attachments() — Method in class Task
Task::getAttachmentsArray() — Method in class Task
Task::get_has_attachments() — Method in class Task
Task::get_checklist() — Method in class Task

Get Checklist Array from JSON

Task::get_checklistDoneCount() — Method in class Task
Task::get_checklistProgress() — Method in class Task
Task::get_checklist_simple() — Method in class Task

Get a simple version of the checklist to be used in form

Task::get_deadline_verbose() — Method in class Task
Task::get_dl_color() — Method in class Task
Task::get_attachment_models() — Method in class Task
Task::get_author() — Method in class Task
Task::get_responsible_user() — Method in class Task

Returns the displayname of the responsible user.

Task::get_checkbox_link() — Method in class Task

Generate an Ajax Clickable Checkbox Link

Task::get_taskTypeForUser() — Method in class Task

Returns the involvement of $userID in $this task. Used in Template.

Task::getReferencedTasks() — Method in class Task
$ TaskList#group_idProperty in class TaskList
TaskList::get_readable_lists() — Method in class TaskList

Get all Task Lists

TaskList::get_shared_user() — Method in class TaskList
TaskList::getColumns() — Method in class TaskList
TaskList::get_category_labels() — Method in class TaskList

Backwards compatibility only, This will NOT return the db value but the

KanbanPage::get_page() — Method in class KanbanPage
MainPage::get_page() — Method in class MainPage

Standard Get Page Controller

SystemTasksController::get_page() — Method in class SystemTasksController
SystemTasksController::guessGroupId() — Method in class SystemTasksController

Guess the group ID by evaluating GP and CMD Vars

SystemTasksController::get_groups_tasks_instance() — Method in class SystemTasksController

Get a reference to the groups_tasks object, without group_context to work with those tasks

SystemTasksController::get_form_array() — Method in class SystemTasksController

Get Form parts for Template

SystemTasksController::get_group_tasks() — Method in class SystemTasksController

Get Group Tasks

SystemTasksController::get_accessible_groups() — Method in class SystemTasksController

Get all accessible groups for the current user

Task::get_title_icon_class() — Method in class Task

Return CSS Icon class for title

Task::get_description() — Method in class Task
Task::get_image() — Method in class Task
Task::get_full_preview() — Method in class Task
TasksList::get_title_icon_class() — Method in class TasksList

Return CSS Icon class for title

TasksList::get_description() — Method in class TasksList

Return Document Description

ConfigUser::get() — Method in class ConfigUser
ConfigUser::get_html() — Method in class ConfigUser

Return Content for Settings Tab

MobileNotificationChannel::getUserSettingsXUI() — Method in class MobileNotificationChannel
Webservice::get_tabs() — Method in class Webservice

Load Access URL for XELOS App

Webservice::get_config() — Method in class Webservice

get config Set

CloudShowPortlet::get_title() — Method in class CloudShowPortlet
CloudShowPortlet::get_fdl() — Method in class CloudShowPortlet
CloudShowPortlet::get_html() — Method in class CloudShowPortlet
Tag::get_document_count() — Method in class Tag

Is only set when retrieved as PopularTag

Tag::getPopularTags() — Method in class Tag

Get Popular Tags with optional filters

TaggingController::getTagsForDocument() — Method in class TaggingController

Get all tags associated to the given document

TaggingController::getDocumentsForTag() — Method in class TaggingController

Get all documents matching a tag

TaggingController::getDocumentsForTagByParentDocument() — Method in class TaggingController

Get all documents matching a tag

TaggingController::getPopularTags() — Method in class TaggingController

Get Popular Tags, e.g. to build Tag Cloud

TaggingController::get_tags() — Method in class TaggingController
TaggingController::get_posts_by_tag() — Method in class TaggingController
TaggingController::get_tag_cloud() — Method in class TaggingController
TaggingController::get_formatted_tag_cloud() — Method in class TaggingController
CommonOperationsTrait::getLangStrings() — Method in class CommonOperationsTrait

Getter for $lang_strings

CommonOperationsTrait::getDbLanguageString() — Method in class CommonOperationsTrait
TranslateProcessor::get_action() — Method in class TranslateProcessor

Get action

BaseTranslationApi::getUrl() — Method in class BaseTranslationApi
BaseTranslationApi::getSourceLanguage() — Method in class BaseTranslationApi
BaseTranslationApi::getContent() — Method in class BaseTranslationApi
BaseTranslationApi::getTargetLanguage() — Method in class BaseTranslationApi
BaseTranslationApi::getTranslatedContent() — Method in class BaseTranslationApi
BaseTranslationApi::getAPIStatus() — Method in class BaseTranslationApi
Deepl::getKey() — Method in class Deepl
Deepl::getAPIStatus() — Method in class Deepl
GoogleClass in namespace XELOS\Modules\Translation\Lib\Api
Google::getKey() — Method in class Google
Transperfect::getKey() — Method in class Transperfect
Transperfect::getUrl() — Method in class Transperfect

Trims the url provided by config value and also removes a trailing slash if present.

Transperfect::getTranslation() — Method in class Transperfect

Queries API and returns result data array

CommonOperationsTrait::getOriginalContent() — Method in class CommonOperationsTrait

Returns the $original_language content if possible

CommonOperationsTrait::getTranslatedContent() — Method in class CommonOperationsTrait
CommonOperationsTrait::getContentForLocale() — Method in class CommonOperationsTrait

Returns the content for the given $locale... if there is any

CommonOperationsTrait::getMissingTranslations() — Method in class CommonOperationsTrait

Determines which language has not translation yet

TranslationFeedback::getSourceModel() — Method in class TranslationFeedback

Returns the source Translation model for which this model is the feedback/improved translation

TranslationFeedback::getSourceContent() — Method in class TranslationFeedback

Get the original content of the source

TranslationFeedback::getSourceLanguage() — Method in class TranslationFeedback

Get the original_language field of the source model

TranslationFeedback::getSourceAutoTranslationForLanguage() — Method in class TranslationFeedback

Get the original auto translation from the source model for $language

FeedbackPage::get_page() — Method in class FeedbackPage
TranslationControllerHelper::getConfig() — Method in class TranslationControllerHelper

Returns the config array for $name

TranslationControllerTest::getTranslatedProvider() — Method in class TranslationControllerTest
TranslationController::getTranslated() — Method in class TranslationController

Get translated $content for $target_language

TranslationController::getTranslationModel() — Method in class TranslationController

Tries to find translation model and a possible existing feedback model.

TranslationController::getTranslationApi() — Method in class TranslationController

Returns the Translation API currently selected in config

TranslationController::getDocumentIndexHtmlContent() — Method in class TranslationController

Returns the fullpreview/html_content of a DocumentIndex object.

TranslationController::getDisableLinkForLanguage() — Method in class TranslationController

Generates a link to set the disabled state for the translation for $language

TranslationController::getTranslationSettingsLink() — Method in class TranslationController

Generates the link to the Auto translation settings page (e.g. used in the user link dropdown)

TranslationController::getFormFieldsTranslationLink() — Method in class TranslationController

Generates the link to auto translate the i18n form fields

TranslationController::getFeedbackLink() — Method in class TranslationController

Generates the link for the translation feedback

$ Trendvote#group_idProperty in class Trendvote
OAuthServerAction::getScopeSeparator() — Method in class OAuthServerAction
OAuthServerAction::get_authorization_code() — Method in class OAuthServerAction

Check OAuth Authorization Code

OAuthServerAction::get_authorization_url() — Method in class OAuthServerAction

Return Authorization URL

Service::getMethodCallback() — Method in class Service

Returns the callback of a method if it is defined.

Service::get_service_description() — Method in class Service

Returns the registered webservice methods.

Method::getName() — Method in class Method

The name depends on the version. If a version bigger than 1 is set, the method name is suffixed with _v{$versionNumber}

Method::getDefinition() — Method in class Method

Returns the method definition.

Method::getVersion() — Method in class Method
Method::getCallback() — Method in class Method
ModelCRUD::generateReadAllMethod() — Method in class ModelCRUD

Wrapper for "$modelCollection->all()" will not perform rights checks, you can pass a scoped collection which implies your rights

ModelCRUD::generateReadMethod() — Method in class ModelCRUD

Wrapper for "model->find_all_by_id()" - Will perform can_read() Check

ModelCRUD::generateCountMethod() — Method in class ModelCRUD

Wrapper for "count_all" - this will NOT apply any read/write checks

ModelCRUD::generateCreateMethod() — Method in class ModelCRUD
ModelCRUD::generateUpdateMethod() — Method in class ModelCRUD

Wrapper for Model Update, will check can_write() before update

ModelCRUD::generateDeleteMethod() — Method in class ModelCRUD

Wrapper for $model->delete() - will perform can_write check

ModelCRUD::generateDeleteAllMethod() — Method in class ModelCRUD

Will delete all models in batch. Does NOT perform access check

ParameterObject::getName() — Method in class ParameterObject

Returns the object name

ParameterObject::getMembers() — Method in class ParameterObject

Returns the defined members.

OAuthClientHook::getDescription() — Method in class OAuthClientHook

Get description for the OAuth Client Hook will be used in create modal client

OAuthClientHook::getTitle() — Method in class OAuthClientHook

Get title for the OAuth Client Hook will be used in create modal client

OAuthClientHook::getIconClass() — Method in class OAuthClientHook

Get icon for the OAuth Client Hook will be used in create modal client

OAuthClientHook::getConnectedClient() — Method in class OAuthClientHook

Get connected client which belongs to specific oauth hook.

OAuthClientHook::getOAuthModel() — Method in class OAuthClientHook
OAuthClientHook::getOAuthClient() — Method in class OAuthClientHook
OAuthClientHook::get_connection_fdl() — Method in class OAuthClientHook

TODO: What if the service requires the user to enter something during the connection?

ServiceInterface::get_service_description() — Method in class ServiceInterface
OAuthClient::getClientId() — Method in class OAuthClient

Get application's Client ID.

OAuthClient::getClientSecret() — Method in class OAuthClient

Get application's Client Secret

OAuthClient::getRedirectUrl() — Method in class OAuthClient
OAuthClient::getAuthorizeUrl() — Method in class OAuthClient
OAuthClient::getAccessTokenUrl() — Method in class OAuthClient
OAuthClient::getScope() — Method in class OAuthClient
OAuthClient::getScopeArray() — Method in class OAuthClient

Returns the scope as array.

OAuthClient::getState() — Method in class OAuthClient
OAuthClient::getRefreshToken() — Method in class OAuthClient
OAuthClient::getExpires() — Method in class OAuthClient
OAuthClient::getCode() — Method in class OAuthClient
OAuthClient::getPostLogoutRedirectUrl() — Method in class OAuthClient
OAuthClient::getEndSessionUrl() — Method in class OAuthClient
OAuthClient::getAccessToken() — Method in class OAuthClient

Function to test connection directly to an oauth server

OAuthClient::getAccessTokenAsString() — Method in class OAuthClient
OAuthProvider::getAuthorizationParameters() — Method in class OAuthProvider

Returns authorization parameters based on provided options.

OpenIDConfiguration::getAuthorizationEndpoint() — Method in class OpenIDConfiguration

Get Authorization Endpoint

OpenIDConfiguration::getTokenEndpoint() — Method in class OpenIDConfiguration

Get AccessToken Endpoint

OpenIDConfiguration::getJwksUri() — Method in class OpenIDConfiguration

Get JSON Web Key Set Uri

OpenIDConfiguration::getIssuerUri() — Method in class OpenIDConfiguration

Get IssuerUri

OpenIDConfiguration::getEndSessionEndpoint() — Method in class OpenIDConfiguration

Get Logout Endpoint

OauthAccess::get_connected_accounts_sql() — Method in class OauthAccess
OauthAccess::get_oauth_client() — Method in class OauthAccess
OauthAccess::get_client_from_oauth_data() — Method in class OauthAccess
OauthAccess::getHook() — Method in class OauthAccess

Get the hook corresponding to this OAuth Access

JsonPage::get_page() — Method in class JsonPage
WebserviceController::get_page() — Method in class WebserviceController
WebserviceController::getConnectedClientsTable() — Method in class WebserviceController

Returns a table which contains all connected oauth clients.

WebserviceController::getDisconnectedClientLinks() — Method in class WebserviceController
WebserviceController::get_soap_client() — Method in class WebserviceController
WebserviceController::get_delimiter() — Method in class WebserviceController

Returns Func Delimiter used to separate instance/function/portname

WebserviceController::get_oauth_info() — Method in class WebserviceController

Get OAuth Info

CategoryWidgetShowPortlet::get_title() — Method in class CategoryWidgetShowPortlet

Get the title

CategoryWidgetShowPortlet::get_fdl() — Method in class CategoryWidgetShowPortlet

Form definition language

CategoryWidgetShowPortlet::get_html() — Method in class CategoryWidgetShowPortlet

Get HTML

PortletWidgetsShowPortlet::get_title() — Method in class PortletWidgetsShowPortlet

Get the title

PortletWidgetsShowPortlet::get_fdl() — Method in class PortletWidgetsShowPortlet

Form definition language

PortletWidgetsShowPortlet::get_html() — Method in class PortletWidgetsShowPortlet

Get HTML

Widget::get_icon_url() — Method in class Widget

Get icon URL

SettingsPage::getTable() — Method in class SettingsPage
HeaderFieldsAction::get_fdl() — Method in class HeaderFieldsAction
HeaderFieldsAction::getFieldLabels() — Method in class HeaderFieldsAction

Returns all set field labels. Fields with empty labels are not returned.

ExampleBeatTheSystemController::get_page() — Method in class ExampleBeatTheSystemController

Return the Content for a given page

CmsSimplePortletShowPortlet::get_fdl() — Method in class CmsSimplePortletShowPortlet

If the portlet offers options please supply fdl for options

CmsSimplePortletShowPortlet::get_title() — Method in class CmsSimplePortletShowPortlet
CmsSimplePortletShowPortlet::get_html() — Method in class CmsSimplePortletShowPortlet
Survey::get_survey_stats() — Method in class Survey

Return statistical information about this survey

H

$ CommandDefinition#handlerProperty in class CommandDefinition
CommandSet::hasCommandDefinition() — Method in class CommandSet
HelpClass in namespace XELOS\Framework\Core\Console\Command

Class Help

Input::hasCommand() — Method in class Input
Input::hasVendorName() — Method in class Input
Input::hasModuleName() — Method in class Input
Input::hasArgument() — Method in class Input
Input::hasOption() — Method in class Input
Output::hasVerbosity() — Method in class Output

Returns true if the current verbosity includes the passed verbosity level

Output::h1() — Method in class Output
Output::h2() — Method in class Output
Output::h3() — Method in class Output
Enum::has() — Method in class Enum

Check if the enum has the given value

ContentException::handle_exception() — Method in class ContentException
$ Template#html_blocksProperty in class Template
Template::handle_custom_namespace() — Method in class Template

This function is used to fund

$ VarsTemplate#hash:Property in class VarsTemplate

stored in MySQL as binary

ModulePortlet::handleDeletedDocumentReferences() — Method in class ModulePortlet

When a CMS component, the document index references are checked to make sure that the uploaded documents are deleted.

DocumentModel::handle_reference_delete() — Method in class DocumentModel

Function is called in routine as part of the index event 'delete' Be aware that the original referenced document will not exist at time of calling This event/callback gives the opportunity to clean up the existing reference (e.g. you are referencing to this document and it you need to act upond this element being deleted)

Model::hasTouchedProperties() — Method in class Model
Model::hasChangedProperties() — Method in class Model
$ SetupPage#hide_continue_buttonProperty in class SetupPage
SystemDaemon::halt() — Method in class SystemDaemon
SystemDaemonThreaded::handleProcessThread() — Method in class SystemDaemonThreaded

Default Entry Point for each Thread which covers the basic abort checks and thread lifetime handling

MySQLAdapter::has_utf8mb4_support() — Method in class MySQLAdapter

Returns true if the current mySQL server supports utf8mb4 (Emoji)

$ Lib#hierarchyProperty in class Lib
$ Lib#htmlProperty in class Lib
Convert::html_to_latex() — Method in class Convert

Converts basic HTML tags to the LATEX syntax

$ Debug#haltOnBreakpointProperty in class Debug
Debug::haltOnNextBreakpoint() — Method in class Debug

If called the execution will stop on the next setBreakpoint() call and prints the passed output

Doclink::handle_doclink_url() — Method in class Doclink
Foaf::hide_connection() — Method in class Foaf
Format::html_to_imgresized() — Method in class Format

DEPRECATED - Please use >image_resize_parse

Format::highlight_search_words() — Method in class Format
HierarchyClass in namespace XELOS\Framework\XF\Lib

Helper for Data from Sys::Hierarchy

HtmlClass in namespace XELOS\Framework\XF\Lib

HTML Helper Functions

HtmlMailFormatterClass in namespace XELOS\Framework\XF\Lib\Logger\Formatter
HandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger

Class HandlerFactory

HandlerFactoryInterfaceClass in namespace XELOS\Framework\XF\Lib\Logger\Interfaces

Interface HandlerFactoryInterface

$ Logger#handlersProperty in class Logger
Logger::handleException() — Method in class Logger
$ Mail#hostProperty in class Mail
$ Mail#heloProperty in class Mail
$ NotificationBuilder#htmlCallbackProperty in class NotificationBuilder
Text::htmlentities() — Method in class Text

Convert all applicable characters to HTML entities

Validate::hex_color() — Method in class Validate
Token::hasTranslation() — Method in class Token

Returns true if a translation for the passed locale exists

$ Model#hierarchyProperty in class Model
$ Model#hierarchy_contextProperty in class Model
$ Model#hierarchy_userProperty in class Model
$ Model#hook_registryProperty in class Model
$ DocumentIndex#hasPrefetchRightsContextsProperty in class DocumentIndex
DocumentIndex::has_related_document() — Method in class DocumentIndex
DocumentIndex::hasAccessibleDependencyInstanceRelation() — Method in class DocumentIndex

Check wether we have a dependency relation for this document, which is active and accessible to the current user

DocumentIndex::handle_reference_delete() — Method in class DocumentIndex

Function is called in routine as part of the index event 'delete' Be aware that the original referenced document will not exist at time of calling This event/callback gives the opportunity to clean up the existing reference (e.g. you are referencing to this document and it you need to act upond this element being deleted)

DocumentIndexReference::hasRequiredLevel() — Method in class DocumentIndexReference

Does this reference fulfill the minimum requirement and does target/attachment allow this level?

HierarchyClass in namespace XELOS\Framework\XF\System\Model
HierarchyContextClass in namespace XELOS\Framework\XF\System\Model
HierarchyUserClass in namespace XELOS\Framework\XF\System\Model
HookRegistryClass in namespace XELOS\Framework\XF\System\Model

Class HookRegistry

$ Notification#htmlProperty in class Notification
$ UI#htmlProperty in class UI
$ Breadcrumb#hide_linksProperty in class Breadcrumb
$ Chart#heightProperty in class Chart
$ DocumentList#has_legacyProperty in class DocumentList
Form::handle_ajax_response() — Method in class Form
FormEditor::hide_i18n_switcher() — Method in class FormEditor
FormComponent::hasCombinedInputFields() — Method in class FormComponent

Does this component use combined input fields which required special handling from form?

FormConfig::hasCombinedInputFields() — Method in class FormConfig

Does this component use combined input fields which required special handling from form?

FormFile::hasThumbnail() — Method in class FormFile

Returns TRUE if a thumbnail should be displayed.

$ FormRowRenderer#hide_labelsProperty in class FormRowRenderer
FormRrule::hasCombinedInputFields() — Method in class FormRrule
FroalaOption::height() — Method in class FroalaOption

Set a height for the rich text editor's editing box.

FroalaOption::heightMax() — Method in class FroalaOption

Set a maximum height for the rich text editor's editing box.

FroalaOption::heightMin() — Method in class FroalaOption

Set a minimum height for the rich text editor's editing box.

FroalaOption::htmlAllowComments() — Method in class FroalaOption

Allow comments inside the edited HTML.

FroalaOption::htmlAllowedAttrs() — Method in class FroalaOption

The list of allowed attributes to be used for tags.

FroalaOption::htmlAllowedEmptyTags() — Method in class FroalaOption

The list of tags that are not removed when they have no content inside.

FroalaOption::htmlAllowedStyleProps() — Method in class FroalaOption

The list of allowed CSS attributes to be used for tags.

FroalaOption::htmlAllowedTags() — Method in class FroalaOption

The list of allowed tags.

FroalaOption::htmlDoNotWrapTags() — Method in class FroalaOption

The list of tags that should not be wrapped inside block tags.

FroalaOption::htmlExecuteScripts() — Method in class FroalaOption

Allow running scripts that are entered in Code View.

FroalaOption::htmlIgnoreCSSProperties() — Method in class FroalaOption

A list of CSS properties to be ignored when useClasses option is disabled and the CSS from external stylesheets is converted to inline style.

FroalaOption::htmlRemoveTags() — Method in class FroalaOption

The list of tags that are removed together with their content.

FroalaOption::htmlSimpleAmpersand() — Method in class FroalaOption

Allows the usage of simple ampersands (&) instead of the relative HTML entity (&amp;). This is not recommended by the W3C XHTML specifications, so this option should remain false whenever possible.

FroalaOption::htmlUntouched() — Method in class FroalaOption

Leave the HTML inside the editor untouched without doing any special processing to it except HTML cleaning.

FroalaOption::helpSets() — Method in class FroalaOption

An object of items to show in the help modal.

HtmlClass in namespace XELOS\Framework\XF\UI
HtmlColumnListClass in namespace XELOS\Framework\XF\UI

Wrapper class for Html->get_coumn_list() usable by xtags

HtmlGenericClass in namespace XELOS\Framework\XF\UI
HtmlTreeClass in namespace XELOS\Framework\XF\UI

Wrapper class for Html->get_tree() usable by xtags

HtmlUlListClass in namespace XELOS\Framework\XF\UI

Wrapper class for Html->ul_list() usable by xtags

ImageEdit::handle_document_creation() — Method in class ImageEdit
$ Table#hidden_array_sort_fieldProperty in class Table
$ Table#hide_head_rowsProperty in class Table
Table::hide_head_rows() — Method in class Table
TableRow::hide_field() — Method in class TableRow
$ UserImage#heightProperty in class UserImage

The height of the image in pixel.

User::hash_password() — Method in class User

Hash the password for the user database with bcrypt

User::has_access() — Method in class User
User::has_policy() — Method in class User
User::has_policy_by_security_level() — Method in class User
User::has_tree_policy() — Method in class User
View::handle_special_page() — Method in class View
ApiCloudstorageController::has_cloud_service_provider() — Method in class ApiCloudstorageController

Returns true if the provider exists, otherwise false.

StorageProvider::hideWhenDisconnected() — Method in class StorageProvider
ApiCloudstorageDocumentBrowser::handle_selection() — Method in class ApiCloudstorageDocumentBrowser
OnedriveBusinessStorageProvider::hideWhenDisconnected() — Method in class OnedriveBusinessStorageProvider
$ Action#helperProperty in class Action
Action::helper() — Method in class Action
$ SyncSetting#hook_name:Property in class SyncSetting

stored in MySQL as varchar

$ SyncSetting#hook_identity_id:Property in class SyncSetting

stored in MySQL as text

$ Action#historyProperty in class Action
Action::history() — Method in class Action
$ Model#historyProperty in class Model
$ Model#history_componentProperty in class Model
$ Model#history_pageProperty in class Model
Model::history() — Method in class Model
Model::history_component() — Method in class Model
Model::history_page() — Method in class Model
$ Page#historyProperty in class Page
Page::history() — Method in class Page
HistoryClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model history.

HistoryComponentClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model history_component.

$ HistoryComponent#history_idProperty in class HistoryComponent
HistoryPageClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model history_page.

$ HistoryPage#history_idProperty in class HistoryPage
$ HistoryPage#head_tags:Property in class HistoryPage

stored in MySQL as text

$ Page#head_tags:Property in class Page

stored in MySQL as text

$ Page#hide_in_dyn_nav:Property in class Page

stored in MySQL as tinyint

$ PageLive#head_tags:Property in class PageLive

stored in MySQL as text

$ PageLive#hide_in_dyn_nav:Property in class PageLive

stored in MySQL as tinyint

RegistrationAction::handle_process() — Method in class RegistrationAction

Handle process

EventplannerController::handle_invitation_reply() — Method in class EventplannerController

Sets the participant status in the event

ProcessParticipantAction::has_ui_action() — Method in class ProcessParticipantAction
Date::handle_registration() — Method in class Date

Handle Registrations

UpdateThreadAction::has_ui_action() — Method in class UpdateThreadAction
Category::hasTreePolicy() — Method in class Category
$ Group#head_color:Property in class Group

stored in MySQL as varchar

$ Group#head_icon:Property in class Group

stored in MySQL as varchar

HiddenClass in namespace XELOS\Modules\Lists\Hook\Base\Field
EnsureFormPayloadAction::has_ui_action() — Method in class EnsureFormPayloadAction
SetFieldAction::has_ui_action() — Method in class SetFieldAction
ShowFormAction::has_ui_action() — Method in class ShowFormAction
ListProperties::hasField() — Method in class ListProperties

Has this list a field of a certain type?

ListProperties::hasPresets() — Method in class ListProperties
$ Action#hierarchyProperty in class Action
Action::hierarchy() — Method in class Action
$ Page#hierarchyProperty in class Page
Page::hierarchy() — Method in class Page
$ PropertyGroup#hide_empty_fields:Property in class PropertyGroup

stored in MySQL as tinyint

$ PropertyGroup#hide_privacy_fields:Property in class PropertyGroup

stored in MySQL as tinyint

$ PropertyTab#hidden:Property in class PropertyTab

stored in MySQL as tinyint

Article::handle_reference_delete() — Method in class Article

An attached document was deleted

HistoryActionClass in namespace XELOS\Modules\Search\Action

Class HistoryAction

$ Action#historyProperty in class Action
Action::history() — Method in class Action
AbstractDocumentBrowser::handle_selection() — Method in class AbstractDocumentBrowser

This method is called after the selection in the browser is submitted by the user. This method give the possibility to handle the selected files before they will be processed by further submit handling.

$ BrowserFolder#has_childrenProperty in class BrowserFolder
BrowserFolder::has_children() — Method in class BrowserFolder

Returns whether this folder has sub folders or not.

$ Page#historyProperty in class Page
Page::history() — Method in class Page
HistoryPageClass in namespace XELOS\Modules\SmartWiki\Page
HistoryPage::history_table_edited_by_cb() — Method in class HistoryPage
HistoryPage::history_table_updated_at_cb() — Method in class HistoryPage
HistoryPage::history_table_changes_cb() — Method in class HistoryPage
HistoryPage::history_table_compare_cb() — Method in class HistoryPage
$ Model#hidden_instanceProperty in class Model
Model::hidden_instance() — Method in class Model
$ Page#historyProperty in class Page
Page::history() — Method in class Page
HiddenInstanceDocumentationClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\Model

This file provides property and method documentation for the model hidden_instance.

$ EventTrigger#hook_name:Property in class EventTrigger

stored in MySQL as varchar

$ EventTrigger#hook_module:Property in class EventTrigger

stored in MySQL as varchar

$ EventTrigger#hook_instance:Property in class EventTrigger

stored in MySQL as varchar

UnzipAction::handleJob() — Method in class UnzipAction

Handles a zip import job which has the status waiting or prepared.

Category::handle_reference_delete() — Method in class Category
Document::handle_reference_delete() — Method in class Document
SystemDMSController::hasDefaultAccess() — Method in class SystemDMSController

Returns true if the default access is allowed, otherwise false.

FolderTreePanel::has_or_contains_matches() — Method in class FolderTreePanel
$ Category#has_policyProperty in class Category

: stored in MySQL as tinyint

$ ZipImportJob#hiddenProperty in class ZipImportJob

: stored in MySQL as tinyint

NotifyAction::handleNotificationCron() — Method in class NotifyAction
$ AggregateDimensionDocumentation#hook_nameProperty in class AggregateDimensionDocumentation
Task::handle_reference_delete() — Method in class Task

We will delete tasks which were added as tasks TO a certain document if that document gets deleted. (Type=1 References)

ConfigUser::hidden() — Method in class ConfigUser

Is Tab hidden?

$ TranslationDocumentDocumentation#hash:Property in class TranslationDocumentDocumentation

stored in MySQL as varchar

$ TranslationDocumentation#hash:Property in class TranslationDocumentation

stored in MySQL as varchar

$ TranslationFeedbackDocumentation#hash:Property in class TranslationFeedbackDocumentation

stored in MySQL as varchar

BaseTranslationApi::hasFeedbackLoop() — Method in class BaseTranslationApi
Transperfect::hasFeedbackLoop() — Method in class Transperfect
TranslationController::hasFeedbackLoop() — Method in class TranslationController
OAuthServerAction::hasScopeAccess() — Method in class OAuthServerAction
OAuthClientHook::hasConnectedClient() — Method in class OAuthClientHook

Check wether the user has a connected OAuth Client

OAuthClient::hasExpired() — Method in class OAuthClient
HeaderFieldsActionClass in namespace XELOS\Modules\Workflows\Hook\Workflows
HeaderFieldsActionTestClass in namespace XELOS\Modules\Workflows\Tests

This unit test checks the public methods of the HeaderFieldsAction.

I

InviteAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
IpAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
NtlmAuthentication::isAvailable() — Method in class NtlmAuthentication

Check wether NTLM Auth should be used for the current request or not

SamlAuthentication::isAvailable() — Method in class SamlAuthentication

Check wether SAML Auth should be used for the current request or not

I18nClass in namespace XELOS\Framework\Core\Console\Command

Class I18n

InfoClass in namespace XELOS\Framework\Core\Console\Command

Class Info

InstallClass in namespace XELOS\Framework\Core\Console\Command

Class Install

$ Console#inputProperty in class Console
InvalidArgumentExceptionClass in namespace XELOS\Framework\Core\Console\Exception

Class InvalidArgumentException

InvalidOptionExceptionClass in namespace XELOS\Framework\Core\Console\Exception

Class InvalidOptionException

InputClass in namespace XELOS\Framework\Core\Console

Class Input

Input::isInteractive() — Method in class Input
Input::isAskingForHelp() — Method in class Input
Input::isVerbose() — Method in class Input
$ Core#instance_copy_idProperty in class Core
Core::init() — Method in class Core

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

Core::isXlabsFeaturePreview() — Method in class Core
Enum::is() — Method in class Enum

Check if the enum is the given value

AuthenticationException::isAuthenticationMethodActiveDirectory() — Method in class AuthenticationException

True, if authentication method is Active Directory

InsufficientRightsExceptionClass in namespace XELOS\Framework\Core\Exception

Class InsufficientRightsException

IndexEventInterfaceClass in namespace XELOS\Framework\Core\Interfaces
Template::init_template_vars() — Method in class Template

put your comment there.

Template::is_final_render_call() — Method in class Template

Is the current render cycle the last cycle? (i.e. initiated from view)

$ ObjectManager#injection_objectsProperty in class ObjectManager

This is an assoc array and contains objects that will be injected into each requested object. Each containing object will be injected by the name of the key. E.g. ['mod' => $object] this would inject the property named mod with the value of $object.

$ VarsTemplate#idProperty in class VarsTemplate
$ VarsTemplate#instance_id:Property in class VarsTemplate

stored in MySQL as varchar

$ VarsTemplate#is_customProperty in class VarsTemplate
VarsTemplate::init() — Method in class VarsTemplate
BaseHook::isAvailable() — Method in class BaseHook

Returns true if this hook is available otherwise false.

IndexEventHookClass in namespace XELOS\Framework\Module\Hook

Class IndexEventHook

IndexEventHook::isAvailable() — Method in class IndexEventHook

Returns true if this hook is available otherwise false.

ModulePortlet::init() — Method in class ModulePortlet
ModulePortlet::isAvailable() — Method in class ModulePortlet
$ BackgroundJob#idTokenProperty in class BackgroundJob

Token ID - available during Execution

InstallEventsClass in namespace XELOS\Framework\Module

Class InstallEvents

InstallEvents::initializeAfterInstall() — Method in class InstallEvents

Only called when module is installed

InstallEvents::isVersionLessThan() — Method in class InstallEvents

Returns true if the given old revision relates to an older version then the given version.

InstallEvents::isVersionGreaterThan() — Method in class InstallEvents

Returns true if the given old revision relates to an newer version then the given version.

Collection::init() — Method in class Collection
DocumentModel::isAuditingEnabled() — Method in class DocumentModel

If Auditing is disabled on global rule, the automatic implementation will also disable auditing on document model level If you want a model which is auditing ALWAYS you are advised to override this function and return true on your own conditions you may use define('FORCE_AUDIT_MODE',true) in config.custom.php to force auditing for all instances

AuditableInterface::initAuditableTrait() — Method in class AuditableInterface
SoftDeleteInterface::initSoftDeleteTrait() — Method in class SoftDeleteInterface
Model::init() — Method in class Model

Initializes the model

ModelCollection::is_loaded() — Method in class ModelCollection

Returns true if this collection has been filled

ModelCollection::invoke() — Method in class ModelCollection

Calls the passed method for each object

AuditableTrait::initAuditableTrait() — Method in class AuditableTrait

Init Method

AuditableTrait::isAuditingEnabled() — Method in class AuditableTrait

Determine whether auditing is enabled.

CollectionCacheTrait::init() — Method in class CollectionCacheTrait

When trait is used in module, we need to apply a namespace

DuplicatableModelTrait::isReferenceDuplicationAllowed() — Method in class DuplicatableModelTrait
SoftDeleteTrait::initSoftDeleteTrait() — Method in class SoftDeleteTrait
SoftDeleteTrait::isSoftDeleted() — Method in class SoftDeleteTrait
SetupPage::init() — Method in class SetupPage
SetupPage::is_configured() — Method in class SetupPage

returns true if everything is configured and returns false if at least one point is not yet done

SetupPage::is_setup_step_finished() — Method in class SetupPage

return true if given setup step is finished default: return false

$ SystemCron#init_stateProperty in class SystemCron
SystemDaemon::isShutdown() — Method in class SystemDaemon

Returns true if the daemon process is in the shutdown phase to be ended

Document::init() — Method in class Document

put your comment there.

UIComponent::init() — Method in class UIComponent

put your comment there.

$ XF#imProperty in class XF
XF::instance() — Method in class XF

Returns an instance of xf class.

XF::init() — Method in class XF

Initializes main xf components.

Config::init() — Method in class Config
Config::is_install_mode() — Method in class Config
MySQLAdapter::is_cluster() — Method in class MySQLAdapter

Is Database a Galera Cluster?

MySQLAdapter::insert() — Method in class MySQLAdapter

Inserts the passed values into the given table

IMClass in namespace XELOS\Framework\XF

Class IM

IM::instance_exists() — Method in class IM
$ Lib#importProperty in class Lib
$ Lib#i18nProperty in class Lib
Ajax::is_ajax() — Method in class Ajax
Browser::is_unsupported_browser() — Method in class Browser

Checks if the current browser of the user is supported or not by this xelos version

Browser::is_hdpi_device() — Method in class Browser

Returns true if the DEVICE is a HighDPI / Retina Device

Browser::is_post_request() — Method in class Browser
Browser::isRequestMethod() — Method in class Browser

Is current Request of given Method?

Browser::is_ie() — Method in class Browser

Returns TRUE of agent is Internet Explorer

Browser::is_firefox() — Method in class Browser

Returns TRUE of agent is Firefox

Browser::is_chrome() — Method in class Browser

Returns TRUE of agent is Chrome

Browser::is_mobile() — Method in class Browser

Is Mobile Device/Browser?

Browser::is_xdc() — Method in class Browser

Returns TRUE of agent is xelos Desktop Connector Tool (xdc)

Browser::is_xoi() — Method in class Browser

Returns TRUE of agent is xelos Office Integration (XOI)

Browser::is_ios() — Method in class Browser

put your comment there.

Browser::is_device_iphone() — Method in class Browser
Browser::is_device_ipad() — Method in class Browser
Browser::is_device_ipod_touch() — Method in class Browser
Browser::is_safari_webapp() — Method in class Browser
Browser::is_xelos_app() — Method in class Browser

Checks for XELOS App Useragent

Browser::is_ms_office() — Method in class Browser

Checks for MS Office App Useragent

Browser::is_ms_office_mobile() — Method in class Browser

Checks for MS Office Mobile App Useragent e.g. Microsoft Office Word/2.23.304 (iOS/12.1.4; Phone; de-DE; AppStore; Apple/iPhone10,6)

Browser::is_android() — Method in class Browser
Browser::is_android_app() — Method in class Browser

Combines the check, whether the user is on the XELOS App on an Android device.

Browser::is_mobile_safari() — Method in class Browser

mobile Safari for

Browser::isVUEBlobRequest() — Method in class Browser

Is the current request a blob request? Content requested in this call will be added to the iframe with src="blob:" and is slighty restricted: e.g. when origin-security is applied in JS content or forms are missing the action="" attribute

Browser::is_ip_in_range() — Method in class Browser

Check if a given ip is in a network

Cache::init() — Method in class Cache
Cache::is_enabled() — Method in class Cache

Returns true of the caching system is active

APCUCacheHandler::init() — Method in class APCUCacheHandler
APCUCacheHandler::is_cli_supported() — Method in class APCUCacheHandler
CacheHandlerInterface::init() — Method in class CacheHandlerInterface
CacheHandlerInterface::is_cli_supported() — Method in class CacheHandlerInterface
MemcacheCacheHandler::init() — Method in class MemcacheCacheHandler
MemcacheCacheHandler::is_cli_supported() — Method in class MemcacheCacheHandler
RedisCacheHandler::init() — Method in class RedisCacheHandler
RedisCacheHandler::is_cli_supported() — Method in class RedisCacheHandler
Debug::is_enabled() — Method in class Debug

Checks wether a certain debug flag has been enabled (for sub-debug functions)

Doclink::increaseViewCounter() — Method in class Doclink
Environment::increaseMemoryLimit() — Method in class Environment

Increase the PHP Memory Limit to the passed value if the current value is smaller

Environment::increaseTimeLimit() — Method in class Environment

Increase Time Limit of process if the current value is smaller

Environment::increaseMemoryLimitIfNeeded() — Method in class Environment

This function makes sure the passed percentage of memory is kept free. If the free memory for this process runs below this level the memory will be automatically increased

Error::init() — Method in class Error

Initialize for Vars

File::init() — Method in class File
File::is_subfolder() — Method in class File
File::isEmptyDirectory() — Method in class File
File::is_image() — Method in class File
File::is_secure_filename() — Method in class File

Check if Filename meets the nonstrict security guidelines

File::is_ioncube_encoded() — Method in class File

Checks if the passed PHP file is encoded via Ioncube

File::inival_to_bytes() — Method in class File

function used by get_max_upload_size to convert the ini values to a byte values

Filehandler::imageResize() — Method in class Filehandler

Resizes the passed image to the given size.

Filehandler::image_crop() — Method in class Filehandler
Filehandler::increase_memory_limit() — Method in class Filehandler

Returns an GD Image Ressource of the passed file

Foaf::init() — Method in class Foaf

Initialize for Vars

Foaf::is_connected() — Method in class Foaf
Foaf::is_contact() — Method in class Foaf

True if ot_id user is a direct contact of the from_id

Foaf::is_pending_connection() — Method in class Foaf

Returns true of the first passed user has requested the contact for the second and is still pending

Format::image_resize_parse() — Method in class Format

Adds XF image resize params to each image in the passed HTML string e.g. will be replaced to:

Format::image_resize_parse_cb() — Method in class Format

Callback for image_resize_parse

Format::is_utf8() — Method in class Format

Checks the given string for utf-8 encoding.

GroupSecurity::init() — Method in class GroupSecurity
Hierarchy::init_tree() — Method in class Hierarchy

Initialize a hierarchy tree Loads all hierarchy nodes as collection into internal array

I18nClass in namespace XELOS\Framework\XF\Lib

Language Tools

I18n::init() — Method in class I18n
ImportClass in namespace XELOS\Framework\XF\Lib
CsvImport::import() — Method in class CsvImport

Runs the import process and generates the models

Link::init() — Method in class Link

Init Default Vars

Link::is_request_secure() — Method in class Link
Link::is_request_authentic() — Method in class Link
Link::isExternalURI() — Method in class Link

Is the given URL considered an external URI? Or internal (absolute with same host or relative URI)

InMemoryHandlerClass in namespace XELOS\Framework\XF\Lib\Logger\Handler

Class InMemoryHandler

$ InMemoryHandler#inMemoryProperty in class InMemoryHandler
$ Logger#inMemoryLogsProperty in class Logger
Logger::isDefaultLevel() — Method in class Logger
Logger::info() — Method in class Logger
Mail::is_valid_email() — Method in class Mail

Checks wether the passes email has a valid format (using reg-ex)

Modsetup::insert_initial_values() — Method in class Modsetup
Modsetup::insert_pages_to_navigation() — Method in class Modsetup
Modsetup::insert_default_config() — Method in class Modsetup
Modsetup::insert_provided_hooks() — Method in class Modsetup
Modsetup::install_shellplugin() — Method in class Modsetup

Tries to install the passed shellplugin; Must be run from command line

Modsetup::install_new_instance() — Method in class Modsetup
Modsetup::insert_document_registry() — Method in class Modsetup
Modsetup::insert_notification_registry() — Method in class Modsetup
Modsetup::is_system_maintenance() — Method in class Modsetup

Return true if system is in maintenance mode

Modsetup::isRequiredDependency() — Method in class Modsetup
Notification::invalidate_counts() — Method in class Notification

Invalidate counts

$ NotificationBuilder#iconProperty in class NotificationBuilder
$ NotificationBuilder#instanceIdProperty in class NotificationBuilder
Policy::invalidate_user_policy_diff() — Method in class Policy

Invalidate User Policy Diff for passed User IDs All Invalidated User Policy Diffs will be Reloaded the next Time a New / Dirty Session is loaded

Policy::invalidate_policy_cluster() — Method in class Policy
Privacy::init() — Method in class Privacy
Request::is_webservice_call() — Method in class Request
Sec::init() — Method in class Sec
Sec::input() — Method in class Sec

Filter INPUT based on certain rules:

  • XSS: Encode ALL Special Chars ('"<>& and chars with ASCII value less 32)
Sec::input_array() — Method in class Sec

Takes an array and casts values / escapes values according to type

Sec::iv_encrypt() — Method in class Sec
Sec::iv_decrypt() — Method in class Sec
Sec::isValidJWTToken() — Method in class Sec

Will check the standard security criteria of the supplied JWT Token If no security (expiration, signature) is provided, this method will only decode the token

Session::is_dirty() — Method in class Session

Returns true if the current session is marked as dirty

SessionDirtyFlagStorageInterface::is_dirty() — Method in class SessionDirtyFlagStorageInterface

Dirty?

SqlSessionHandler::is_dirty() — Method in class SqlSessionHandler

Dirty?

Shell::is_process_running() — Method in class Shell
Shell::isProcessOwnedByRoot() — Method in class Shell

Is the current process run by the root user?

Ssl::is_ssl() — Method in class Ssl
Text::is_html() — Method in class Text

checks if the string contains any html tags and returns true if so

Threading::is_child_stopped() — Method in class Threading

Check Status of a child process

Threading::is_child_process() — Method in class Threading

Is the current process a child process?

Thumbnail::init() — Method in class Thumbnail

Initialize Thumbnail Engine

UserImport::init() — Method in class UserImport

Initialize the import

UserImport::import() — Method in class UserImport
System::init() — Method in class System

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

$ Model#instance_configProperty in class Model
$ Model#i18n_languageProperty in class Model
$ Model#i18n_tokenProperty in class Model
$ Model#instance_registryProperty in class Model
$ Model#instance_setupProperty in class Model
$ AuditTrail#idProperty in class AuditTrail
$ AuditTrail#instance_idProperty in class AuditTrail
$ DocumentIndex#idProperty in class DocumentIndex
$ DocumentIndex#instance_idProperty in class DocumentIndex
$ DocumentIndex#instance_stringProperty in class DocumentIndex
$ DocumentIndex#is_hiddenProperty in class DocumentIndex
DocumentIndex::injectDocumentIndex() — Method in class DocumentIndex

Injects the document index object into a related model by setter injection.

DocumentIndex::is_follow_user() — Method in class DocumentIndex

Is user a follower ?

DocumentIndex::is_hidden() — Method in class DocumentIndex

Returns if this document index is marked "hidden"

$ DocumentIndexJobQueue#idProperty in class DocumentIndexJobQueue
$ DocumentIndexLock#idProperty in class DocumentIndexLock
$ DocumentIndexReference#idProperty in class DocumentIndexReference
$ DocumentRegistry#instanceProperty in class DocumentRegistry
$ DocumentRegistry#idProperty in class DocumentRegistry
$ DocumentRegistry#instance_idProperty in class DocumentRegistry
$ Hierarchy#idProperty in class Hierarchy
I18nLanguageClass in namespace XELOS\Framework\XF\System\Model
I18nTokenClass in namespace XELOS\Framework\XF\System\Model
$ I18nToken#idProperty in class I18nToken

ID

$ I18nToken#in_jsProperty in class I18nToken
InstanceConfigClass in namespace XELOS\Framework\XF\System\Model
InstanceRegistryClass in namespace XELOS\Framework\XF\System\Model
InstanceSetupClass in namespace XELOS\Framework\XF\System\Model
$ ModuleGroupSecurity#idProperty in class ModuleGroupSecurity
$ ModuleGroupSecurity#instance_idProperty in class ModuleGroupSecurity
ModuleGroupSecurity::is_member() — Method in class ModuleGroupSecurity

Is the user member of this group

$ Notification#idProperty in class Notification
$ Notification#instance_id:Property in class Notification

{type: varchar, size: 50}

$ Notification#iconProperty in class Notification

Icon Class

$ Pages#idProperty in class Pages
$ Policy#idProperty in class Policy
$ Policy#instance_idProperty in class Policy
User::init() — Method in class User
User::in_group() — Method in class User

Check if User is in a specific group

User::is_online() — Method in class User

Returns true if the current user is online

$ UserDevices#idProperty in class UserDevices
$ UserDevices#is_mobileProperty in class UserDevices

: stored in MySQL as tinyint

$ UserDevices#is_apiclient:Property in class UserDevices

stored in MySQL as tinyint

$ UserDevices#is_temporary:Property in class UserDevices

stored in MySQL as tinyint

UserDevices::is_authorized_device() — Method in class UserDevices

Checks if a device exists for the current user, if it is a saved, not temporary devices and updates the device.

$ UserLink#idProperty in class UserLink
$ UserLink#iconProperty in class UserLink
UI::init() — Method in class UI
UI::init_ui() — Method in class UI

Initilized before VIEW execution with Event Trigger, Restore session values

Amchart::init() — Method in class Amchart

put your comment there.

$ Callback#instance_idProperty in class Callback

The instance ID

$ DocLink#include_actionsProperty in class DocLink
DocLink::init() — Method in class DocLink

Object initializer

DocumentLock::init() — Method in class DocumentLock

Class initialization

DocumentLock::is_locked() — Method in class DocumentLock

Returns whether the target document index is locked or not.

Faceted::is_active() — Method in class Faceted

Returns true if the passed item is currently active

$ Form#is_validatedProperty in class Form
$ Form#image_mimesProperty in class Form
Form::insertField() — Method in class Form

Inserts a form component in the field array of the form.

Form::is_validated() — Method in class Form

Form passed all validations?

$ FormEditor#idProperty in class FormEditor
FormBase::init_obj() — Method in class FormBase

Initializes the form base

FormBase::is_displayed() — Method in class FormBase

Checks if the field is hidden by a tag. It is important when validating

FormCaptcha::init() — Method in class FormCaptcha
FormComponent::isReadonly() — Method in class FormComponent

Returns TRUE if field is readonly, FALSE otherwise.

FormComponent::insertBefore() — Method in class FormComponent

Insert this field before the specified field

FormComponent::insertAfter() — Method in class FormComponent

Insert this field after the specified field

FormConfig::init_obj() — Method in class FormConfig
FormConfig::init() — Method in class FormConfig
FormDocument::init() — Method in class FormDocument

Initialize the component, loading all dependent instances and required JS and CSS files

FormDocument::isAutoStore() — Method in class FormDocument

This class provides an automated handling for storing attached / uploaded documents. This handling will be triggered on save and if this option (auto store) is TRUE.

FormDocument::isSerialized() — Method in class FormDocument

Returns TRUE if the values of this component are serialized.

FormDocument::isMultiple() — Method in class FormDocument

Returns TRUE if this component supports multiple document selection.

FormDocument::isFormSubmitOnChange() — Method in class FormDocument

Returns whether changes to attachments should trigger a form submit.

FormFieldset::init() — Method in class FormFieldset
FormFieldsetClose::init() — Method in class FormFieldsetClose
$ FormFile#image_mimesProperty in class FormFile
FormFile::init() — Method in class FormFile

Initialize

FormMultifile::init() — Method in class FormMultifile
FormMultitext::init() — Method in class FormMultitext
FormPayment::init() — Method in class FormPayment

Get all hooks that registered for payment.service hook. A GET parameter names a_payment_service is used to choose the right module and payment service. If this GET parameter is once set, it will be saved in the session. The value is a concated string of provider and service separated by a dot (e.g. micropayment.creditcard).

FormPolicySelector::init() — Method in class FormPolicySelector
FormTag::init() — Method in class FormTag
FormWebfetcher::init() — Method in class FormWebfetcher
$ FroalaInsertGroup#itemsProperty in class FroalaInsertGroup
FroalaOption::iconsTemplate() — Method in class FroalaOption

Set the template to be used for the icons inside the editor UI.

FroalaOption::iframe() — Method in class FroalaOption

When this option is enabled, the editor's content will be placed in an iframe and isolated from the rest of the page.

FroalaOption::iframeDefaultStyle() — Method in class FroalaOption

Default style needed by the editor to be used inside the iframe to display content.

FroalaOption::iframeStyle() — Method in class FroalaOption

Custom style to be used inside the iframe to display content. This style is added over the iframeDefaultStyle style.

FroalaOption::iframeStyleFiles() — Method in class FroalaOption

An array with custom CSS files to inject inside the iframe to display content.

FroalaOption::indentMargin() — Method in class FroalaOption

The number of pixels to use for indenting the current line.

FroalaOption::initOnClick() — Method in class FroalaOption

Only the minimum required events are initialized on page load and the rest of them when the user clicks inside the editable area. This is very useful when using multiple editors on the same page because it reduces the page load time.

FroalaOption::imageAllowedTypes() — Method in class FroalaOption

The list of image types that are allowed to be uploaded. Although this will restrict uploading other types of files, we strongly recommend you to check the file type on the server too.

FroalaOption::imageAltButtons() — Method in class FroalaOption

The list of buttons that appear in the edit image alternate text popup, when changing the alternate text of the image.

FroalaOption::imageCORSProxy() — Method in class FroalaOption

Proxy server to be used for reading images inserted by URL and upload them to a custom server. By default we provide a proxy hosted on our servers, however for full control, we recommend setting up your own proxy by using the details from CORS Anywhere.

FroalaOption::imageDefaultAlign() — Method in class FroalaOption

Sets the default image alignment when it is inserted in the rich text editor. Possible values are 'left', 'center' and 'right'.

FroalaOption::imageDefaultDisplay() — Method in class FroalaOption

Sets the default display for an image when is is inserted in the rich text. Possible options are: 'inline' and 'block'.

FroalaOption::imageDefaultMargin() — Method in class FroalaOption

Sets the default width of the image when it is inserted in the rich text editor. Setting it to 0 will not set any width.

FroalaOption::imageDefaultWidth() — Method in class FroalaOption

Sets the default width of the image when it is inserted in the rich text editor. Setting it to 0 will not set any width.

FroalaOption::imageEditButtons() — Method in class FroalaOption

The list of buttons that appear in the edit image popup, when an image is selected. If Image Aviary plugin is included, then 'aviary' can be used as an option as well.

FroalaOption::imageInsertButtons() — Method in class FroalaOption

The list of buttons that appear in the insert image popup, when inserting a new image into the WYSIWYG editor.

FroalaOption::imageMaxSize() — Method in class FroalaOption

The maximum image size allowed on upload in bytes. The default value is 10MB. Although this makes an additional check before uploading the image, it is highly recommended to check image size on your server too.

FroalaOption::imageMinWidth() — Method in class FroalaOption

The minimum width in PX the image can be resized to.

FroalaOption::imageMove() — Method in class FroalaOption

Allows changing the position of the images by dragging them. This option will work correctly only when including the draggable plugin.

FroalaOption::imageMultipleStyles() — Method in class FroalaOption

Allows multiple image styles to be selected at a time.

FroalaOption::imagePaste() — Method in class FroalaOption

Allows pasting images from clipboard.

FroalaOption::imagePasteProcess() — Method in class FroalaOption

Use default image settings for pasted images.

FroalaOption::imageResize() — Method in class FroalaOption

Disables image resize when set to false.

FroalaOption::imageResizeWithPercent() — Method in class FroalaOption

By default the image resize is using PX. Enabling this option will use % instead when resizing an image inside the editor.

FroalaOption::imageRoundPercent() — Method in class FroalaOption

Force image percent to round to integer while resizing.

FroalaOption::imageOutputSize() — Method in class FroalaOption

When this option is enabled, the images will get the width and height set as attribute in the output.

FroalaOption::imageSizeButtons() — Method in class FroalaOption

The list of buttons that appear in the edit image size popup, when editing the image's width and height.

FroalaOption::imageSplitHTML() — Method in class FroalaOption

Enables splitting the HTML when inserting a new image.

FroalaOption::imageStyles() — Method in class FroalaOption

Set custom styles for the selected image. The classes should be defined in CSS, otherwise no changes will be visible on the image's appearance.

FroalaOption::imageTUIOptions() — Method in class FroalaOption

Set options for TUI editor plugin.

FroalaOption::imageTextNear() — Method in class FroalaOption

Allows text near an image when it is aligned to the left or to the right. Disabling this option will make the display button for image editor popup unavailable.

FroalaOption::imageUpload() — Method in class FroalaOption

Enable or disable image upload.

FroalaOption::imageAddNewLine() — Method in class FroalaOption

Add new line after inserting an image when enabled.

FroalaOption::imageUploadMethod() — Method in class FroalaOption

The HTTP image upload request type.

FroalaOption::imageUploadParam() — Method in class FroalaOption

Customize the name of the parameter that contains the image file in the upload request.

FroalaOption::imageUploadParams() — Method in class FroalaOption

Pass additional parameters to the upload request.

FroalaOption::imageUploadRemoteUrls() — Method in class FroalaOption

Upload images inserted by URL to custom server instead of linking them by URL.

FroalaOption::imageUploadToS3() — Method in class FroalaOption

Set the options for image upload to S3. All the fields from the example below are required. Also make sure that you have enabled <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html" title="CORS" target="_blank" rel="nofollow">CORS on Amazon.

Note: uploadURL property can be used instead of bucket and region properties to specify a custom URL from Amazon where to upload the image.

FroalaOption::imageUploadURL() — Method in class FroalaOption

The URL where the images uploaded by the user are saved. When an image is uploaded, the editor sends the file to the server through a HTTP request. The server should process the data from the file parameter of the request and return a JSON object containing a link field with the link to the uploaded image. More details can be found in the <a href="../docs/concepts/image-upload" title="Image Upload Concept" target="_blank">Image Upload concept article.
E.g. {link: 'path/to/image.jpg'}.

Note 1: By default, the images are stored on our servers, but if you want to have full control over them, you should consider implementing the upload on your server. The images stored on our servers, may be deleted at any time without any notice.
Note 2: If the domain where the image is saved is not the same with the one where the editor is running, you may need to enable requestWithCORS option and make specific customizations on the server. For more information please refer to Cross-origin resource sharing.

FroalaOption::imageManagerDeleteMethod() — Method in class FroalaOption

The HTTP image manager delete image request type.

FroalaOption::imageManagerDeleteParams() — Method in class FroalaOption

Additional parameters passed to the image manager image delete request.

FroalaOption::imageManagerDeleteURL() — Method in class FroalaOption

The URL where the HTTP request is done to delete the image. The request will contain the image source as src parameter.

FroalaOption::imageManagerLoadMethod() — Method in class FroalaOption

The HTTP image manager load images request type.

FroalaOption::imageManagerLoadParams() — Method in class FroalaOption

Additional parameters passed to the load images request from the image manager.

FroalaOption::imageManagerLoadURL() — Method in class FroalaOption

The URL where the HTTP request is done in order to load a page of images that appear in the image manager. The response should be an array with an Object for each image, similar to:

FroalaOption::imageManagerPageSize() — Method in class FroalaOption

The number of images loaded per page in the image manager.

FroalaOption::imageManagerPreloader() — Method in class FroalaOption

The path to a gif image to be displayed while loading the images from the server in the image manager. If no option is specified, "Loading.." text will appear.

FroalaOption::imageManagerScrollOffset() — Method in class FroalaOption

The distance in pixels from the bottom of the scrollable content at which to trigger the loading of the next page of images.

FroalaOption::imageManagerToggleTags() — Method in class FroalaOption

To enable/disable toggle of filter tags for image manager popup.

FroalaOption::inlineStyles() — Method in class FroalaOption

Set custom styles for the selected text. This option is an Object where the key is the name of the new style that appears in the dropdown and the value specifies the CSS properties for it.

FroalaOption::inlineClasses() — Method in class FroalaOption

Set custom classes for the selected text. This option is an Object where the key is the name of the new class that appears in the dropdown and the value specifies the class name for it.

$ HtmlUlList#item_classProperty in class HtmlUlList
ImageClass in namespace XELOS\Framework\XF\UI
Image::is_replacer_disabled() — Method in class Image
ImageEditClass in namespace XELOS\Framework\XF\UI

Class ImageEdit

ImportClass in namespace XELOS\Framework\XF\UI
InPlaceEditorClass in namespace XELOS\Framework\XF\UI
InPlaceEditor::is_validated() — Method in class InPlaceEditor
InlineEditorClass in namespace XELOS\Framework\XF\UI
InstanceClass in namespace XELOS\Framework\XF\UI
$ Instance#instanceProperty in class Instance
ItemListClass in namespace XELOS\Framework\XF\UI

Class ItemList

$ ItemList#itemsProperty in class ItemList
ItemClass in namespace XELOS\Framework\XF\UI\ItemList

Class Item

$ Item#idProperty in class Item
$ Item#infoProperty in class Item
$ Item#icon_classProperty in class Item
Paging::init() — Method in class Paging

put your comment there.

Paging::is_first_page() — Method in class Paging
Paging::is_last_page() — Method in class Paging
$ Portlet#instanceProperty in class Portlet
TableEditor::init() — Method in class TableEditor

put your comment there.

TimeLine::init() — Method in class TimeLine

put your comment there.

$ Tree#id_fieldProperty in class Tree
$ UserImage#initial_statusProperty in class UserImage

Set this false to display the status initially as unknown. The status will be refreshed via ajax.

UserImage::init() — Method in class UserImage

Load js files

UserImage::isShowStatus() — Method in class UserImage
VCard::init() — Method in class VCard

put your comment there.

$ Wizard#isNextEnabledProperty in class Wizard
$ Wizard#isPrevEnabledProperty in class Wizard
User::init() — Method in class User
User::is_two_factor_auth_activated() — Method in class User

Check if 2-Factor-Auth is activated and applicable for the currently logged in user

User::is_two_factor_needed() — Method in class User

Check if the user needs to use two factor authorization.

User::is_urlaccess() — Method in class User
User::is_guest() — Method in class User
User::is_logged_in() — Method in class User
User::is_controlled_via_auth() — Method in class User

Can user change login, password, email? Or is this controlled via auth?

User::is_admin_auth_required() — Method in class User

Is additional authentication required for this user?

User::isApiAccess() — Method in class User

Checks if the user is logged in via OAuth in the view with a bearer token.

User::is_loaded() — Method in class User

Returns true when the user object has loaded the settings and the user object is usable

User::in_group() — Method in class User

Check if User is in a specific group

User::isUserStatusEnabled() — Method in class User

Determines if the "Enable online status" setting in system_userprofile is activated or not

$ View#instanceProperty in class View
View::is_special_page() — Method in class View
View::is_special_instance() — Method in class View

Return true if the instance_id is considered special

View::is_valid_public_call() — Method in class View

Check wether this is a public page valid to be called

View::is_auth_method_available() — Method in class View

Check if Authentication Method is available

$ AdCache#idProperty in class AdCache
DirectoryServiceInterface::initService() — Method in class DirectoryServiceInterface
$ AdSyncTest#instanceProperty in class AdSyncTest
DirectoryServiceConfigTrait::initService() — Method in class DirectoryServiceConfigTrait
DropboxStorageProvider::init_provider() — Method in class DropboxStorageProvider
DropboxStorageProvider::is_connected() — Method in class DropboxStorageProvider

Returns true if the provider is connected.

DropboxStorageProvider::isAvailable() — Method in class DropboxStorageProvider

Returns true if this hook is available otherwise false.

GoogleStorageProvider::init_provider() — Method in class GoogleStorageProvider
GoogleStorageProvider::is_connected() — Method in class GoogleStorageProvider

Returns true if the provider is connected.

GoogleStorageProvider::isAvailable() — Method in class GoogleStorageProvider

Returns true if this hook is available otherwise false.

UploadDocumentProcessor::init() — Method in class UploadDocumentProcessor

Adds new share action on init.

CloudDocumentBrowser::is_consented() — Method in class CloudDocumentBrowser

Checks whether this browser is consented.

StorageProvider::init_provider() — Method in class StorageProvider

This method is used to initialize the providers connection by oauth clients.

StorageProvider::is_connected() — Method in class StorageProvider

Returns true if the provider is connected.

$ DropboxOauthClient#icon_classProperty in class DropboxOauthClient
DropboxOauthClient::isAvailable() — Method in class DropboxOauthClient

Returns true if this hook is available otherwise false.

$ GoogleOauthClient#icon_classProperty in class GoogleOauthClient
GoogleOauthClient::isAvailable() — Method in class GoogleOauthClient

Returns true if this hook is available otherwise false.

CrmSyncPlugins::init() — Method in class CrmSyncPlugins
OnedriveBusinessStorageProvider::init_provider() — Method in class OnedriveBusinessStorageProvider
OnedriveBusinessStorageProvider::isAvailable() — Method in class OnedriveBusinessStorageProvider

Returns true if this hook is available otherwise false.

OnedriveStorageProvider::init_provider() — Method in class OnedriveStorageProvider
OnedriveStorageProvider::is_connected() — Method in class OnedriveStorageProvider

Returns true if the provider is connected.

OnedriveStorageProvider::isAvailable() — Method in class OnedriveStorageProvider

Returns true if this hook is available otherwise false.

CoAuthorDocumentProcessor::init() — Method in class CoAuthorDocumentProcessor

Adds new share action on init.

SearchMessagesSearchIntegration::isAvailable() — Method in class SearchMessagesSearchIntegration

Returns true if this hook is available otherwise false.

AzureAuthentication::isAvailable() — Method in class AzureAuthentication

Show this authentication method if installed, even if its not configured yet

$ MicrosoftOauthClient#icon_classProperty in class MicrosoftOauthClient
MicrosoftOauthClient::isAllowedExplicitConnection() — Method in class MicrosoftOauthClient
MicrosoftOauthClient::isAvailable() — Method in class MicrosoftOauthClient

Returns true if this hook is available otherwise false.

$ OnedriveOauthClient#icon_classProperty in class OnedriveOauthClient
OnedriveOauthClient::isAvailable() — Method in class OnedriveOauthClient
OnedriveOauthClient::init_service() — Method in class OnedriveOauthClient
Main::init() — Method in class Main
$ Calendar#idProperty in class Calendar
$ Calendar#ical_urlProperty in class Calendar
$ Calendarset#idProperty in class Calendarset
$ Event#idProperty in class Event
$ Participant#idProperty in class Participant
$ Participant#invitation_sent:Property in class Participant

stored in MySQL as tinyint

$ Reminder#idProperty in class Reminder
$ ReminderQueue#idProperty in class ReminderQueue
$ SyncData#idProperty in class SyncData
$ SyncSetting#idProperty in class SyncSetting
CalendarInterface::is_readable() — Method in class CalendarInterface

Can the user access the calendar?

CalendarInterface::is_writeable() — Method in class CalendarInterface

Is the calendar writeable?

$ Page#indexProperty in class Page
Page::index() — Method in class Page
$ Component#idProperty in class Component
$ ComponentLive#idProperty in class ComponentLive
$ History#idProperty in class History
$ HistoryComponent#idProperty in class HistoryComponent
$ HistoryPage#idProperty in class HistoryPage
$ Page#idProperty in class Page
$ PageLive#idProperty in class PageLive
$ Partial#idProperty in class Partial
$ PartialLive#idProperty in class PartialLive
CommentsController::init() — Method in class CommentsController

CommentsController initialization

$ Comment#idProperty in class Comment
$ LinkInfo#idProperty in class LinkInfo
$ LinkInfo#image:Property in class LinkInfo

stored in MySQL as varchar

IndexEventDocumentIndexEventClass in namespace XELOS\Modules\Comments\Hook\System

Class IndexEventDocumentIndexEvent

InstallEventsClass in namespace XELOS\Modules\Comments

Class InstallEvents

Comment::isEditAllowed() — Method in class Comment

Returns false if the time limit is expired.

Comment::isDeleteAllowed() — Method in class Comment

Returns false if the time limit is expired.

Comment::init() — Method in class Comment

Comment initialization

FormComment::init_obj() — Method in class FormComment

Initializes the form base

CrmSync::isAvailable() — Method in class CrmSync

Returns true if this hook is available otherwise false.

IndexEventDocumentIndexEventClass in namespace XELOS\Modules\DMS\Hook\System
InstallEventsClass in namespace XELOS\Modules\DMS

Class InstallEvents

ImportCategoryPageClass in namespace XELOS\Modules\DMS\Page
DocviewProcessor::init() — Method in class DocviewProcessor
FollowedDocumentsShowPortlet::init() — Method in class FollowedDocumentsShowPortlet
IndexEventDocumentIndexEventClass in namespace XELOS\Modules\Doclink\Hook\System

Is triggered when a document_index is created or modified.

InvitationsActionClass in namespace XELOS\Modules\Eventplanner\Action
InvitationsAction::invitation_wizard() — Method in class InvitationsAction

add invitees for event $tpl prefilled in main

InvoiceActionClass in namespace XELOS\Modules\Eventplanner\Action
InvoiceAction::init() — Method in class InvoiceAction
CategoryCollection::init() — Method in class CategoryCollection
EventCollection::init() — Method in class EventCollection
$ Action#invitationsProperty in class Action
$ Action#invoiceProperty in class Action
Action::invitations() — Method in class Action
Action::invoice() — Method in class Action
$ Model#invitation_reply_logProperty in class Model
$ Model#invoiceProperty in class Model
$ Model#invoice_templateProperty in class Model
Model::invitation_reply_log() — Method in class Model
Model::invoice() — Method in class Model
Model::invoice_template() — Method in class Model
$ CategoryDocumentation#idProperty in class CategoryDocumentation
$ EventDocumentation#idProperty in class EventDocumentation
$ EventDocumentation#invoice_note:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#is_active:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#invitation_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#invitation_description:Property in class EventDocumentation

stored in MySQL as text

$ EventDocumentation#invitation_api_idProperty in class EventDocumentation
InvitationReplyLogDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model InvitationReplyLog.

$ InvitationReplyLogDocumentation#idProperty in class InvitationReplyLogDocumentation
InvoiceDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Invoice.

$ InvoiceDocumentation#idProperty in class InvoiceDocumentation
$ InvoiceDocumentation#invoice_numberProperty in class InvoiceDocumentation
InvoiceTemplateDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model InvoiceTemplate.

$ InvoiceTemplateDocumentation#idProperty in class InvoiceTemplateDocumentation
$ JobDocumentation#idProperty in class JobDocumentation
$ NumberrangeDocumentation#idProperty in class NumberrangeDocumentation
$ ParticipantDocumentation#idProperty in class ParticipantDocumentation
$ ParticipantDocumentation#invitation_sent:Property in class ParticipantDocumentation

stored in MySQL as timestamp

$ ParticipantLogDocumentation#idProperty in class ParticipantLogDocumentation
$ PriceCategoryDocumentation#idProperty in class PriceCategoryDocumentation
$ RelatedEventsDocumentation#idProperty in class RelatedEventsDocumentation
$ TicketDocumentation#idProperty in class TicketDocumentation
$ TicketDocumentation#invoice_idProperty in class TicketDocumentation
$ UserGroupTicketContingentDocumentation#idProperty in class UserGroupTicketContingentDocumentation
$ EventplannerController#invitee_statusProperty in class EventplannerController
EventplannerController::init() — Method in class EventplannerController

Cares about the presence of a category (if none is existing, this will create the category 'general').

EventplannerController::invoice_check_redirect() — Method in class EventplannerController

If there are invoices, the user is redirected to the cancel invoices page.

CRMParticipationShowPortlet::init() — Method in class CRMParticipationShowPortlet
CRMParticipationShowPortlet::init_portlet() — Method in class CRMParticipationShowPortlet
EventplannerUpcomingShowPortlet::isPredefinedLayout() — Method in class EventplannerUpcomingShowPortlet
EventplannerUpcomingShowPortlet::isGroupMode() — Method in class EventplannerUpcomingShowPortlet
InvitationReplyLogClass in namespace XELOS\Modules\Eventplanner\Model
InvoiceClass in namespace XELOS\Modules\Eventplanner\Model

If any properties are changed in the invoice, it will create a new PDF invoice.

InvoiceTemplateClass in namespace XELOS\Modules\Eventplanner\Model
$ InvoiceTemplate#idProperty in class InvoiceTemplate
InvoiceTemplate::init() — Method in class InvoiceTemplate
$ Participant#is_regularProperty in class Participant
OverviewPage::init() — Method in class OverviewPage
SetupPage::is_setup_step_finished() — Method in class SetupPage

return true if given setup step is finished default: return false

Details::isDocumentPreview() — Method in class Details
$ CategoryDocumentation#idProperty in class CategoryDocumentation
$ CategoryDocumentation#is_root:Property in class CategoryDocumentation

stored in MySQL as tinyint

$ PostDocumentation#idProperty in class PostDocumentation
$ ThreadDocumentation#idProperty in class ThreadDocumentation
$ VotesDocumentation#idProperty in class VotesDocumentation
$ VotesDocumentation#instance_idProperty in class VotesDocumentation
ForumController::init() — Method in class ForumController
RecentShowPortlet::init() — Method in class RecentShowPortlet
InstallEventsClass in namespace XELOS\Modules\Forum
InstallEvents::initializeAfterInstall() — Method in class InstallEvents
Category::isBlackBoard() — Method in class Category
Post::initialize_links() — Method in class Post
Post::isEditable() — Method in class Post
Post::isStub() — Method in class Post
Thread::initialize_links() — Method in class Thread
Thread::is_sticky() — Method in class Thread

Is thread sticky?

Thread::is_closed() — Method in class Thread

Is thread closed?

Thread::isMyOwn() — Method in class Thread
SetupPage::is_setup_step_finished() — Method in class SetupPage
ThreadPreview::init() — Method in class ThreadPreview
VoteBox::initAllVoteValues() — Method in class VoteBox
$ TaskDocumentation#idProperty in class TaskDocumentation
GroupsTasksController::init() — Method in class GroupsTasksController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

InstallEventsClass in namespace XELOS\Modules\GroupsTasks
KanbanPage::init() — Method in class KanbanPage
$ Model#invitationProperty in class Model
Model::invitation() — Method in class Model
$ Page#invitationProperty in class Page
Page::invitation() — Method in class Page
$ Category#idProperty in class Category
$ Group#idProperty in class Group
$ Group#is_template:Property in class Group

stored in MySQL as tinyint

$ Group#internal:Property in class Group

stored in MySQL as tinyint

InvitationClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model invitation.

$ Invitation#idProperty in class Invitation
$ Invitation#invitee_idProperty in class Invitation
$ Invitation#invitation_text:Property in class Invitation

stored in MySQL as text

$ Invitation#invited_at:Property in class Invitation

stored in MySQL as timestamp

$ Member#idProperty in class Member
$ Member#is_contact:Property in class Member

stored in MySQL as tinyint

$ Member#is_auto_added:Property in class Member

stored in MySQL as tinyint

$ Module#idProperty in class Module
$ Newsletter#idProperty in class Newsletter
$ Pending#idProperty in class Pending
InstallEventsClass in namespace XELOS\Modules\Groups

Class InstallEvents

InstallEvents::initializeAfterInstall() — Method in class InstallEvents
$ JobDocumentation#idProperty in class JobDocumentation
$ JobDocumentation#id_token:Property in class JobDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#idProperty in class JobHistoryDocumentation
$ JobHistoryDocumentation#id_token:Property in class JobHistoryDocumentation

stored in MySQL as varchar

InvalidClassExceptionClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job\Exception
IdGeneratorClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job
JobLoader::initializeBackgroundJob() — Method in class JobLoader
$ Page#imprintProperty in class Page
Page::imprint() — Method in class Page
$ PageDocumentation#idProperty in class PageDocumentation
$ PageDocumentation#imprint_title_i18n:Property in class PageDocumentation

stored in MySQL as text

$ PageDocumentation#imprint_text_i18n:Property in class PageDocumentation

stored in MySQL as text

LegalController::isDisclaimerDisplayed() — Method in class LegalController

Checks whether the disclaimer is displayed for the current user.

ImprintPageClass in namespace XELOS\Modules\Legal\Page

Class Overview

$ Page#item_overviewProperty in class Page
Page::item_overview() — Method in class Page
$ Ui#item_editorProperty in class Ui
$ Ui#item_listProperty in class Ui
$ Ui#item_previewProperty in class Ui
$ CategoryDocumentation#idProperty in class CategoryDocumentation
$ ListDocumentation#idProperty in class ListDocumentation
$ ListDocumentation#item_countProperty in class ListDocumentation
$ ListItemDocumentation#idProperty in class ListItemDocumentation
$ ListStatusDocumentation#idProperty in class ListStatusDocumentation
Field::isSelectable() — Method in class Field

Adds the check for this field whether it is selectable or not.

Checkbox::isSelectable() — Method in class Checkbox

Adds the check for this field whether it is selectable or not.

Multitext::isSelectable() — Method in class Multitext

Adds the check for this field whether it is selectable or not.

Select::isSelectable() — Method in class Select

Adds the check for this field whether it is selectable or not.

StaticText::isSelectable() — Method in class StaticText

Adds the check for this field whether it is selectable or not.

Textarea::isSelectable() — Method in class Textarea

Adds the check for this field whether it is selectable or not.

Textbox::isSelectable() — Method in class Textbox

Adds the check for this field whether it is selectable or not.

UserSelector::isSelectable() — Method in class UserSelector

Adds the check for this field whether it is selectable or not.

TimespanGetEvents::isAvailable() — Method in class TimespanGetEvents

Returns true if this hook is available otherwise false.

ListsGanttShowPortlet::init() — Method in class ListsGanttShowPortlet
ListsPortletShowPortlet::init() — Method in class ListsPortletShowPortlet
ListsSingleShowPortlet::init() — Method in class ListsSingleShowPortlet
InstallEventsClass in namespace XELOS\Modules\Lists
ListsController::init() — Method in class ListsController
ListsController::isUseFolders() — Method in class ListsController
$ Category#idProperty in class Category
$ ListItem#idProperty in class ListItem
$ ListProperties#idProperty in class ListProperties

ID

$ ListProperties#item_countProperty in class ListProperties

Total items created for this list

ListProperties::isActive() — Method in class ListProperties
ListProperties::isActiveAndOpen() — Method in class ListProperties
ListProperties::isActiveAndClosed() — Method in class ListProperties
ListProperties::isWorkflowList() — Method in class ListProperties

Check, whether this list is a list whose items should be processed via workflows.

$ ListStatus#idProperty in class ListStatus
ItemOverviewPageClass in namespace XELOS\Modules\Lists\Page

Class ItemOverviewPage

ListEditorPage::init() — Method in class ListEditorPage
ListEditorPage::importListFromFile() — Method in class ListEditorPage

Callback method for the list file XUI import.

CategorySelector::init() — Method in class CategorySelector

put your comment there.

ItemEditorClass in namespace XELOS\Modules\Lists\UI
ItemEditor::init() — Method in class ItemEditor

put your comment there.

ItemListClass in namespace XELOS\Modules\Lists\UI

Class ItemList

ItemList::initializeWorkflows() — Method in class ItemList

Initializes the workflows mod and all its components needed.

ItemPreviewClass in namespace XELOS\Modules\Lists\UI

Class ThreadPreview

ItemPreview::init() — Method in class ItemPreview

put your comment there.

ListPreview::init() — Method in class ListPreview

put your comment there.

$ Profile#idProperty in class Profile
$ Property#idProperty in class Property
$ PropertyGroup#idProperty in class PropertyGroup
$ PropertyTab#idProperty in class PropertyTab
$ ArticleDocumentation#idProperty in class ArticleDocumentation
$ ArticleDocumentation#image_config:Property in class ArticleDocumentation

enum large|small

$ ArticleDocumentation#image_direction:Property in class ArticleDocumentation

enum left|center|right

$ CategoryDocumentation#idProperty in class CategoryDocumentation
$ RSSShowPortlet#is_initializedProperty in class RSSShowPortlet
RSSShowPortlet::init() — Method in class RSSShowPortlet
RSSShowPortlet::init_feed() — Method in class RSSShowPortlet
InstallEventsClass in namespace XELOS\Modules\News
NewsController::init() — Method in class NewsController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

SetupPage::is_setup_step_finished() — Method in class SetupPage

return true if given setup step is finished default: return false

Article::init() — Method in class Article

put your comment there.

SelectorBrowser::is_consented() — Method in class SelectorBrowser

Checks whether this browser is consented.

WebdavService::init() — Method in class WebdavService

Initialization

Workspace::init() — Method in class Workspace

Called by object manager.

$ ConfirmationDocumentation#idProperty in class ConfirmationDocumentation
$ DocumentDocumentation#idProperty in class DocumentDocumentation
AdminProcessor::init() — Method in class AdminProcessor
ReadConfirmationShowPortlet::init() — Method in class ReadConfirmationShowPortlet
IndexerActionClass in namespace XELOS\Modules\Search\Action

Class IndexerAction

$ Action#indexerProperty in class Action
Action::indexer() — Method in class Action
$ Page#indexProperty in class Page
Page::index() — Method in class Page
$ FacetedFilterDocumentation#idProperty in class FacetedFilterDocumentation
$ SearchHistoryDocumentation#idProperty in class SearchHistoryDocumentation
$ SearchagentDocumentation#idProperty in class SearchagentDocumentation
$ TermDocumentation#idProperty in class TermDocumentation
SearchIntegration::isAvailable() — Method in class SearchIntegration

We assume, that this hook is available per default.

SearchMetaData::isAvailable() — Method in class SearchMetaData
Field::isFacet() — Method in class Field
Field::isSortable() — Method in class Field
SearchPreprocessor::isAvailable() — Method in class SearchPreprocessor

Returns true if this hook is available otherwise false.

SearchSelectorBrowser::is_consented() — Method in class SearchSelectorBrowser

Checks whether this browser is consented.

InstallEventsClass in namespace XELOS\Modules\Search

Class InstallEvents

DocumentElasticsearch::init() — Method in class DocumentElasticsearch
IndexPageClass in namespace XELOS\Modules\Search\Page
SearchController::init() — Method in class SearchController
$ SearchIndexContentRecord#indexContentProperty in class SearchIndexContentRecord
$ SearchIndexContentRecord#isAutoTranslatedProperty in class SearchIndexContentRecord
$ SearchIndexRecord#indexContentProperty in class SearchIndexRecord
$ AbstractBrowserItem#idProperty in class AbstractBrowserItem
AbstractBrowserItem::is_selectable() — Method in class AbstractBrowserItem

Returns whether this file can be selected in the browser or not. This method returns true by default (if not set).

$ AbstractDocumentBrowser#item_limitProperty in class AbstractDocumentBrowser
DocumentBrowserHookInterface::is_consented() — Method in class DocumentBrowserHookInterface

Checks whether this browser is consented.

$ Page#indexProperty in class Page
$ Page#infoProperty in class Page
Page::index() — Method in class Page
Page::info() — Method in class Page
$ PageDocumentation#idProperty in class PageDocumentation
$ PageDocumentation#is_template:Property in class PageDocumentation

stored in MySQL as tinyint

$ PageHistoryDocumentation#idProperty in class PageHistoryDocumentation
$ PageLinkDocumentation#idProperty in class PageLinkDocumentation
InstallEventsClass in namespace XELOS\Modules\SmartWiki

Class InstallEvents

$ Page#idProperty in class Page
$ Page#is_templateProperty in class Page
$ Page#is_content_fixedProperty in class Page
Page::isRecentVersion() — Method in class Page
IndexPageClass in namespace XELOS\Modules\SmartWiki\Page
InfoPageClass in namespace XELOS\Modules\SmartWiki\Page
$ SmartWikiController#includeInstanceTemplatesProperty in class SmartWikiController
SmartWikiController::init() — Method in class SmartWikiController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

Page::init() — Method in class Page

put your comment there.

$ DocumentActionHistoryDocumentation#idProperty in class DocumentActionHistoryDocumentation
$ DocumentWallItemDocumentation#idProperty in class DocumentWallItemDocumentation
$ EntryDocumentation#idProperty in class EntryDocumentation
$ EntryDocumentation#instance_id:Property in class EntryDocumentation

stored in MySQL as varchar

$ EntryDocumentation#ip:Property in class EntryDocumentation

stored in MySQL as varchar

$ HiddenInstanceDocumentation#idProperty in class HiddenInstanceDocumentation
$ HiddenInstanceDocumentation#instance_id:Property in class HiddenInstanceDocumentation

stored in MySQL as varchar

$ BackupQueue#idProperty in class BackupQueue
$ BackupQueue#instance_id:Property in class BackupQueue

stored in MySQL as varchar

$ EventTrigger#idProperty in class EventTrigger
$ EventTrigger#is_active:Property in class EventTrigger

stored in MySQL as tinyint

InstallQueueClass in namespace XELOS\Modules\SystemAdmin\Docs\ClassGenerated\Model

This file provides property and method documentation for the model InstallQueue.

$ InstallQueue#idProperty in class InstallQueue
CrmPortletShowTab::init() — Method in class CrmPortletShowTab

Executes immediately after construction

CrmPortletShowTab::init_portlet() — Method in class CrmPortletShowTab

Called within Tab Renderer

SelectorBrowser::is_consented() — Method in class SelectorBrowser

Checks whether this browser is consented.

IndexEventDocumentIndexEventClass in namespace XELOS\Modules\SystemDMS\Hook\System

Class XELOS\Modules\SystemDMS\Hook\System\xm_system_dms_index_event

WebdavService::init() — Method in class WebdavService

Initialization

WebdavService::is_available() — Method in class WebdavService
WebdavService::id_to_path() — Method in class WebdavService
$ PreviewJob#instanceIdProperty in class PreviewJob
InstallEventsClass in namespace XELOS\Modules\SystemDMS

Class InstallEvents

Category::is_name_in_category() — Method in class Category

Checks if the current category has a name-duplicate in its parent-category.

Category::is_parent_of() — Method in class Category
Category::is_personal() — Method in class Category

Returns whether this category is one of a personal workspace folder.

Category::is_personal_root() — Method in class Category
Category::is_share_root() — Method in class Category
Category::is_from_share() — Method in class Category
Category::increase_folder_size() — Method in class Category

Increases the size of this and all affected folders.

Document::init() — Method in class Document

Initialization

Document::is_name_in_category() — Method in class Document

Checks if the current document has a NAME-duplicate in its Category (Important for webDav-Listing) A Duplicate must have the same File-Extension, too.

Document::is_mime_type() — Method in class Document

Checks if the mime type of this document matches the given mime type.

Document::is_locked() — Method in class Document

Check if referenced document is locked

DocumentTemplate::init() — Method in class DocumentTemplate
CategoryPage::init() — Method in class CategoryPage

Initialization

ImportCategoryPageClass in namespace XELOS\Modules\SystemDMS\Page

Class ImportCategoryPage

ImportCategoryPage::init() — Method in class ImportCategoryPage

Initialization.

$ SystemDMSController#initializedProperty in class SystemDMSController
SystemDMSController::init() — Method in class SystemDMSController

Initializes object

Category::init() — Method in class Category

Initialization

Document::init() — Method in class Document

Initialization

DocumentPanel::init() — Method in class DocumentPanel

Initialization

$ Page#import_categoryProperty in class Page
Page::import_category() — Method in class Page
$ Category#idProperty in class Category
$ Category#is_rootProperty in class Category

: stored in MySQL as tinyint

$ Document#idProperty in class Document
$ DocumentHistory#idProperty in class DocumentHistory
$ DocumentMetaData#idProperty in class DocumentMetaData
$ DocumentMetaField#idProperty in class DocumentMetaField
$ DocumentTemplate#idProperty in class DocumentTemplate
$ FileTemplate#idProperty in class FileTemplate
$ Preview#idProperty in class Preview
$ Report#idProperty in class Report
$ ZipImportJob#idProperty in class ZipImportJob
NotifyAction::init() — Method in class NotifyAction
$ ChannelSettingDocumentation#idProperty in class ChannelSettingDocumentation
$ UserSettingDocumentation#idProperty in class UserSettingDocumentation
NotificationChannel::init() — Method in class NotificationChannel

Initialize

EmailNotificationChannel::isAvailable() — Method in class EmailNotificationChannel
ActivityUpdateFrontendHook::isAvailable() — Method in class ActivityUpdateFrontendHook

Returns true if this hook is available otherwise false.

SettingsConfigUser::isAvailable() — Method in class SettingsConfigUser
UpdateFrontendHook::isAvailable() — Method in class UpdateFrontendHook

Returns true if this hook is available otherwise false.

$ PushSubscriptionDocumentation#idProperty in class PushSubscriptionDocumentation
PushNotificationChannel::isAvailable() — Method in class PushNotificationChannel
$ AggregateDimensionDocumentation#idProperty in class AggregateDimensionDocumentation
$ AggregateDimensionDocumentation#instance_idProperty in class AggregateDimensionDocumentation
$ EventDocumentation#idProperty in class EventDocumentation
$ EventDocumentation#ip:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#inserted_at:Property in class EventDocumentation

stored in MySQL as datetime

Collector::isAvailable() — Method in class Collector

Returns true if this hook is available otherwise false.

WhoisonlineShowPortlet::init() — Method in class WhoisonlineShowPortlet
CollectorData::isValidAggregationLevel() — Method in class CollectorData

Checks if the provided aggregation level is valid.

$ AggregateDimension#instance_stringProperty in class AggregateDimension
SystemStatsController::init() — Method in class SystemStatsController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

AggregationChart::init() — Method in class AggregationChart

put your comment there.

LevelSelector::init() — Method in class LevelSelector

put your comment there.

$ CheckDocumentation#idProperty in class CheckDocumentation
$ CheckDocumentation#instance_id:Property in class CheckDocumentation

stored in MySQL as varchar

$ CheckDocumentation#icon:Property in class CheckDocumentation

stored in MySQL as varchar

$ NodeDocumentation#idProperty in class NodeDocumentation
$ Check#iconProperty in class Check
Check::isAvailable() — Method in class Check

Returns true if this hook is available otherwise false.

$ Result#iconProperty in class Result
$ RecurringTaskDocumentation#idProperty in class RecurringTaskDocumentation
$ TaskDocumentation#idProperty in class TaskDocumentation
CalendarLinkGetEvents::isAvailable() — Method in class CalendarLinkGetEvents
ContactlogShowSidebar::init() — Method in class ContactlogShowSidebar
NewTaskProcessor::init() — Method in class NewTaskProcessor
AddTaskShowPortlet::init() — Method in class AddTaskShowPortlet
AddTaskShowPortlet::isAvailable() — Method in class AddTaskShowPortlet
ShowTasksShowPortlet::init() — Method in class ShowTasksShowPortlet
InstallEventsClass in namespace XELOS\Modules\SystemTasks

Class InstallEvents

$ Task#is_dummyProperty in class Task
$ Task#idProperty in class Task
Task::init() — Method in class Task
$ TaskList#idProperty in class TaskList
$ TaskListColumn#idProperty in class TaskListColumn
DetailsPage::init() — Method in class DetailsPage
KanbanPage::init() — Method in class KanbanPage
SystemTasksController::init() — Method in class SystemTasksController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

ResultPanel::init() — Method in class ResultPanel

put your comment there.

Task::init() — Method in class Task

put your comment there.

TasksList::init() — Method in class TasksList

put your comment there.

$ ConfigUser#icon_classProperty in class ConfigUser

Icon Class

ConfigUser::isAdminContext() — Method in class ConfigUser

Is tab called from administration?

ConfigUser::isAvailable() — Method in class ConfigUser

Should tab be loaded and shown?

$ PushClient#idProperty in class PushClient
MobileNotificationChannel::isAvailable() — Method in class MobileNotificationChannel
$ TagDocumentation#idProperty in class TagDocumentation
CloudShowPortlet::init() — Method in class CloudShowPortlet
InstallEventsClass in namespace XELOS\Modules\Tagging
TaggingController::init() — Method in class TaggingController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

$ TranslationDocumentDocumentation#idProperty in class TranslationDocumentDocumentation
$ TranslationDocumentation#idProperty in class TranslationDocumentation
$ TranslationFeedbackDocumentation#idProperty in class TranslationFeedbackDocumentation
$ TranslationJobDocumentation#idProperty in class TranslationJobDocumentation
TranslateProcessor::init() — Method in class TranslateProcessor
TranslateDocumentSearchPreprocessor::isAvailable() — Method in class TranslateDocumentSearchPreprocessor

Determines if the translate search result config option is enabled

IndexEventDocumentIndexEventClass in namespace XELOS\Modules\Translation\Hook\System

Is triggered when a document_index is created or modified. Check if the translation API has to be called.

TranslationInProgressFrontendHook::isAvailable() — Method in class TranslationInProgressFrontendHook

Returns true if this hook is available otherwise false.

InstallEventsClass in namespace XELOS\Modules\Translation
$ BaseTranslationApi#ignoreTagsProperty in class BaseTranslationApi
$ TranslationControllerTest#i18nMockProperty in class TranslationControllerTest
TranslationController::init() — Method in class TranslationController

Declare this method in a XELOS module if you require standard code to be executed after __construct with all members and references available

TranslationController::isInlineTranslationDisabled() — Method in class TranslationController
TranslationController::isBackgroundTranslationDisabled() — Method in class TranslationController

Returns the state of the disable_background_translations option

TranslationController::isTranslationDisabled() — Method in class TranslationController

Check if the translation for the given language is disabled

TranslationController::isValidTranslationModelName() — Method in class TranslationController

Is the $name a valid translation model name?

TranslationController::isValidLocale() — Method in class TranslationController

Checks, if the given $locale is in available_languages

$ Trendvote#idProperty in class Trendvote
$ Trendvote#icon:Property in class Trendvote

stored in MySQL as varchar

$ FileDocumentation#idProperty in class FileDocumentation
$ ScanDocumentation#idProperty in class ScanDocumentation
VirusCheck::init() — Method in class VirusCheck
OAuthServerAction::init() — Method in class OAuthServerAction
OAuthServerAction::is_authorization_code_valid() — Method in class OAuthServerAction

Returns true if the passed authorization code is still valid

Service::init() — Method in class Service

Initialization after construction with access to $this->mod

Service::isAvailable() — Method in class Service

Returns true if this hook is available otherwise false.

$ OAuthClientHook#icon_classProperty in class OAuthClientHook

Client Icon for the OAuth Client Hook

OAuthClientHook::init() — Method in class OAuthClientHook

Webservice Mod will be initialized

OAuthClientHook::init_service() — Method in class OAuthClientHook

Called from init, use to setup your configuration settings within the hook (optional)

OAuthClientHook::isHiddenForUsers() — Method in class OAuthClientHook

Returns if this API should be connectable by users in their settings Default will evaluate max_user_connections Override this method to implement your own logic (e.g. policy based)

OAuthClientHook::isHiddenGlobal() — Method in class OAuthClientHook

Returns if this API should be connectable by by administrators in global mode Default will evaluate max_global_connections Override this method to implement your own logic (e.g. policy based)

OAuthClientHook::isAllowedMultipleGlobal() — Method in class OAuthClientHook
OAuthClientHook::isAllowedMultipleForUsers() — Method in class OAuthClientHook
OAuthClientHook::isSingleGlobal() — Method in class OAuthClientHook
OAuthClientHook::isSingleForUsers() — Method in class OAuthClientHook
OAuthClientHook::isAllowedExplicitConnection() — Method in class OAuthClientHook

Returns whether the client allows an explicit connection triggered by the user e.g. via button.

OAuthClientHook::isModelValid() — Method in class OAuthClientHook
OAuthClientHook::isBasicAuthorization() — Method in class OAuthClientHook
InstallEventsClass in namespace XELOS\Modules\Webservice

Class InstallEvent

ServiceInterface::init() — Method in class ServiceInterface

Initialization after construction with access to $this->mod

$ OAuthClient#isPersonalProperty in class OAuthClient

false = Admin has created account

OAuthClient::isConnected() — Method in class OAuthClient

Prove connection within xelos intranet to avoid to much request to an oauth server

OAuthClient::isPersonal() — Method in class OAuthClient
OAuthClient::isSendBasicAuthorization() — Method in class OAuthClient
$ OpenIDConfiguration#issuerUriProperty in class OpenIDConfiguration
OAuthAccountsPage::init() — Method in class OAuthAccountsPage
OAuthAccountsPage::isShowUserAccounts() — Method in class OAuthAccountsPage
WebserviceController::init_server() — Method in class WebserviceController
$ CategoryDocumentation#idProperty in class CategoryDocumentation
$ WidgetDocumentation#idProperty in class WidgetDocumentation
$ WidgetDocumentation#icon:Property in class WidgetDocumentation

stored in MySQL as varchar

ImportExceptionClass in namespace XELOS\Modules\Workflows\Exceptions

Class ImportException

$ ActionIntegrationTestBase#instanceProperty in class ActionIntegrationTestBase
$ WorkflowItemProcessTest#instanceProperty in class WorkflowItemProcessTest
IndexDaemonPerformanceClass in namespace XELOS\Tests\Codeception\Performance\Model

Class ModelSavePerformanceTest

$ AnswerDocumentation#idProperty in class AnswerDocumentation
$ ParticipantDocumentation#idProperty in class ParticipantDocumentation
$ SurveyDocumentation#idProperty in class SurveyDocumentation
CmsSimplePortletShowPortlet::init() — Method in class CmsSimplePortletShowPortlet

J

BackgroundJob::jsonSerialize() — Method in class BackgroundJob
JobEventTypeClass in namespace XELOS\Framework\Module\Infrastructure\Job
$ UIAjaxComponent#js_classProperty in class UIAjaxComponent
$ UIAjaxComponent#js_optionsProperty in class UIAjaxComponent
QueueMessage::jsonSerialize() — Method in class QueueMessage

Specify data which should be serialized to JSON

JsonParserClass in namespace XELOS\Framework\XF\Lib\i18n\Parser
$ UI#js_blocksProperty in class UI
$ UI#js_filesProperty in class UI
JavaScriptClass in namespace XELOS\Framework\XF\UI
JsClass in namespace XELOS\Framework\XF\UI
$ ViewModeSwitcher#js_classProperty in class ViewModeSwitcher
$ PageLive#js_files:Property in class PageLive

stored in MySQL as text

$ Editor#js_classProperty in class Editor
$ Model#jobProperty in class Model
Model::job() — Method in class Model
JobDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Job.

JobClass in namespace XELOS\Modules\Eventplanner\Model
$ VoteBox#js_optionsProperty in class VoteBox
JobQueueControllerDocumentationClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Model#jobProperty in class Model
$ Model#job_historyProperty in class Model
$ Model#job_statusProperty in class Model
Model::job() — Method in class Model
Model::job_history() — Method in class Model
Model::job_status() — Method in class Model
$ Ui#job_ui_statusProperty in class Ui
JobDocumentationClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Job.

$ JobDocumentation#job_class:Property in class JobDocumentation

stored in MySQL as varchar

$ JobDocumentation#job_data:Property in class JobDocumentation

stored in MySQL as mediumblob

$ JobDocumentation#job_uniqueness_hash:Property in class JobDocumentation

stored in MySQL as varchar

JobHistoryDocumentationClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\Model

This file provides property and method documentation for the model JobHistory.

$ JobHistoryDocumentation#job_class:Property in class JobHistoryDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#job_data:Property in class JobHistoryDocumentation

stored in MySQL as mediumblob

$ JobHistoryDocumentation#job_uniqueness_hash:Property in class JobHistoryDocumentation

stored in MySQL as varchar

$ BatchJob#jobsProperty in class BatchJob
$ BatchJob#jobTokensProperty in class BatchJob
JobLoaderClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job
JobSchedulerClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job
JobQueueControllerClass in namespace XELOS\Modules\JobQueue

Class JobQueueController

JobClass in namespace XELOS\Modules\JobQueue\Model
JobHistoryClass in namespace XELOS\Modules\JobQueue\Model

Class JobHistory

JobStatusClass in namespace XELOS\Modules\JobQueue\Model
JobUIStatusClass in namespace XELOS\Modules\JobQueue\UI
$ DocumentPage#js_classProperty in class DocumentPage
$ FilterPanel#js_classProperty in class FilterPanel
$ FolderTreePanel#js_classProperty in class FolderTreePanel
$ FolderTreePanel#js_optionsProperty in class FolderTreePanel
$ PreviewLoader#js_classProperty in class PreviewLoader
$ ReportSpecificationHelper#js_classProperty in class ReportSpecificationHelper
$ ZipImportStatusBar#js_optionsProperty in class ZipImportStatusBar
$ OpenIDConfiguration#jwksUriProperty in class OpenIDConfiguration
JsonPageClass in namespace XELOS\Modules\Webservice\Page

K

Shell::kill_process_id() — Method in class Shell
$ FroalaInsertGroup#keyProperty in class FroalaInsertGroup
FroalaOption::keepFormatOnDelete() — Method in class FroalaOption

Keep format of the selected text when it is deleted.

$ HistoryPage#keyword_id:Property in class HistoryPage

stored in MySQL as varchar

$ Page#keyword_id:Property in class Page

stored in MySQL as varchar

$ PageLive#keyword_id:Property in class PageLive

stored in MySQL as varchar

$ Page#kanbanProperty in class Page
Page::kanban() — Method in class Page
KanbanPageClass in namespace XELOS\Modules\GroupsTasks\Page
$ XfsDocument#keep_image_ratioProperty in class XfsDocument
$ Page#kanbanProperty in class Page
Page::kanban() — Method in class Page
KanbanPageClass in namespace XELOS\Modules\SystemTasks\Page
$ Deepl#keyProperty in class Deepl
$ Google#keyProperty in class Google
$ Transperfect#keyProperty in class Transperfect

L

Autoloader::load_class() — Method in class Autoloader

Require Class File

Autoloader::load_class_file() — Method in class Autoloader

Loads the passed class file

Autoloader::lookup_classname_from_classmap() — Method in class Autoloader

Returns all Classmap Details for the given class name

Bootloader::loadConfiguration() — Method in class Bootloader

Define a configuration file which should be loaded instead

LdapAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
NtlmAuthentication::logout() — Method in class NtlmAuthentication
RemembermeAuthentication::logout() — Method in class RemembermeAuthentication
SamlAuthentication::logout() — Method in class SamlAuthentication
$ UserDetails#loginProperty in class UserDetails
$ UserDetails#lastnameProperty in class UserDetails
$ Console#loggerProperty in class Console
Console::listCommands() — Method in class Console

Prints a list of all available commands with arguments and exit.

ConsoleLogger::log() — Method in class ConsoleLogger
Core::lpquery() — Method in class Core
LinkContextHelperClass in namespace XELOS\Framework\Core\Helper

Class LinkContextHelper

LocalvarsInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface LocalvarsInterface

$ Template#last_xtag_if_valueProperty in class Template
$ Template#last_parse_templateProperty in class Template
Template::load_theme_set_config() — Method in class Template

Set the theme configuration (theme set config)

LegacyTraitClass in namespace XELOS\Framework\Core\Traits

Trait LegacyTrait

$ ObjectManager#lib_class_dirProperty in class ObjectManager

This property contains the path to the folder served as root for all requested classes. This folder can contains other folder or classes. All requested and registered classes will be searched in this folder by concating this path with the relative path defined in the registration of the requested class. If the class is not included it will be done on the fly.

$ ObjectManager#lib_class_prefixProperty in class ObjectManager

An optional possibility to pretend a prefix for all registered classes.

$ VarsTemplate#language:Property in class VarsTemplate

stored in MySQL as char

$ VarsTemplate#loaded_fromProperty in class VarsTemplate

string db|file or false if could not be loaded

LegacyControllerClass in namespace XELOS\Framework\Module\Controller

Class LegacyController

AuthenticationHook::login() — Method in class AuthenticationHook
$ Model#loadedProperty in class Model
Model::load() — Method in class Model
Model::load_from_db() — Method in class Model
$ ModelCollection#loadedProperty in class ModelCollection

Boolean which indicates whether collection is loaded or not (not equal empty!)

ModelCollection::last() — Method in class ModelCollection

Return the last element of the collection

$ SystemCron#last_executionProperty in class SystemCron

When was this cron last executed/finished

$ SystemCron#last_startProperty in class SystemCron

When was this cron last started

SystemCron::load_module_instances() — Method in class SystemCron
$ SystemDaemon#lastRequestCacheClearingTimeProperty in class SystemDaemon
SystemDaemon::load_module_instances() — Method in class SystemDaemon
$ Document#layoutProperty in class Document
$ UIAjaxComponent#linkProperty in class UIAjaxComponent
$ UIComponent#link_idProperty in class UIComponent
$ UIComponent#local_template_markerProperty in class UIComponent
$ XF#libProperty in class XF
Config::leave_install_mode() — Method in class Config

Leaves the install mode by setting install mode property to false.

Config::load_global_settings() — Method in class Config
Config::load_user_settings() — Method in class Config
Config::load_group_settings() — Method in class Config
Config::load_instance_settings() — Method in class Config
Config::load_config_set() — Method in class Config
Config::load_domain_settings() — Method in class Config
$ DB#linkProperty in class DB
$ MySQLAdapter#last_resultProperty in class MySQLAdapter
$ MySQLAdapter#linkProperty in class MySQLAdapter
MySQLAdapter::lquery() — Method in class MySQLAdapter

Execute Query Wrapper for Languages

MySQLAdapter::lpquery() — Method in class MySQLAdapter

Execute PQuery Wrapper for Languages

Query::limit() — Method in class Query

Set Limit on Query

LibClass in namespace XELOS\Framework\XF

Class Lib

$ Lib#linkProperty in class Lib
$ Connect#last_errorProperty in class Connect
Date::local_to_utc() — Method in class Date

Converts a LOCAL timestamp to a UTC timestamp

Debug::log() — Method in class Debug
$ Error#linkProperty in class Error
$ Error#log_typeProperty in class Error
$ Error#log_emailProperty in class Error
$ Error#log_levelProperty in class Error
Error::logException() — Method in class Error

Log Exception

Error::log() — Method in class Error
File::ll() — Method in class File
File::ll_r() — Method in class File

Returns an array with all files in the given directory (Recursive)

Format::limit_string() — Method in class Format

Checks if the last character is or isnt a space. (does it the normal way if it is) It explodes the string into an array of seperate words, the effect is... it chops off anything after and including the last space.

Format::link_parse() — Method in class Format

Parst einen Text

$ I18n#languageProperty in class I18n
$ I18n#localeProperty in class I18n
$ I18n#locale_setProperty in class I18n

Last locale that has been set

$ I18n#last_template_loaded_fromProperty in class I18n

after load_template is called, you can get the location, the template is loaded from via this property

$ I18n#last_template_is_customProperty in class I18n

after load_template is called, you can get if the template is a custum template or not

I18n::list_timezones() — Method in class I18n

Generates an array of all timezones, using their identifier as the key and including their offset in the label

I18n::load_template() — Method in class I18n
Seeding::loadSeed() — Method in class Seeding

Starts the seeding of the passed instance with the passed seed (if existing)

LinkClass in namespace XELOS\Framework\XF\Lib

Link Helper

$ HandlerFactory#levelProperty in class HandlerFactory
LoggerClass in namespace XELOS\Framework\XF\Lib\Logger

Class Logger

$ Logger#loggerProperty in class Logger
$ Logger#lastLogEntryProperty in class Logger
Logger::log() — Method in class Logger
Modsetup::log() — Method in class Modsetup
Session::logout_user() — Method in class Session

Logout specific users(Destroys a specific Session)

SessionManagementInterface::logout_all_users() — Method in class SessionManagementInterface

Logsout all current user sessions (Destroys ALL sessions)

SessionManagementInterface::logout_user() — Method in class SessionManagementInterface

Logout specific users(Destroys a specific Session)

$ RedisSessionHandler#life_timeProperty in class RedisSessionHandler

Life Time for this Session (Currently a Session specific Timeout is NOT SUPPORTED by REDIS)

RedisSessionHandler::logout_all_users() — Method in class RedisSessionHandler
RedisSessionHandler::logout_user() — Method in class RedisSessionHandler
$ SqlSessionHandler#life_timeProperty in class SqlSessionHandler
SqlSessionHandler::logout_all_users() — Method in class SqlSessionHandler
SqlSessionHandler::logout_user() — Method in class SqlSessionHandler
Text::limit_string() — Method in class Text

Checks if the last character is or isnt a space. (does it the normal way if it is) It explodes the string into an array of seperate words, the effect is... it chops off anything after and including the last space.

Yaml::load() — Method in class Yaml

Load YAML into a PHP array statically

Yaml::loadCachedYamlFile() — Method in class Yaml

Load YAML file and use cached version if possible

Yaml::loadYamlFile() — Method in class Yaml
$ Model#lib_countryProperty in class Model
$ DocumentIndexReference#levelProperty in class DocumentIndexReference

'read', 'owner', 'share'; default 'read'

$ I18nToken#languageProperty in class I18nToken

Language

LibCountryClass in namespace XELOS\Framework\XF\System\Model
$ Notification#linkProperty in class Notification
$ Pages#levelProperty in class Pages
$ Policy#levelProperty in class Policy
$ User#last_login_error_countProperty in class User
User::load_meta() — Method in class User
User::load_unverified() — Method in class User
User::load_user_groups() — Method in class User
$ UserLink#labelProperty in class UserLink
$ Breadcrumb#last_level_clickableProperty in class Breadcrumb
$ DocLink#link_labelProperty in class DocLink
$ FormRowRenderer#labelProperty in class FormRowRenderer
$ FormRowRenderer#layoutProperty in class FormRowRenderer
$ FormRowRendererMultirowTable#labelsProperty in class FormRowRendererMultirowTable
$ FroalaInsertGroup#labelProperty in class FroalaInsertGroup
FroalaOption::language() — Method in class FroalaOption

Select the language to be used in the rich text editor's interface. The corresponding language file is required: /langs/es.js.

FroalaOption::lineBreakerHorizontalOffset() — Method in class FroalaOption

The distance in pixels from the left or right of an element at which to show the line-breaker.

FroalaOption::lineBreakerOffset() — Method in class FroalaOption

The distance in pixels from the top or bottom of an element at which to show the line-breaker.

FroalaOption::lineBreakerTags() — Method in class FroalaOption

The list of HTML tags between which the line-breaker should appear.

FroalaOption::linkAlwaysBlank() — Method in class FroalaOption

When enabled, all links open in a new tab and no option to set this action would be presented in the UI.

FroalaOption::linkAlwaysNoFollow() — Method in class FroalaOption

Specifies if the rel="nofollow" attribute should be added on all links.

FroalaOption::linkAttributes() — Method in class FroalaOption

An object with additional attributes that could be customized for a link.

FroalaOption::linkAutoPrefix() — Method in class FroalaOption

Sets the default URL prefix.

FroalaOption::linkConvertEmailAddress() — Method in class FroalaOption

Email addresses inserted as link are converted to mailto: links.

FroalaOption::linkEditButtons() — Method in class FroalaOption

The list of buttons that appear in the edit link popup, when clicking on an existing link from the editor.

FroalaOption::linkInsertButtons() — Method in class FroalaOption

The list of buttons that appear in the insert link popup, when inserting a new link into the WYSIWYG editor.

FroalaOption::linkList() — Method in class FroalaOption

Set a predefined list of links to select from when inserting or editing a link.

FroalaOption::linkMultipleStyles() — Method in class FroalaOption

Allows multiple link styles to be selected at a time.

FroalaOption::linkNoOpener() — Method in class FroalaOption

Disables adding the noopener attribute when link is set to open in a new tab.

FroalaOption::linkNoReferrer() — Method in class FroalaOption

Disables adding the noreferrer attribute when link is set to open in a new tab.

FroalaOption::linkStyles() — Method in class FroalaOption

Set custom styles for the selected link. The classes should be defined in CSS, otherwise no changes will be visible on the link's appearance.

FroalaOption::linkText() — Method in class FroalaOption

This option allows to edit the link text inside the edit link popup.

FroalaOption::lineHeights() — Method in class FroalaOption

Set the line height for the current selected paragraph.

FroalaOption::listAdvancedTypes() — Method in class FroalaOption

Enables list advanced types for the bullets.

$ Instance#link_modeProperty in class Instance
LinkClass in namespace XELOS\Framework\XF\UI

Basic Link Helper

$ Link#link_idProperty in class Link
$ ProgressBar#labelProperty in class ProgressBar
$ Table#limitProperty in class Table
$ Table#large_exportProperty in class Table
$ Table#link_idProperty in class Table
$ TableEditor#linksProperty in class TableEditor
$ TimeLineRow#labelProperty in class TimeLineRow
$ Tree#link_fieldProperty in class Tree
Tree::load_tree_array() — Method in class Tree
UserLink::load_user_data() — Method in class UserLink
User::login() — Method in class User

Try to login the user/pass

User::logout() — Method in class User

Logout out the current user

User::load_settings() — Method in class User

Load user settings from database (user needs to be logged in)

User::load_user_groups() — Method in class User

Load User Security Groups from Session or DB, depending on availability or dirty session

User::load_user_policy() — Method in class User

lazy load policy for user

View::load_theme_template() — Method in class View

Load currently active template or set

LdapActionClass in namespace XELOS\Modules\AdSync\Action
Action::Ldap() — Method in class Action
ListPageClass in namespace XELOS\Modules\AdSync\Page
ApiCloudstorageController::load_storage_providers() — Method in class ApiCloudstorageController

Loads all storage providers by hooks.

AzureAuthentication::login() — Method in class AzureAuthentication
AzureAuthentication::logout() — Method in class AzureAuthentication
$ Event#location:Property in class Event

stored in MySQL as varchar

$ Event#link:Property in class Event

stored in MySQL as varchar

$ SyncData#last_event_change:Property in class SyncData

stored in MySQL as timestamp

$ SyncData#last_sync_change:Property in class SyncData

stored in MySQL as timestamp

$ SyncSetting#last_sync:Property in class SyncSetting

stored in MySQL as timestamp

$ SyncSetting#last_error:Property in class SyncSetting

stored in MySQL as text

$ CalendarInterface#loadedProperty in class CalendarInterface

Required to be true for access checks

$ History#languageProperty in class History
$ HistoryPage#layout_class:Property in class HistoryPage

stored in MySQL as varchar

$ HistoryPage#languageProperty in class HistoryPage
$ Page#layout_class:Property in class Page

stored in MySQL as varchar

$ Page#languageProperty in class Page
$ PageLive#layout_class:Property in class PageLive

stored in MySQL as varchar

$ PageLive#languageProperty in class PageLive
$ Model#link_infoProperty in class Model
Model::link_info() — Method in class Model
$ Comment#link_info_idProperty in class Comment
LinkInfoClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\Model

This file provides property and method documentation for the model link_info.

LinkInfoClass in namespace XELOS\Modules\Comments\Model

Class LinkInfo

$ EventDocumentation#location:Property in class EventDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#lastname:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ ParticipantDocumentation#lastname:Property in class ParticipantDocumentation

stored in MySQL as varchar

$ EventplannerController#lookbookProperty in class EventplannerController
$ Event#layoutProperty in class Event
$ CategoryDocumentation#left_idProperty in class CategoryDocumentation
$ ThreadDocumentation#last_reply_post_idProperty in class ThreadDocumentation
$ ThreadDocumentation#last_reply_created_byProperty in class ThreadDocumentation
$ ThreadDocumentation#last_reply_time:Property in class ThreadDocumentation

stored in MySQL as timestamp

$ ThreadDocumentation#last_reply_title:Property in class ThreadDocumentation

stored in MySQL as varchar

CreatorRole::login() — Method in class CreatorRole
ModeratorRole::login() — Method in class ModeratorRole
ParticipantRole::login() — Method in class ParticipantRole
$ TaskDocumentation#list_idProperty in class TaskDocumentation
$ Category#left_idProperty in class Category
$ Group#lang:Property in class Group

stored in MySQL as varchar

$ Group#listed:Property in class Group

stored in MySQL as tinyint

$ Group#logo_img:Property in class Group

stored in MySQL as varchar

$ Group#last_maintenance:Property in class Group

stored in MySQL as timestamp

$ Group#last_activity_at:Property in class Group

stored in MySQL as timestamp

$ Member#last_visit:Property in class Member

stored in MySQL as timestamp

$ Newsletter#lists:Property in class Newsletter

stored in MySQL as text

JobLoader::loadBackgroundJob() — Method in class JobLoader
LegalControllerDocumentationClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

LegalControllerClass in namespace XELOS\Modules\Legal
ListPropertiesClass in namespace XELOS\Modules\Lists\CF
ListsControllerDocumentationClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Model#ListItemProperty in class Model
$ Model#ListPropertiesProperty in class Model
$ Model#ListStatusProperty in class Model
Model::list_item() — Method in class Model
Model::list_properties() — Method in class Model
Model::list_status() — Method in class Model
$ Page#list_editorProperty in class Page
Page::list_editor() — Method in class Page
$ Ui#list_previewProperty in class Ui
ListDocumentationClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\Model

This file provides property and method documentation for the model list.

ListItemDocumentationClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\Model

This file provides property and method documentation for the model ListItem.

$ ListItemDocumentation#list_idProperty in class ListItemDocumentation
ListStatusDocumentationClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\Model

This file provides property and method documentation for the model ListStatus.

$ ListStatusDocumentation#list_idProperty in class ListStatusDocumentation
ListStatusClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ListsGanttShowPortletClass in namespace XELOS\Modules\Lists\Hook\Portal
ListsPortletShowPortletClass in namespace XELOS\Modules\Lists\Hook\Portal
ListsSingleShowPortletClass in namespace XELOS\Modules\Lists\Hook\Portal
ApiService::list_lists() — Method in class ApiService

Retrieve list of lists

ApiService::list_items() — Method in class ApiService

Get Accessible Items from a specific list

ListItemPayloadClass in namespace XELOS\Modules\Lists\Hook\Workflows
ListsControllerClass in namespace XELOS\Modules\Lists
ListItemClass in namespace XELOS\Modules\Lists\Model

Class XELOS\Modules\Lists\Model\ListProperties

$ ListItem#list_idProperty in class ListItem
ListPropertiesClass in namespace XELOS\Modules\Lists\Model

Class XELOS\Modules\Lists\Model\ListProperties

$ ListProperties#list_typeProperty in class ListProperties

standard, workflow, template

ListProperties::localReIndex() — Method in class ListProperties

Reindex local items to save items

ListStatusClass in namespace XELOS\Modules\Lists\Model

Class XELOS\Modules\Lists\Model\ListProperties

$ ListStatus#list_idProperty in class ListStatus
ListEditorPageClass in namespace XELOS\Modules\Lists\Page

Class ListEditorPage

ListsControllerCestClass in namespace XELOS\Modules\Lists\Tests\Codeception\Acceptance
ListsControllerTestClass in namespace XELOS\Modules\Lists\Tests\Codeception\Unit
ListPortletClass in namespace XELOS\Modules\Lists\UI
ListPreviewClass in namespace XELOS\Modules\Lists\UI

Class ThreadPreview

LookbookControllerTestClass in namespace XELOS\Modules\Lookbook\Tests\Codeception\Unit

Class LookbookControllerTest

LookbookProfileTestClass in namespace XELOS\Modules\Lookbook\Tests\Codeception\Unit

Class LookbookProfileTest

$ SearchagentDocumentation#last_notify:Property in class SearchagentDocumentation

stored in MySQL as datetime

FacetedFilter::loadFacetedFilters() — Method in class FacetedFilter
$ SearchIndexContentRecord#localeProperty in class SearchIndexContentRecord
$ SearchIndexRecord#localeProperty in class SearchIndexRecord
$ DocumentWallItemDocumentation#last_activity_at:Property in class DocumentWallItemDocumentation

stored in MySQL as timestamp

$ EntryDocumentation#link_params:Property in class EntryDocumentation

stored in MySQL as varchar

$ InstallQueue#log:Property in class InstallQueue

stored in MySQL as text

LicenseProblemClass in namespace XELOS\Modules\SystemAdmin\Docs\ClassGenerated\Model

This file provides property and method documentation for the model LicenseProblem.

DocumentIndexDaemonLegacy::logThreadStatus() — Method in class DocumentIndexDaemonLegacy
$ WebdavService#last_documentProperty in class WebdavService
Document::load() — Method in class Document

Loads the document.

Document::load_meta_data() — Method in class Document

Returns the meta data for this document Wrapped in a public method to allow forwarding that request to link targets in the future

Document::lock() — Method in class Document

Lock the referenced document

Document::loadReferenceDocument() — Method in class Document

Loads the reference document and saves internally as property.

$ Document#languageProperty in class Document

: stored in MySQL as varchar

$ DocumentHistory#languageProperty in class DocumentHistory

: stored in MySQL as varchar

$ DocumentMetaField#label_i18nProperty in class DocumentMetaField

: stored in MySQL as varchar

$ Report#label_i18nProperty in class Report

: stored in MySQL as varchar

$ Ui#level_selectorProperty in class Ui
$ AggregateNumericDocumentation#level:Property in class AggregateNumericDocumentation

enum day|week|month

LevelSelectorClass in namespace XELOS\Modules\SystemStats\UI

Displays a drop down with the selectable aggregations levels from CollectorData.

$ NodeDocumentation#last_deployment_at:Property in class NodeDocumentation

stored in MySQL as timestamp

LicenseCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
$ TaskDocumentation#list_idProperty in class TaskDocumentation
$ TaskDocumentation#list_column_idProperty in class TaskDocumentation
$ Task#list_idProperty in class Task
$ Task#list_column_idProperty in class Task
$ Task#listProperty in class Task

Task

$ TaskListColumn#list_idProperty in class TaskListColumn
$ Page#loginProperty in class Page
Page::login() — Method in class Page
Webservice::login() — Method in class Webservice
$ WidgetDocumentation#link:Property in class WidgetDocumentation

stored in MySQL as text

M

$ Autoloader#modules_cacheProperty in class Autoloader

Module Cache

MobileAccessAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ UserDetails#metaProperty in class UserDetails
MaintenanceClass in namespace XELOS\Framework\Core\Console\Command

Class Maintenance

$ Input#moduleProperty in class Input
Output::message() — Method in class Output
$ Core#modelProperty in class Core

Access to models defined in the class sub-folder model

ModuleExceptionClass in namespace XELOS\Framework\Core\Exception

Class ModuleException

MagicDocumentHelperClass in namespace XELOS\Framework\Core\Helper

Class MagicDocumentHelper

MagicMethodHelperClass in namespace XELOS\Framework\Core\Helper

Class MagicMethodHelper

ModuleInterfaceClass in namespace XELOS\Framework\Core\Interfaces

Interface ModuleInterface

$ Template#marker_setsProperty in class Template
$ Template#modProperty in class Template
$ Template#markersProperty in class Template
Template::marker_is_cached() — Method in class Template
$ VarsTemplate#modProperty in class VarsTemplate

if called via Controller::get_vars() current instance is referenced

$ VarsTemplate#marker_setsProperty in class VarsTemplate
$ VarsTemplate#module_name:Property in class VarsTemplate

stored in MySQL as varchar

$ Controller#modelProperty in class Controller
$ Controller#modProperty in class Controller
$ Controller#meta_infoProperty in class Controller
ModulePageCollectorClass in namespace XELOS\Framework\Module\Controller
$ BaseHook#modProperty in class BaseHook

Instance providing the hook

$ DocumentItem#modProperty in class DocumentItem
$ DocumentItem#model_nameProperty in class DocumentItem
$ EventListener#modProperty in class EventListener
ModulePortletClass in namespace XELOS\Framework\Module\Hook
$ ModulePortlet#modProperty in class ModulePortlet
$ ModulePortlet#multi_group_contextProperty in class ModulePortlet
$ ModulePortlet#meta_infoProperty in class ModulePortlet

Used in CMS to show icon

$ BackgroundJob#maxRetriesProperty in class BackgroundJob
$ InstallEvents#modProperty in class InstallEvents
$ Collection#modProperty in class Collection
$ DocumentModel#modProperty in class DocumentModel
ModelClass in namespace XELOS\Framework\Module\Model

Database Model

$ Model#modProperty in class Model
$ Model#model_nameProperty in class Model

var string Name of this model e.g. category or document

$ Model#markersProperty in class Model
$ Model#model_versionProperty in class Model

Hint your model version, this parameter might affect certain outcomes and behaviours This version string is added for backwards compatibility

$ Model#model_default_render_xuiProperty in class Model

Defines a XUI helper which can be used to display this model in the render() function e.g. use 'thread' to use this xui helper "XELOS\Modules\Forum\UI\Thread" of the models parent module

ModelCollectionClass in namespace XELOS\Framework\Module\Model
$ ModelCollection#modelProperty in class ModelCollection

reference to model-type

$ ModelCollection#modelsProperty in class ModelCollection

Array of models in this collection

ModelCollection::merge() — Method in class ModelCollection

DESTRUCTIVE This will manipulate the models-list and doesn't return anything!

ModelWithThumbnailClass in namespace XELOS\Framework\Module\Model

Interface ModelWithThumbnail

$ AuditableTrait#modProperty in class AuditableTrait
$ SoftDeleteTrait#modProperty in class SoftDeleteTrait
$ Page#modProperty in class Page
$ SystemCron#messagesProperty in class SystemCron
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
SystemCron::message() — Method in class SystemCron

Cron Status Information Messages Will be writte to LOG our used as output when executed via web administration

$ SystemDaemon#module_nameProperty in class SystemDaemon
$ SystemDaemon#mod_registryProperty in class SystemDaemon
$ SystemDaemon#messagesProperty in class SystemDaemon
SystemDaemon::message() — Method in class SystemDaemon

Daemon message

$ SystemDaemonThreaded#maxThreadCountProperty in class SystemDaemonThreaded
$ Document#modelProperty in class Document
$ UIComponent#modProperty in class UIComponent
$ UIComponent#marker_contentProperty in class UIComponent
$ UIComponent#mod_object_managerProperty in class UIComponent
$ XF#modeProperty in class XF
$ XF#mode_tunneledProperty in class XF
$ XF#model_cacheProperty in class XF
MySQLAdapterClass in namespace XELOS\Framework\XF\DB

Class MySQLAdapter

MySQLAdapter::multiQuery() — Method in class MySQLAdapter

Executes multiple queries in one request -> Preferred way e.g. to mass insert data into database as this is much faster than many single queries If an error occures the execution stops and all remaining queries won't be executed.

IM::module_exists() — Method in class IM
$ Lib#mailProperty in class Lib
$ Lib#modsetupProperty in class Lib
MemcacheCacheHandlerClass in namespace XELOS\Framework\XF\Lib\Cache

Cache Handler to use MEMCACHE as caching backend

File::mkdir() — Method in class File
File::mkdir_r() — Method in class File
File::mv() — Method in class File
$ Format#markdown_staticProperty in class Format
Format::multi_format_array() — Method in class Format
Format::multi_format() — Method in class Format

Universal formatting function uses option array for further parameters Can be used for providing flexible formatting options within other components

Format::multi_format_queue() — Method in class Format
Format::money_to_str() — Method in class Format

Converts a currency value to word representation (1.02 => one dollar two cents) If the number has not any fraction part, the "cents" number is omitted.

I18n::make_i18n_lookup_array() — Method in class I18n

Creates an i18n lookup array containing mappings from tokens to translations

MailClass in namespace XELOS\Framework\XF\Lib
Mail::mass_send() — Method in class Mail

Same as send(), but sends the email to each recipient individually instead of all receivers in one mail

MarkdownExtraParserClass in namespace XELOS\Framework\XF\Lib

Class MarkdownExtraParser

MentionClass in namespace XELOS\Framework\XF\Lib

Class Mention

ModsetupClass in namespace XELOS\Framework\XF\Lib

Module Setup Class Helper for module installation

$ Modsetup#moduleProperty in class Modsetup
$ Modsetup#messagesProperty in class Modsetup
Notification::messenger() — Method in class Notification

Send Messenger-Message

Notification::mark_seen() — Method in class Notification

mark seen notifications by user_id and typ

Notification::mark_read() — Method in class Notification

mark seen notifications by user_id and typ

Notification::mark() — Method in class Notification

mark any status by Notification

$ UserImport#modeProperty in class UserImport
Token::mergeToken() — Method in class Token

Merges the passed Token object into this token. This will add additional translations as well as occurences from merged token into this

TokenCollection::merge() — Method in class TokenCollection

Merges the passed TokenCollection into this collection. If the token already exists the tokens will be merged.

TokenCollection::mergeMany() — Method in class TokenCollection

Merges an array with multiple TokenCollections into this collection

$ System#modelProperty in class System
ModelClass in namespace XELOS\Framework\XF\System\Docs\MagicHelper

This file provides autocompletion for XELOS fake system module.

$ Model#module_group_securityProperty in class Model
$ Model#module_registryProperty in class Model
$ AuditTrail#model_tableProperty in class AuditTrail
$ AuditTrail#model_primary_idProperty in class AuditTrail
$ DocumentIndex#max_cached_document_indexesProperty in class DocumentIndex
DocumentIndex::mark_document_recent() — Method in class DocumentIndex
DocumentIndexJobQueue::markJobsForProcessStep() — Method in class DocumentIndexJobQueue

Updates the job by mark it for the given process step.

DocumentIndexJobQueue::markClusterJobsForProcessStepHooks() — Method in class DocumentIndexJobQueue

Sets the process step of given jobs to hooks from cluster_eval, when there are no more pending policy clusters.

$ DocumentRegistry#module_nameProperty in class DocumentRegistry
$ DocumentRegistry#model_nameProperty in class DocumentRegistry
I18nLanguage::ModelCollection() — Method in class I18nLanguage
$ LibCountry#model_nameProperty in class LibCountry
ModuleGroupSecurityClass in namespace XELOS\Framework\XF\System\Model

Class ModuleGroupSecurity

$ ModuleGroupSecurity#model_versionProperty in class ModuleGroupSecurity
$ ModuleGroupSecurity#module_nameProperty in class ModuleGroupSecurity
ModuleRegistryClass in namespace XELOS\Framework\XF\System\Model

Class ModuleRegistry

$ Notification#model_versionProperty in class Notification
$ Pages#model_nameProperty in class Pages
$ Policy#model_nameProperty in class Policy
$ Policy#module_nameProperty in class Policy
$ Policy2Group#model_nameProperty in class Policy2Group
$ Policy2User#model_nameProperty in class Policy2User
$ ThemeSet#model_nameProperty in class ThemeSet
$ User#model_nameProperty in class User
$ Calendar#monthProperty in class Calendar
$ Callback#moduleProperty in class Callback

Name of the module

$ Css#mediaProperty in class Css
$ DocumentView#modProperty in class DocumentView
$ DocumentView#modelProperty in class DocumentView
$ Form#mime_extProperty in class Form
$ Form#modelProperty in class Form
$ FormEditor#modProperty in class FormEditor
$ FormFile#modProperty in class FormFile
$ FormMultifile#modProperty in class FormMultifile
$ FroalaEditorBuilder#modProperty in class FroalaEditorBuilder
FroalaOption::multiLine() — Method in class FroalaOption

Allows new line to be inserted when ENTER key is hit.

$ HtmlTree#max_recursionProperty in class HtmlTree
$ Instance#modProperty in class Instance
MathClass in namespace XELOS\Framework\XF\UI
$ Portlet#modProperty in class Portlet
$ ProgressBar#minProperty in class ProgressBar
$ ProgressBar#maxProperty in class ProgressBar
$ Table#modProperty in class Table
$ TableEditor#modProperty in class TableEditor
$ Tabs#modProperty in class Tabs
$ ViewModeSwitcher#modesProperty in class ViewModeSwitcher
$ Wizard#modProperty in class Wizard
$ ActiveDirectoryAction#modProperty in class ActiveDirectoryAction
$ AzureActiveDirectoryAction#modProperty in class AzureActiveDirectoryAction
$ LdapAction#modProperty in class LdapAction
ModelClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ AdCache#mail:Property in class AdCache

stored in MySQL as varchar

$ AdCache#misc:Property in class AdCache

stored in MySQL as mediumtext

$ AdCache#modProperty in class AdCache
$ AdCache#model_versionProperty in class AdCache
$ SynchStatus#model_versionProperty in class SynchStatus
$ SynchStatus#modProperty in class SynchStatus
$ ListPage#modProperty in class ListPage
$ SystemCron#module_nameProperty in class SystemCron
$ DirectoryServiceConfigTrait#modProperty in class DirectoryServiceConfigTrait
$ UploadDocumentProcessor#modProperty in class UploadDocumentProcessor
$ CloudDocumentBrowser#modProperty in class CloudDocumentBrowser
$ StorageProvider#modProperty in class StorageProvider
$ DropboxOauthClient#max_global_connectionsProperty in class DropboxOauthClient
$ DropboxOauthClient#max_user_connectionsProperty in class DropboxOauthClient
$ GoogleOauthClient#max_global_connectionsProperty in class GoogleOauthClient
$ GoogleOauthClient#max_user_connectionsProperty in class GoogleOauthClient
$ ApiCloudstorageDocumentBrowser#modProperty in class ApiCloudstorageDocumentBrowser
$ CrmSyncPlugins#modProperty in class CrmSyncPlugins
$ OnedriveStorageProvider#modProperty in class OnedriveStorageProvider
$ OutlookPersonalCalenderGetEvents#modProperty in class OutlookPersonalCalenderGetEvents
$ CoAuthorDocumentProcessor#modProperty in class CoAuthorDocumentProcessor
$ PresenceUserLinks#modProperty in class PresenceUserLinks
$ OutlookInboxShowPortlet#modProperty in class OutlookInboxShowPortlet
$ SearchMessagesSearchIntegration#modProperty in class SearchMessagesSearchIntegration
MicrosoftOauthClientClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Webservice

Class MicrosoftOauthClient

$ MicrosoftOauthClient#max_global_connectionsProperty in class MicrosoftOauthClient
$ MicrosoftOauthClient#max_user_connectionsProperty in class MicrosoftOauthClient
$ OnedriveOauthClient#max_global_connectionsProperty in class OnedriveOauthClient
$ OnedriveOauthClient#max_user_connectionsProperty in class OnedriveOauthClient
$ Subscription#modProperty in class Subscription
$ Subscription#model_versionProperty in class Subscription
$ ApiPage#modProperty in class ApiPage
$ DirectoryPage#modProperty in class DirectoryPage
ModelClass in namespace XELOS\Modules\AuthSaml\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#metaProperty in class Page
Page::meta() — Method in class Page
MainClass in namespace XELOS\Modules\AuthSaml\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
MainClass in namespace XELOS\Modules\AuthSaml
MetaClass in namespace XELOS\Modules\AuthSaml\Page

Class Overview

$ Meta#modProperty in class Meta
$ Slo#modProperty in class Slo
ModelClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ Participant#mail:Property in class Participant

stored in MySQL as varchar

$ Reminder#minutesProperty in class Reminder
$ Reminder#method:Property in class Reminder

enum alert|email

$ ReminderQueue#method:Property in class ReminderQueue

enum alert|email

$ SyncSetting#master_direction:Property in class SyncSetting

enum from_sync|to_sync

ModelClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ ParserAction#modProperty in class ParserAction
$ CommentsController#modelProperty in class CommentsController
ModelClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ IndexEventDocumentIndexEvent#modProperty in class IndexEventDocumentIndexEvent
$ Comment#modProperty in class Comment
$ Comment#model_versionProperty in class Comment
$ Comment#model_default_render_xuiProperty in class Comment
$ LinkInfo#model_versionProperty in class LinkInfo
$ Board#modProperty in class Board
$ BoardComment#modProperty in class BoardComment
$ Comment#modProperty in class Comment
$ Comment#modelProperty in class Comment
$ Editor#modProperty in class Editor
$ CrmDocumentBrowser#modProperty in class CrmDocumentBrowser
$ InstallEvents#modProperty in class InstallEvents
$ SystemCron#module_nameProperty in class SystemCron
$ DocviewProcessor#modProperty in class DocviewProcessor
$ ChannelFollowsShowPortlet#modProperty in class ChannelFollowsShowPortlet
$ FollowedDocumentsShowPortlet#modProperty in class FollowedDocumentsShowPortlet
$ FollowedDocumentsShowPortlet#meta_infoProperty in class FollowedDocumentsShowPortlet
$ ActivityIndexerSearchPreprocessor#modProperty in class ActivityIndexerSearchPreprocessor
$ IndexEventDocumentIndexEvent#modProperty in class IndexEventDocumentIndexEvent
$ InvitationsAction#modProperty in class InvitationsAction
$ InvoiceAction#modProperty in class InvoiceAction
$ PostAction#modProperty in class PostAction
$ RegistrationAction#modProperty in class RegistrationAction
$ CategoryCollection#modProperty in class CategoryCollection
$ EventCollection#modProperty in class EventCollection
$ EventplannerControllerDocumentation#modelProperty in class EventplannerControllerDocumentation
ModelClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#my_eventsProperty in class Page
Page::my_events() — Method in class Page
$ EventDocumentation#max_accompanying_personsProperty in class EventDocumentation
$ EventDocumentation#min_participantsProperty in class EventDocumentation
$ EventDocumentation#max_participantsProperty in class EventDocumentation
$ InvoiceTemplateDocumentation#mail_template:Property in class InvoiceTemplateDocumentation

stored in MySQL as text

$ InvoiceTemplateDocumentation#mail_subject_template:Property in class InvoiceTemplateDocumentation

stored in MySQL as varchar

$ InvoiceTemplateDocumentation#mail_use_theme:Property in class InvoiceTemplateDocumentation

stored in MySQL as tinyint

$ CRMParticipationShowPortlet#modProperty in class CRMParticipationShowPortlet
$ CalendarLinkGetEvents#modProperty in class CalendarLinkGetEvents
$ EventplannerUpcomingShowPortlet#modProperty in class EventplannerUpcomingShowPortlet
$ PayloadParticipantPayload#modProperty in class PayloadParticipantPayload
$ PayloadParticipantPayload#model_nameProperty in class PayloadParticipantPayload
$ ProcessParticipantAction#modProperty in class ProcessParticipantAction
$ Category#modProperty in class Category
$ Event#modProperty in class Event
$ Event#model_default_render_xuiProperty in class Event
$ InvitationReplyLog#modProperty in class InvitationReplyLog
$ Invoice#modProperty in class Invoice
$ InvoiceTemplate#modProperty in class InvoiceTemplate
$ InvoiceTemplate#mail_templateProperty in class InvoiceTemplate

: stored in MySQL as text

$ InvoiceTemplate#mail_subject_template:Property in class InvoiceTemplate

stored in MySQL as varchar

$ InvoiceTemplate#mail_use_themeProperty in class InvoiceTemplate

: stored in MySQL as tinyint

$ Job#modProperty in class Job
$ Numberrange#modProperty in class Numberrange
$ Participant#modProperty in class Participant
$ ParticipantLog#modProperty in class ParticipantLog
$ PriceCategory#modProperty in class PriceCategory
$ RelatedEvents#modProperty in class RelatedEvents
$ Ticket#modProperty in class Ticket
$ UserGroupTicketContingent#modProperty in class UserGroupTicketContingent
$ CategoriesPage#modProperty in class CategoriesPage

Reference to mod

$ DatePage#modProperty in class DatePage

Reference to mod

$ DetailPage#modProperty in class DetailPage

Reference to mod

$ EventActionPage#modProperty in class EventActionPage

Reference to mod

$ FeedPage#modProperty in class FeedPage

Reference to mod

$ OverviewPage#modProperty in class OverviewPage

Reference to mod

$ ParticipantsPage#modProperty in class ParticipantsPage

Reference to mod

$ PaymentAdminPage#modProperty in class PaymentAdminPage

Reference to mod

$ PaymentPage#modProperty in class PaymentPage
$ PostPage#modProperty in class PostPage

Reference to mod

$ PostPaymentPage#modProperty in class PostPaymentPage
$ SystemCron#module_nameProperty in class SystemCron
$ Details#modProperty in class Details
$ Event#modelProperty in class Event
$ Event#modProperty in class Event
ModerateActionClass in namespace XELOS\Modules\Forum\Action
$ ModerateAction#modProperty in class ModerateAction
$ ThreadAction#modProperty in class ThreadAction
$ ForumControllerDocumentation#modelProperty in class ForumControllerDocumentation
$ Action#moderateProperty in class Action
ModelClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ForumController#modProperty in class ForumController
$ ForumController#model;Property in class ForumController
$ GroupsTemplateInit#modProperty in class GroupsTemplateInit
$ RecentShowPortlet#modProperty in class RecentShowPortlet
$ RecentShowPortlet#meta_infoProperty in class RecentShowPortlet
$ CreateThreadAction#modProperty in class CreateThreadAction
$ ThreadPayload#modProperty in class ThreadPayload
$ ThreadPayload#model_nameProperty in class ThreadPayload
$ InstallEvents#modProperty in class InstallEvents
$ Category#modProperty in class Category
Category::move() — Method in class Category

Moves $this category to the target category with the given $targetId

Category::mark_read() — Method in class Category

Mark all Threads from this category as read

MovableInterfaceClass in namespace XELOS\Modules\Forum\Model\Interfaces

Defines a model as moveable within its parent context

MovableInterface::move() — Method in class MovableInterface

Moves the element within its parent context

$ Post#modProperty in class Post
$ Post#model_default_render_xuiProperty in class Post
Post::move() — Method in class Post

Moves $this post to the target thread with the given $targetId

$ Thread#modProperty in class Thread
$ Thread#model_default_render_xuiProperty in class Thread
Thread::move() — Method in class Thread

Moves $this thread to the target category with the given $targetId

Thread::mark_read() — Method in class Thread

Mark thread as read

$ DeletePage#modProperty in class DeletePage
$ EditPage#modProperty in class EditPage
$ FeedPage#modProperty in class FeedPage
$ ShowPage#modProperty in class ShowPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
ForumCest::moderatorTryToEditAndDeletePostFromUser() — Method in class ForumCest
ForumCest::moderatorTryToMovePostFromUser() — Method in class ForumCest

todo lands on wrong page/selector when testing

ForumCest::moderatorTryToMoveDiscussionFromUser() — Method in class ForumCest
ForumCest::moderatorTryToMoveCategoryFromUser() — Method in class ForumCest
ModeratorRoleClass in namespace XELOS\Modules\Forum\Tests\Codeception\Support

Class ModeratorGuy

Step::moveCategory() — Method in class Step
Step::moveThread() — Method in class Step
Step::movePost() — Method in class Step
$ ThreadPreview#modelProperty in class ThreadPreview
$ VoteBox#modProperty in class VoteBox
$ GroupsTasksControllerDocumentation#modelProperty in class GroupsTasksControllerDocumentation
ModelClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#mainProperty in class Page
Page::main() — Method in class Page
$ CalendarLinkGetEvents#modProperty in class CalendarLinkGetEvents
$ TaskList#model_versionProperty in class TaskList
MainPageClass in namespace XELOS\Modules\GroupsTasks\Page
$ RecurringPage#modProperty in class RecurringPage
$ SystemCron#module_nameProperty in class SystemCron
ModelClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#memberProperty in class Model
$ Model#moduleProperty in class Model
Model::member() — Method in class Model
Model::module() — Method in class Model
MainClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
MemberClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model member.

ModuleClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model module.

$ Module#module_name:Property in class Module

stored in MySQL as varchar

$ Newsletter#message:Property in class Newsletter

stored in MySQL as text

$ Pending#message:Property in class Pending

stored in MySQL as text

$ InstallEvents#modProperty in class InstallEvents
$ GroupsDocumentBrowser#modProperty in class GroupsDocumentBrowser
$ JobQueueControllerDocumentation#modelProperty in class JobQueueControllerDocumentation
ModelClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TestJob#maxRetriesProperty in class TestJob
$ TestJob#messageProperty in class TestJob
$ Job#modProperty in class Job
$ JobHistory#modProperty in class JobHistory
$ ApiPage#modProperty in class ApiPage
$ StatusPage#modProperty in class StatusPage
$ TestPage#modProperty in class TestPage
$ SystemDaemon#module_nameProperty in class SystemDaemon
$ SystemDaemon#modProperty in class SystemDaemon
$ SystemDaemon#maxThreadCountProperty in class SystemDaemon
$ SystemDaemon#maintenanceLastCheckProperty in class SystemDaemon
$ SystemDaemon#maintenanceKeepHistoryDaysProperty in class SystemDaemon
$ JobUIStatus#modProperty in class JobUIStatus
$ LegalControllerDocumentation#modelProperty in class LegalControllerDocumentation
ModelClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#modProperty in class Page
$ AdminPage#modProperty in class AdminPage
$ DisclaimerPage#modProperty in class DisclaimerPage
$ ImprintPage#modProperty in class ImprintPage
$ FormprocessorAction#modProperty in class FormprocessorAction

Reference to XELOS\Modules\Lists\ListsController

$ ListProperties#modProperty in class ListProperties
$ ListProperties#model_nameProperty in class ListProperties
$ ListsControllerDocumentation#modelProperty in class ListsControllerDocumentation
ModelClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

Field::modifyFormFieldFdl() — Method in class Field

Modifies the form field fdl for custom fields in order to display them properly.

Field::modifyListFieldFdl() — Method in class Field

Modifies the list field fdl for custom fields.

AssignedUsers::modifyFormFieldFdl() — Method in class AssignedUsers

Modifies the form field fdl for custom fields in order to display them properly.

CategorySelector::modifyListFieldFdl() — Method in class CategorySelector

Modifies the list field fdl for custom fields.

Checkbox::modifyListFieldFdl() — Method in class Checkbox

Modifies the list field fdl for custom fields.

Checkbox::modifyFormFieldFdl() — Method in class Checkbox

Modifies the form field fdl for custom fields in order to display them properly.

Date::modifyListFieldFdl() — Method in class Date

Modifies the list field fdl for custom fields.

Datetime::modifyListFieldFdl() — Method in class Datetime

Modifies the list field fdl for custom fields.

Document::modifyListFieldFdl() — Method in class Document

Modifies the list field fdl for custom fields.

Fieldset::modifyFormFieldFdl() — Method in class Fieldset

Modifies the form field fdl for custom fields in order to display them properly.

FriendlyId::modifyListFieldFdl() — Method in class FriendlyId

Modifies the list field fdl for custom fields.

FriendlyId::modifyFormFieldFdl() — Method in class FriendlyId

Modifies the form field fdl for custom fields in order to display them properly.

ListStatus::modifyFormFieldFdl() — Method in class ListStatus

Modifies the form field fdl for custom fields in order to display them properly.

ListStatus::modifyListFieldFdl() — Method in class ListStatus

Modifies the list field fdl for custom fields.

MultitextClass in namespace XELOS\Modules\Lists\Hook\Base\Field
Multitext::modifyFormFieldFdl() — Method in class Multitext

Modifies the form field fdl for custom fields in order to display them properly.

PrefilledField::modifyFormFieldFdl() — Method in class PrefilledField

Modifies the form field fdl for custom fields in order to display them properly.

PrefilledField::modifyListFieldFdl() — Method in class PrefilledField

Modifies the list field fdl for custom fields.

Radio::modifyListFieldFdl() — Method in class Radio

Modifies the list field fdl for custom fields.

Radio::modifyFormFieldFdl() — Method in class Radio

Modifies the form field fdl for custom fields in order to display them properly.

Resource::modifyListFieldFdl() — Method in class Resource
Asset::modifyFormFieldFdl() — Method in class Asset

Modifies the form field fdl for custom fields in order to display them properly.

Room::modifyFormFieldFdl() — Method in class Room

Modifies the form field fdl for custom fields in order to display them properly.

Service::modifyFormFieldFdl() — Method in class Service

Modifies the form field fdl for custom fields in order to display them properly.

Ticket::modifyFormFieldFdl() — Method in class Ticket

Modifies the form field fdl for custom fields in order to display them properly.

SectionBreak::modifyFormFieldFdl() — Method in class SectionBreak

Modifies the form field fdl for custom fields in order to display them properly.

Select::modifyFormFieldFdl() — Method in class Select

Modifies the form field fdl for custom fields in order to display them properly.

Select::modifyListFieldFdl() — Method in class Select

Modifies the list field fdl for custom fields.

Slider::modifyFormFieldFdl() — Method in class Slider
StaticText::modifyListFieldFdl() — Method in class StaticText
Textarea::modifyFormFieldFdl() — Method in class Textarea

Modifies the form field fdl for custom fields in order to display them properly.

Textbox::modifyFormFieldFdl() — Method in class Textbox
Timespan::modifyFormFieldFdl() — Method in class Timespan

Modifies the form field fdl for custom fields in order to display them properly.

ToggleSwitch::modifyListFieldFdl() — Method in class ToggleSwitch

Modifies the list field fdl for custom fields.

UserSelector::modifyListFieldFdl() — Method in class UserSelector

Modifies the list field fdl for custom fields.

$ TimespanGetEvents#modProperty in class TimespanGetEvents
$ ListsGanttShowPortlet#modProperty in class ListsGanttShowPortlet
$ ListsGanttShowPortlet#meta_infoProperty in class ListsGanttShowPortlet
$ ListsPortletShowPortlet#modProperty in class ListsPortletShowPortlet
$ ListsPortletShowPortlet#meta_infoProperty in class ListsPortletShowPortlet
$ ListsSingleShowPortlet#modProperty in class ListsSingleShowPortlet
$ ListsSingleShowPortlet#meta_infoProperty in class ListsSingleShowPortlet
$ ApiService#modProperty in class ApiService
$ ListItemPayload#modProperty in class ListItemPayload
$ ListItemPayload#model_nameProperty in class ListItemPayload
$ SetFieldAction#modProperty in class SetFieldAction
$ ShowFormAction#modProperty in class ShowFormAction
$ WorkflowItemTrait#modProperty in class WorkflowItemTrait
$ Category#modProperty in class Category
$ Category#model_versionProperty in class Category
$ ListItem#modProperty in class ListItem
$ ListItem#model_versionProperty in class ListItem
$ ListItem#model_default_render_xuiProperty in class ListItem
$ ListProperties#modProperty in class ListProperties
$ ListProperties#model_versionProperty in class ListProperties
$ ListProperties#model_default_render_xuiProperty in class ListProperties
$ ListStatus#modProperty in class ListStatus
$ ListStatus#model_versionProperty in class ListStatus
$ EditItemPage#modProperty in class EditItemPage
$ ItemOverviewPage#modProperty in class ItemOverviewPage
$ ListEditorPage#modProperty in class ListEditorPage
$ OverviewPage#modProperty in class OverviewPage
$ SettingsPage#modProperty in class SettingsPage
$ CategorySelector#modProperty in class CategorySelector
$ ItemEditor#modProperty in class ItemEditor
$ ItemList#modProperty in class ItemList
$ ItemPreview#modelProperty in class ItemPreview
$ ListPortlet#modProperty in class ListPortlet
$ ListPreview#modelProperty in class ListPreview
$ Action#mycontactsProperty in class Action
$ Action#mynetworkProperty in class Action
Action::mycontacts() — Method in class Action
Action::mynetwork() — Method in class Action
ModelClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ Property#mobile_ready:Property in class Property

stored in MySQL as tinyint

$ EventCollector#modProperty in class EventCollector
$ FollowersExtension#modProperty in class FollowersExtension
$ FollowingExtension#modProperty in class FollowingExtension
ModelClass in namespace XELOS\Modules\News\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ NewsControllerDocumentation#modelProperty in class NewsControllerDocumentation
$ FullShowPortlet#modProperty in class FullShowPortlet
$ FullShowPortlet#meta_infoProperty in class FullShowPortlet
$ FullShowPortlet#multi_group_contextProperty in class FullShowPortlet

This portlet is Multi-Group Enabled, that means you can retrieve news from different-sub-groups to be displayed

$ RSSShowPortlet#meta_infoProperty in class RSSShowPortlet
$ RecentShowPortlet#modProperty in class RecentShowPortlet
$ RecentShowPortlet#meta_infoProperty in class RecentShowPortlet
$ RecentShowPortlet#multi_group_contextProperty in class RecentShowPortlet
$ ArticlePayload#modProperty in class ArticlePayload
$ ArticlePayload#model_nameProperty in class ArticlePayload
$ PublishArticleAction#modProperty in class PublishArticleAction
$ Article#modProperty in class Article
$ Article#model_default_render_xuiProperty in class Article
$ Category#modProperty in class Category
$ OverviewPage#modProperty in class OverviewPage
$ PostPage#modProperty in class PostPage
$ ReadPage#modProperty in class ReadPage
$ ViewArticleWrite#modProperty in class ViewArticleWrite
$ PersonalWorkspaceDocumentBrowser#modProperty in class PersonalWorkspaceDocumentBrowser
$ SelectorBrowser#modProperty in class SelectorBrowser
$ Workspace#modProperty in class Workspace
$ AdminPage#modProperty in class AdminPage
$ DocumentsPage#modProperty in class DocumentsPage
$ RecentPage#modProperty in class RecentPage
ModelClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ReadConfirmationControllerDocumentation#modelProperty in class ReadConfirmationControllerDocumentation
$ AdminProcessor#modProperty in class AdminProcessor
$ ReadConfirmationShowPortlet#modProperty in class ReadConfirmationShowPortlet
$ ReadConfirmationShowPortlet#meta_infoProperty in class ReadConfirmationShowPortlet
$ Confirmation#modProperty in class Confirmation
$ Document#modProperty in class Document
$ AdminPage#modProperty in class AdminPage
$ OverviewPage#modProperty in class OverviewPage
$ HistoryAction#modProperty in class HistoryAction
$ IndexerAction#modProperty in class IndexerAction
$ ElasticSearchAdapter#modProperty in class ElasticSearchAdapter
ModelClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#maintenanceProperty in class Page
Page::maintenance() — Method in class Page
$ SearchControllerDocumentation#modelProperty in class SearchControllerDocumentation
$ PortletSearchShowPortlet#meta_infoProperty in class PortletSearchShowPortlet
$ SearchDocumentBrowser#modProperty in class SearchDocumentBrowser
$ SearchSelectorBrowser#modProperty in class SearchSelectorBrowser
$ SearchCheck#modProperty in class SearchCheck
$ UpdateSearchIndexDocumentIndexEvent#modProperty in class UpdateSearchIndexDocumentIndexEvent
$ InstallEvents#modProperty in class InstallEvents
$ DocumentElasticsearch#modProperty in class DocumentElasticsearch
$ FacetedFilter#modProperty in class FacetedFilter
$ SearchHistory#modProperty in class SearchHistory
$ IndexPage#modProperty in class IndexPage
MaintenancePageClass in namespace XELOS\Modules\Search\Page
$ MaintenancePage#modProperty in class MaintenancePage
$ OverviewPage#modProperty in class OverviewPage
$ SuggestPage#modProperty in class SuggestPage
$ SearchIndexRecord#modProperty in class SearchIndexRecord
$ SearchIndexRecord#metaDataProperty in class SearchIndexRecord

Key-value array with meta data delivered by the modules for new faceted filters.

$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
$ ResultPanel#modProperty in class ResultPanel
$ SearchIntegrationResultPanel#modProperty in class SearchIntegrationResultPanel
$ TabsTrait#modProperty in class TabsTrait
$ AbstractBrowserItem#modified_atProperty in class AbstractBrowserItem
$ AbstractDocumentBrowser#modeProperty in class AbstractDocumentBrowser
$ AbstractDocumentBrowser#multipleProperty in class AbstractDocumentBrowser
$ BrowserFile#media_typeProperty in class BrowserFile
$ Page#modProperty in class Page
ModelClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ SmartWikiControllerDocumentation#modelProperty in class SmartWikiControllerDocumentation
$ GroupsTemplateInit#modProperty in class GroupsTemplateInit
$ InstallEvents#modProperty in class InstallEvents
$ Page#modProperty in class Page
$ Page#model_default_render_xuiProperty in class Page
$ PageHistory#model_versionProperty in class PageHistory
$ PageLink#model_versionProperty in class PageLink
$ CommentsPage#modProperty in class CommentsPage
$ EditPage#modProperty in class EditPage
$ ExportPage#modProperty in class ExportPage
$ HistoryPage#modProperty in class HistoryPage
$ IndexPage#modProperty in class IndexPage
$ InfoPage#modProperty in class InfoPage
$ ShowPage#modProperty in class ShowPage
$ SourcePage#modProperty in class SourcePage
$ TemplatesPage#modProperty in class TemplatesPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
$ Page#modProperty in class Page
$ Page#modelProperty in class Page
$ ViewWikiWrite#modProperty in class ViewWikiWrite
ModelClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ SystemActionlogControllerDocumentation#modelProperty in class SystemActionlogControllerDocumentation
MainClass in namespace XELOS\Modules\SystemAdmin\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ BackupQueue#module:Property in class BackupQueue

stored in MySQL as varchar

$ DocumentIndexDaemonLegacy#modProperty in class DocumentIndexDaemonLegacy
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#modProperty in class SystemCron
$ SystemDaemon#module_nameProperty in class SystemDaemon
$ SystemDaemon#modProperty in class SystemDaemon

Reference to System Admin

$ Document#modProperty in class Document
$ CrmPortletShowTab#modProperty in class CrmPortletShowTab
$ CFViewNoteCFView#modProperty in class CFViewNoteCFView
$ GroupsTemplateInit#modProperty in class GroupsTemplateInit
$ PortletActionShowPortlet#modProperty in class PortletActionShowPortlet
$ PortletActionShowPortlet#meta_infoProperty in class PortletActionShowPortlet
$ PortletFolderhierarchyShowPortlet#modProperty in class PortletFolderhierarchyShowPortlet
$ PortletFolderhierarchyShowPortlet#meta_infoProperty in class PortletFolderhierarchyShowPortlet
$ PortletFolderhierarchyShowPortlet#multi_group_contextProperty in class PortletFolderhierarchyShowPortlet

Is this portlet called in grouped mode?

$ PortletFolderviewShowPortlet#modProperty in class PortletFolderviewShowPortlet
$ PortletFolderviewShowPortlet#meta_infoProperty in class PortletFolderviewShowPortlet
$ PortletNavigatorShowPortlet#modProperty in class PortletNavigatorShowPortlet
$ PortletNavigatorShowPortlet#meta_infoProperty in class PortletNavigatorShowPortlet
$ PortletReportShowPortlet#modProperty in class PortletReportShowPortlet
$ PortletReportShowPortlet#meta_infoProperty in class PortletReportShowPortlet
$ SystemDMSDocumentBrowser#modProperty in class SystemDMSDocumentBrowser
$ SelectorBrowser#modProperty in class SelectorBrowser
$ IndexEventDocumentIndexEvent#modProperty in class IndexEventDocumentIndexEvent
$ WebdavService#modProperty in class WebdavService
WebdavService::move() — Method in class WebdavService

Move File or Folder

$ SavePayloadAction#modProperty in class SavePayloadAction
$ PreviewJob#maxRetriesProperty in class PreviewJob
$ InstallEvents#modProperty in class InstallEvents
$ Category#modProperty in class Category
$ Category#model_default_render_xuiProperty in class Category
Category::mkcat() — Method in class Category

Recursively creates categories.

$ Document#modProperty in class Document
$ Document#model_default_render_xuiProperty in class Document
Document::match_mime_types() — Method in class Document

Checks if the mime type of this document matches one of the given mime types.

$ DocumentHistory#modProperty in class DocumentHistory
$ DocumentMetaData#modProperty in class DocumentMetaData
$ DocumentMetaData#model_versionProperty in class DocumentMetaData
$ DocumentMetaField#modProperty in class DocumentMetaField
$ DocumentMetaField#model_versionProperty in class DocumentMetaField
$ DocumentTemplate#modProperty in class DocumentTemplate
$ DocumentTemplate#model_versionProperty in class DocumentTemplate
$ FileTemplate#modProperty in class FileTemplate
$ Preview#modProperty in class Preview
$ Report#modProperty in class Report
$ Report#model_versionProperty in class Report
$ XfsDocument#modProperty in class XfsDocument
$ ZipImportJob#modProperty in class ZipImportJob
$ ZipImportJob#model_versionProperty in class ZipImportJob
$ CategoryPage#modProperty in class CategoryPage
$ DocumentPage#modProperty in class DocumentPage
$ ImportCategoryPage#modProperty in class ImportCategoryPage
$ ReportPage#modProperty in class ReportPage
$ TemplatesPage#modProperty in class TemplatesPage
$ CategoryService#modProperty in class CategoryService
$ SystemCron#module_nameProperty in class SystemCron
$ Category#modProperty in class Category
$ Category#modelProperty in class Category
$ Document#modProperty in class Document
$ Document#modelProperty in class Document
$ DocumentGalleryPanel#modProperty in class DocumentGalleryPanel
$ DocumentPage#modProperty in class DocumentPage
$ DocumentPageSidebar#modProperty in class DocumentPageSidebar
$ DocumentPageViews#modProperty in class DocumentPageViews
$ DocumentPanel#modProperty in class DocumentPanel
$ DocumentTablePanel#modProperty in class DocumentTablePanel
$ Explorer#modProperty in class Explorer
$ FilterPanel#modProperty in class FilterPanel
$ FolderTreePanel#modProperty in class FolderTreePanel
$ FormFilterSpecification#modProperty in class FormFilterSpecification
$ FormReportSpecification#modProperty in class FormReportSpecification
$ PortletFolderview#modProperty in class PortletFolderview
$ PreviewLoader#modProperty in class PreviewLoader
$ ViewDocumentDetails#modProperty in class ViewDocumentDetails
$ ViewDocumentLink#modProperty in class ViewDocumentLink
$ ViewDocumentRead#modProperty in class ViewDocumentRead
$ ViewDocumentTemplate#modProperty in class ViewDocumentTemplate
$ ViewDocumentWrite#modProperty in class ViewDocumentWrite
$ XfsDocument#modProperty in class XfsDocument
$ XfsDocument#modelProperty in class XfsDocument
$ ZipImportStatusBar#modProperty in class ZipImportStatusBar
ModelClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

MainClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ DocumentMetaData#meta_field_idProperty in class DocumentMetaData
$ NotifyAction#modProperty in class NotifyAction
ModelClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ SystemNotificationControllerDocumentation#modelProperty in class SystemNotificationControllerDocumentation
NotificationChannelInterface::markRead() — Method in class NotificationChannelInterface

Mark Notification as read in channel

$ EmailNotificationChannel#modProperty in class EmailNotificationChannel
EmailNotificationChannel::markRead() — Method in class EmailNotificationChannel

Mark Notification as read in channel

$ SettingsConfigUser#modProperty in class SettingsConfigUser
$ UserSetting#modProperty in class UserSetting
$ NotifyPage#modProperty in class NotifyPage
$ SettingsPage#modProperty in class SettingsPage
$ SystemCron#module_nameProperty in class SystemCron
$ NotificationAction#modProperty in class NotificationAction
ModelClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ SystemPwaControllerDocumentation#modelProperty in class SystemPwaControllerDocumentation
$ PushNotificationChannel#modProperty in class PushNotificationChannel
PushNotificationChannel::markRead() — Method in class PushNotificationChannel

Mark notification read in channel

$ PushSubscription#modProperty in class PushSubscription
$ NotificationPage#modProperty in class NotificationPage
$ ResPage#modProperty in class ResPage
$ CronAction#modProperty in class CronAction
ModelClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ EventDocumentation#message:Property in class EventDocumentation

stored in MySQL as varchar

$ SystemStatsControllerDocumentation#modelProperty in class SystemStatsControllerDocumentation
$ WhoisonlineShowPortlet#modProperty in class WhoisonlineShowPortlet
$ EventCollector#modProperty in class EventCollector
$ AggregateDimension#modProperty in class AggregateDimension
$ AggregateNumeric#modProperty in class AggregateNumeric
$ Event#modProperty in class Event
$ OverviewPage#modProperty in class OverviewPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
$ AggregationChart#modProperty in class AggregationChart
ModelClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#minimalProperty in class Page
Page::minimal() — Method in class Page
$ CheckDocumentation#messageProperty in class CheckDocumentation
$ SystemStatusControllerDocumentation#modelProperty in class SystemStatusControllerDocumentation
$ Check#modProperty in class Check
$ Result#messageProperty in class Result
$ CacheCheck#modProperty in class CacheCheck
$ ClamavCheck#modProperty in class ClamavCheck
$ CronCheck#modProperty in class CronCheck
$ RepoCheck#modProperty in class RepoCheck
$ Check#modProperty in class Check
$ Node#modProperty in class Node
MinimalPageClass in namespace XELOS\Modules\SystemStatus\Page
$ MinimalPage#modProperty in class MinimalPage
$ OverviewPage#modProperty in class OverviewPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
ModelClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#mainProperty in class Page
Page::main() — Method in class Page
$ SystemTasksControllerDocumentation#modelProperty in class SystemTasksControllerDocumentation
$ GroupListHelper#modProperty in class GroupListHelper
$ CalendarLinkGetEvents#modProperty in class CalendarLinkGetEvents
$ ContactlogShowSidebar#modProperty in class ContactlogShowSidebar
$ NewTaskProcessor#modProperty in class NewTaskProcessor
$ AddTaskShowPortlet#modProperty in class AddTaskShowPortlet
$ AddTaskShowPortlet#meta_infoProperty in class AddTaskShowPortlet
$ AddTaskShowPortlet#multi_group_contextProperty in class AddTaskShowPortlet

This portlet is Multi-Group Enabled, that means you can retrieve news from different-sub-groups to be displayed

$ ShowTasksShowPortlet#modProperty in class ShowTasksShowPortlet
$ ShowTasksShowPortlet#multi_group_contextProperty in class ShowTasksShowPortlet

This portlet is Multi-Group Enabled, that means you can retrieve news from different-sub-groups to be displayed

$ ApiService#modProperty in class ApiService
$ InstallEvents#modProperty in class InstallEvents
$ RecurringTask#modProperty in class RecurringTask
$ Task#model_versionProperty in class Task
$ Task#model_default_render_xuiProperty in class Task
$ Task#modProperty in class Task

//todo this should be removed and model should implement DuplicatableModelInterface

$ TaskList#modProperty in class TaskList
$ TaskList#model_versionProperty in class TaskList
$ TaskList#model_default_render_xuiProperty in class TaskList
$ TaskListColumn#modProperty in class TaskListColumn
$ DetailsPage#modProperty in class DetailsPage
$ EditPage#modProperty in class EditPage
$ KanbanPage#modProperty in class KanbanPage
MainPageClass in namespace XELOS\Modules\SystemTasks\Page
$ MainPage#modProperty in class MainPage
$ RecurringPage#modProperty in class RecurringPage
$ TasksFeedPage#modProperty in class TasksFeedPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemTasksController#modProperty in class SystemTasksController
$ SystemTasksController#modelProperty in class SystemTasksController
$ ResultPanel#modProperty in class ResultPanel
ResultPanel::main_page() — Method in class ResultPanel

Main List of Tasks

$ Task#modProperty in class Task
$ Task#modelProperty in class Task
$ ConfigUser#modProperty in class ConfigUser
ModelClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Model#menu_itemProperty in class Model
$ Page#mainProperty in class Page
Page::main() — Method in class Page
MainClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
MobileNotificationChannelClass in namespace XELOS\Modules\SystemXelosApp\Hook\Notification

Class MobileNotificationHook

$ MobileNotificationChannel#modProperty in class MobileNotificationChannel
MobileNotificationChannel::markRead() — Method in class MobileNotificationChannel
$ Webservice#modProperty in class Webservice
ModelClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaggingControllerDocumentation#modelProperty in class TaggingControllerDocumentation
$ CloudShowPortlet#modProperty in class CloudShowPortlet
$ CloudShowPortlet#meta_infoProperty in class CloudShowPortlet
$ InstallEvents#modProperty in class InstallEvents
$ Tag#modProperty in class Tag
$ TagDocument#modProperty in class TagDocument
$ TagDocument#model_versionProperty in class TagDocument
$ SuggestPage#modProperty in class SuggestPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
$ CommonOperationsTrait#modProperty in class CommonOperationsTrait
ModelClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TranslationControllerDocumentation#modelProperty in class TranslationControllerDocumentation
$ TranslateProcessor#modProperty in class TranslateProcessor
$ TranslateDocumentSearchPreprocessor#modProperty in class TranslateDocumentSearchPreprocessor
$ ApiCheck#modProperty in class ApiCheck
$ IndexEventDocumentIndexEvent#modProperty in class IndexEventDocumentIndexEvent
$ InstallEvents#modProperty in class InstallEvents
$ BaseTranslationApi#modProperty in class BaseTranslationApi
$ Translation#modProperty in class Translation
$ TranslationDocument#modProperty in class TranslationDocument
$ TranslationFeedback#modProperty in class TranslationFeedback
$ TranslationJob#modProperty in class TranslationJob
$ AjaxtranslatePage#modProperty in class AjaxtranslatePage
$ FeedbackPage#modProperty in class FeedbackPage
$ FormtranslatePage#modProperty in class FormtranslatePage
$ SettingsPage#modProperty in class SettingsPage
$ StatisticsPage#modProperty in class StatisticsPage
$ TestPage#modProperty in class TestPage
$ SystemDaemon#module_nameProperty in class SystemDaemon
TranslationControllerHelper::mockTranslationApi() — Method in class TranslationControllerHelper

Mocks the translation API

ModelClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#myProperty in class Page
Page::my() — Method in class Page
MainClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Main#modelProperty in class Main
$ Trendvote#multivote:Property in class Trendvote

stored in MySQL as tinyint

$ ScanAction#modProperty in class ScanAction
ModelClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VirusScanControllerDocumentation#modelProperty in class VirusScanControllerDocumentation
$ VirusCheck#modProperty in class VirusCheck
$ File#modProperty in class File
$ Scan#modProperty in class Scan
$ AdminPage#modProperty in class AdminPage
$ SystemCron#module_nameProperty in class SystemCron
$ SystemCron#mod_registryProperty in class SystemCron
ModelClass in namespace XELOS\Modules\VueTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VueTasksControllerDocumentation#modelProperty in class VueTasksControllerDocumentation
$ OAuthClientAction#modProperty in class OAuthClientAction
$ OAuthServerAction#modProperty in class OAuthServerAction
MethodClass in namespace XELOS\Modules\Webservice\Hook\Base\Service

Helper class to define webservice methods.

ModelCRUDClass in namespace XELOS\Modules\Webservice\Hook\Base\Service

Helper class to define webservice methods.

$ OAuthClientHook#max_user_connectionsProperty in class OAuthClientHook

How many client connections are allowed per user

$ OAuthClientHook#max_global_connectionsProperty in class OAuthClientHook

How many client connections are allowed on global level

$ OAuthClientCheck#modProperty in class OAuthClientCheck
$ SoapService#modProperty in class SoapService
$ OauthAccess#model_versionProperty in class OauthAccess
$ AuthorizePage#modProperty in class AuthorizePage
$ JsonPage#modProperty in class JsonPage
$ OAuthAccountsPage#modProperty in class OAuthAccountsPage
$ WebserviceController#modelProperty in class WebserviceController
ModelClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ WidgetsControllerDocumentation#modelProperty in class WidgetsControllerDocumentation
$ CategoryWidgetShowPortlet#modProperty in class CategoryWidgetShowPortlet
$ PortletWidgetsShowPortlet#modProperty in class PortletWidgetsShowPortlet
$ Category#modProperty in class Category
$ Widget#modProperty in class Widget
$ CategoriesPage#modProperty in class CategoriesPage
$ OverviewPage#modProperty in class OverviewPage
$ SettingsPage#modProperty in class SettingsPage
$ WidgetList#modProperty in class WidgetList
$ HeaderFieldsAction#modProperty in class HeaderFieldsAction
$ ExampleSurveyControllerDocumentation#modelProperty in class ExampleSurveyControllerDocumentation
ModelClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CmsSimplePortletShowPortlet#modProperty in class CmsSimplePortletShowPortlet
$ AdminPage#modProperty in class AdminPage
$ OverviewPage#modProperty in class OverviewPage
$ ReportPage#modProperty in class ReportPage

N

$ Autoloader#ns_prefixProperty in class Autoloader

XELOS Namespace Prefix

NtlmAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ CommandDefinition#nameProperty in class CommandDefinition
Output::newLine() — Method in class Output
Core::notify_vars() — Method in class Core

Notification with Vars

Core::notify() — Method in class Core

Notification

Core::notification_mark_read() — Method in class Core

Mark a Notification as Read

Core::notification_info() — Method in class Core

Get single notification by token to retrieve information before notify

$ ObjectManager#ns_class_prefixProperty in class ObjectManager

An optional possibility to pretend a namespace prefix for classes have no namespace yet.

$ AuthenticationHook#nameProperty in class AuthenticationHook

Name of authentication method

Query::none() — Method in class Query

Always evaluates the scope to FALSE and can be used to force returning an empty collection in some filter conditions

$ Lib#navigationProperty in class Lib
$ Lib#notificationProperty in class Lib
Lib::new_filehandler() — Method in class Lib
Lib::new_quota() — Method in class Lib
$ Date#NOW_LOCALProperty in class Date
$ Date#NOW_LOCAL_SQLProperty in class Date
$ Date#NOW_UTCProperty in class Date
$ Format#Numbers_WordsProperty in class Format
Format::number_to_str() — Method in class Format

Converts a number to its word representation

NativeMailHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger\HandlerFactory

Class NativeMailStreamHandlerFactory

Logger::namedSetup() — Method in class Logger

Setup the logger with static configuration defined at XELOS\Config\LOGGER.

Logger::notice() — Method in class Logger
$ MarkdownExtraParser#no_imagesProperty in class MarkdownExtraParser
$ Modsetup#new_pagesProperty in class Modsetup
NavigationClass in namespace XELOS\Framework\XF\Lib
NotificationClass in namespace XELOS\Framework\XF\Lib

Class Notification

NotificationBuilderClass in namespace XELOS\Framework\XF\Lib\Notification

Class NotificationBuilder

$ NotificationBuilder#notificationRegistryKeyProperty in class NotificationBuilder
NotificationMessageClass in namespace XELOS\Framework\XF\Lib\Notification
NotificationStateClass in namespace XELOS\Framework\XF\Lib\Notification

Class NotificationState

NotificationTypeClass in namespace XELOS\Framework\XF\Lib\Notification

Class NotificationType

NonpersistentSessionHandlerClass in namespace XELOS\Framework\XF\Lib\Session

Class dummy_session_handler

$ Model#navigationProperty in class Model
$ Model#notificationProperty in class Model
$ Model#notification_registryProperty in class Model
Model::new_audit_trail() — Method in class Model
Model::new_audit_policy() — Method in class Model
Model::new_global_config() — Method in class Model
Model::new_i18n_token() — Method in class Model
Model::new_instance_config() — Method in class Model
Model::new_navigation() — Method in class Model
Model::new_notification() — Method in class Model
Model::new_policy2group() — Method in class Model
Model::new_policy2user() — Method in class Model
Model::new_document_index_policy_cluster() — Method in class Model
Model::new_document_index() — Method in class Model
Model::new_queue() — Method in class Model
Model::new_user_devices() — Method in class Model
$ AuditTrail#new_propertiesProperty in class AuditTrail
$ AuditTrail#new_sha256Property in class AuditTrail

: {type: binary, size: 32}

$ Hierarchy#nameProperty in class Hierarchy

ShortName

NavigationClass in namespace XELOS\Framework\XF\System\Model

Class Navigation

NotificationClass in namespace XELOS\Framework\XF\System\Model
$ Notification#new_atProperty in class Notification

Time when the notification was last considered "new"

NotificationRegistryClass in namespace XELOS\Framework\XF\System\Model
$ Policy#nameProperty in class Policy
$ UserLink#nameProperty in class UserLink
UI::new_table() — Method in class UI
UI::new_ajax_container() — Method in class UI
UI::new_container() — Method in class UI
UI::new_image() — Method in class UI
UI::new_qrcode() — Method in class UI
UI::new_import() — Method in class UI
UI::new_breadcrumb() — Method in class UI
UI::new_calendar() — Method in class UI
UI::new_timeline() — Method in class UI
UI::new_userlink() — Method in class UI
UI::new_doclink() — Method in class UI
UI::new_progress_bar() — Method in class UI
UI::new_paging() — Method in class UI
UI::new_table_editor() — Method in class UI
UI::new_inline_editor() — Method in class UI
UI::new_form() — Method in class UI
UI::new_form_editor() — Method in class UI
UI::new_js() — Method in class UI
UI::new_tree() — Method in class UI
UI::new_tabs() — Method in class UI
UI::new_link() — Method in class UI
UI::new_faceted() — Method in class UI
UI::new_wizard() — Method in class UI
UI::new_document_lock() — Method in class UI
UI::new_image_edit() — Method in class UI
UI::new_item_list() — Method in class UI
UI::new_in_place_editor() — Method in class UI
UI::new_carousel() — Method in class UI
UI::new_user_image() — Method in class UI
UI::new_v_card() — Method in class UI
UI::new_document_list() — Method in class UI
$ FormComponent#nameProperty in class FormComponent
$ FroalaOption#nameProperty in class FroalaOption
$ Item#nameProperty in class Item
$ Paging#numbers_before_and_after_dotsProperty in class Paging
$ Table#new_order_fieldProperty in class Table
$ Table#new_order_byProperty in class Table
$ Table#new_startProperty in class Table
$ Table#no_record_messageProperty in class Table
Wizard::next_step() — Method in class Wizard

put your comment there.

User::new_user_obj() — Method in class User

New User Object optional: Supply login to check for

$ View#ntlm_authProperty in class View
Model::new_ad_cache() — Method in class Model
Model::new_synch_status() — Method in class Model
$ CrmSyncPlugins#nameProperty in class CrmSyncPlugins
Model::new_calendar() — Method in class Model
Model::new_calendarset() — Method in class Model
Model::new_event() — Method in class Model
Model::new_event_core() — Method in class Model
Model::new_event_instance() — Method in class Model
Model::new_participant() — Method in class Model
Model::new_reminder() — Method in class Model
Model::new_reminder_queue() — Method in class Model
Model::new_static_calendar() — Method in class Model
Model::new_sync_data() — Method in class Model
Model::new_sync_setting() — Method in class Model
Ui::new_detail() — Method in class Ui
Model::new_component() — Method in class Model
Model::new_component_live() — Method in class Model
Model::new_history() — Method in class Model
Model::new_history_component() — Method in class Model
Model::new_history_page() — Method in class Model
Model::new_page() — Method in class Model
Model::new_page_live() — Method in class Model
Model::new_partial() — Method in class Model
Model::new_partial_live() — Method in class Model
Model::new_comment() — Method in class Model
Model::new_link_info() — Method in class Model
Ui::new_comment() — Method in class Ui
Ui::new_board() — Method in class Ui
Ui::new_board_comment() — Method in class Ui
Ui::new_editor() — Method in class Ui
$ Model#numberrangeProperty in class Model
Model::new_category() — Method in class Model
Model::new_event() — Method in class Model
Model::new_invitation_reply_log() — Method in class Model
Model::new_invoice() — Method in class Model
Model::new_invoice_template() — Method in class Model
Model::new_job() — Method in class Model
Model::new_numberrange() — Method in class Model
Model::new_participant() — Method in class Model
Model::new_participant_log() — Method in class Model
Model::new_price_category() — Method in class Model
Model::new_related_events() — Method in class Model
Model::new_ticket() — Method in class Model
Model::new_user_group_ticket_contingent() — Method in class Model
Model::numberrange() — Method in class Model
Ui::new_date() — Method in class Ui
Ui::new_details() — Method in class Ui
Ui::new_event() — Method in class Ui
$ EventDocumentation#number:Property in class EventDocumentation

stored in MySQL as varchar

NumberrangeDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Numberrange.

$ NumberrangeDocumentation#name:Property in class NumberrangeDocumentation

stored in MySQL as varchar

$ ParticipantLogDocumentation#new_status:Property in class ParticipantLogDocumentation

stored in MySQL as varchar

$ ParticipantLogDocumentation#notify:Property in class ParticipantLogDocumentation

stored in MySQL as varchar

$ ParticipantLogDocumentation#notify_type:Property in class ParticipantLogDocumentation

stored in MySQL as varchar

Event::notify_organizer() — Method in class Event

notifies organizer about participant status change (if organizer_id is set)

NumberrangeClass in namespace XELOS\Modules\Eventplanner\Model
ThreadAction::notifyAboutExpiration() — Method in class ThreadAction
Model::new_category() — Method in class Model
Model::new_post() — Method in class Model
Model::new_thread() — Method in class Model
Model::new_votes() — Method in class Model
Ui::new_thread_preview() — Method in class Ui
Ui::new_vote_box() — Method in class Ui
$ ThreadDocumentation#notified_at:Property in class ThreadDocumentation

stored in MySQL as timestamp

Model::new_task() — Method in class Model
Model::new_task_list() — Method in class Model
Model::new_task_list_column() — Method in class Model
Ui::new_result_panel() — Method in class Ui
Ui::new_task() — Method in class Ui
Ui::new_tasks_list() — Method in class Ui
$ Model#newsletterProperty in class Model
Model::new_category() — Method in class Model
Model::new_external_invitation() — Method in class Model
Model::new_group() — Method in class Model
Model::new_group_navigation() — Method in class Model
Model::new_invitation() — Method in class Model
Model::new_member() — Method in class Model
Model::new_module() — Method in class Model
Model::new_newsletter() — Method in class Model
Model::new_pending() — Method in class Model
Model::newsletter() — Method in class Model
$ Page#newsletterProperty in class Page
Page::newsletter() — Method in class Page
Ui::new_grouplist() — Method in class Ui
$ Member#newsletter:Property in class Member

stored in MySQL as tinyint

NewsletterClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model newsletter.

$ Newsletter#newsletter_group_idProperty in class Newsletter
Model::new_job() — Method in class Model
Model::new_job_history() — Method in class Model
Model::new_job_status() — Method in class Model
Ui::new_job_ui_status() — Method in class Ui
Model::new_page() — Method in class Model
Action::new_formprocessor() — Method in class Action
Action::new_formprocessor_email() — Method in class Action
Action::new_formprocessor_workflow() — Method in class Action
Model::new_category() — Method in class Model
Model::new_list_item() — Method in class Model
Model::new_list_properties() — Method in class Model
Model::new_list_status() — Method in class Model
Ui::new_category_selector() — Method in class Ui
Ui::new_item_editor() — Method in class Ui
Ui::new_item_list() — Method in class Ui
Ui::new_item_preview() — Method in class Ui
Ui::new_list_preview() — Method in class Ui
$ ListItemDocumentation#numeric_idProperty in class ListItemDocumentation
$ ListItem#numeric_idProperty in class ListItem
Model::new_profile() — Method in class Model
Model::new_profile_property() — Method in class Model
Model::new_property() — Method in class Model
Model::new_property_group() — Method in class Model
Model::new_property_tab() — Method in class Model
Model::new_property_tab_group() — Method in class Model
Model::new_tab() — Method in class Model
Ui::new_profile() — Method in class Ui
Ui::new_profile_list() — Method in class Ui
$ Property#name_i18n:Property in class Property

stored in MySQL as varchar

$ PropertyGroup#name_i18n:Property in class PropertyGroup

stored in MySQL as varchar

Model::new_article() — Method in class Model
Model::new_category() — Method in class Model
NewsControllerDocumentationClass in namespace XELOS\Modules\News\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

NewsControllerClass in namespace XELOS\Modules\News

Class NewsController

NewsCestClass in namespace XELOS\Modules\News\Tests\Codeception\Acceptance
Model::new_confirmation() — Method in class Model
Model::new_document() — Method in class Model
Model::new_document_elasticsearch() — Method in class Model
Model::new_faceted_filter() — Method in class Model
Model::new_search_history() — Method in class Model
Model::new_searchagent() — Method in class Model
Model::new_term() — Method in class Model
$ AbstractBrowserItem#nameProperty in class AbstractBrowserItem
Model::new_page() — Method in class Model
Model::new_page_history() — Method in class Model
Model::new_page_link() — Method in class Model
Ui::new_page() — Method in class Ui
Ui::new_view_wiki_read() — Method in class Ui
Ui::new_view_wiki_write() — Method in class Ui
SmartWikiController::newPageFromTemplate() — Method in class SmartWikiController

new Page from template with title, if it cant find the template, returns null

$ Action#notificationProperty in class Action
Action::notification() — Method in class Action
Model::new_document_action_history() — Method in class Model
Model::new_document_wall_item() — Method in class Model
Model::new_entry() — Method in class Model
Model::new_hidden_instance() — Method in class Model
$ LicenseProblem#name:Property in class LicenseProblem

enum user_limit_reached|license_about_to_expire|license_expired|unable_to_connect_to_repo

ContentFirst::new_document() — Method in class ContentFirst
Model::new_category() — Method in class Model
Model::new_document() — Method in class Model
Model::new_document_history() — Method in class Model
Model::new_document_meta_data() — Method in class Model
Model::new_document_meta_field() — Method in class Model
Model::new_document_template() — Method in class Model
Model::new_file_template() — Method in class Model
Model::new_preview() — Method in class Model
Model::new_report() — Method in class Model
Model::new_xfs_document() — Method in class Model
Model::new_zip_import_job() — Method in class Model
Ui::new_document() — Method in class Ui
Ui::new_document_gallery_panel() — Method in class Ui
Ui::new_document_page() — Method in class Ui
Ui::new_document_page_sidebar() — Method in class Ui
Ui::new_document_page_views() — Method in class Ui
Ui::new_document_panel() — Method in class Ui
Ui::new_document_table_panel() — Method in class Ui
Ui::new_explorer() — Method in class Ui
Ui::new_filter_panel() — Method in class Ui
Ui::new_folder_tree_panel() — Method in class Ui
Ui::new_portlet_folderview() — Method in class Ui
Ui::new_preview_loader() — Method in class Ui
Ui::new_report_specification__helper() — Method in class Ui
Ui::new_view_document_details() — Method in class Ui
Ui::new_view_document_link() — Method in class Ui
Ui::new_view_document_read() — Method in class Ui
Ui::new_view_document_template() — Method in class Ui
Ui::new_view_document_write() — Method in class Ui
Ui::new_xfs_document() — Method in class Ui
Ui::new_zip_import_status_bar() — Method in class Ui
$ Category#name_i18nProperty in class Category

: stored in MySQL as varchar

$ Document#nameProperty in class Document

: stored in MySQL as varchar

$ DocumentHistory#nameProperty in class DocumentHistory

: stored in MySQL as varchar

NotifyActionClass in namespace XELOS\Modules\SystemNotification\Action
$ Action#notifyProperty in class Action
Model::new_user_setting() — Method in class Model
NotificationChannelClass in namespace XELOS\Modules\SystemNotification\Hook\Base

Class NotificationChannel

NotificationChannelInterfaceClass in namespace XELOS\Modules\SystemNotification\Hook\Base

Interface NotificationChannelInterface

NotifyPageClass in namespace XELOS\Modules\SystemNotification\Page
NotificationActionClass in namespace XELOS\Modules\SystemPwa\Action

Class NotificationAction

$ Action#notificationProperty in class Action
Action::notification() — Method in class Action
Model::new_push_subscription() — Method in class Model
$ Page#notificationProperty in class Page
Page::notification() — Method in class Page
NotificationPageClass in namespace XELOS\Modules\SystemPwa\Page

Class Overview

Model::new_aggregate_dimension() — Method in class Model
Model::new_aggregate_numeric() — Method in class Model
Model::new_event() — Method in class Model
Ui::new_aggregation_chart() — Method in class Ui
Ui::new_level_selector() — Method in class Ui
$ Model#nodeProperty in class Model
Model::new_check() — Method in class Model
Model::new_node() — Method in class Model
Model::node() — Method in class Model
$ CheckDocumentation#node_idProperty in class CheckDocumentation
NodeDocumentationClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Node.

$ NodeDocumentation#node_name:Property in class NodeDocumentation

stored in MySQL as varchar

Check::notify_user() — Method in class Check

Sends a notification about this check to the administrators of this system

NodeClass in namespace XELOS\Modules\SystemStatus\Model
Model::new_recurring_task() — Method in class Model
Model::new_task() — Method in class Model
Model::new_task_list() — Method in class Model
Model::new_task_list_column() — Method in class Model
Ui::new_result_panel() — Method in class Ui
Ui::new_task() — Method in class Ui
Ui::new_tasks_list() — Method in class Ui
$ RecurringTaskDocumentation#next_run:Property in class RecurringTaskDocumentation

stored in MySQL as datetime

NewTaskProcessorClass in namespace XELOS\Modules\SystemTasks\Hook\Doclink
NewTaskProcessor::new_task() — Method in class NewTaskProcessor

New Task

Model::new_menu_item() — Method in class Model
Model::new_push_client() — Method in class Model
Model::new_Tag() — Method in class Model
Model::new_TagDocument() — Method in class Model
Model::new_translation() — Method in class Model
Model::new_translation_document() — Method in class Model
Model::new_translation_feedback() — Method in class Model
Model::new_translation_job() — Method in class Model
Model::new_result() — Method in class Model
Model::new_trendvote() — Method in class Model
Ui::new_document() — Method in class Ui
Ui::new_edit() — Method in class Ui
Ui::new_results() — Method in class Ui
Ui::new_trendvote() — Method in class Ui
Model::new_file() — Method in class Model
Model::new_scan() — Method in class Model
xm_webservice_magic_action::new_oauth_client() — Method in class xm_webservice_magic_action
xm_webservice_magic_action::new_oauth_server() — Method in class xm_webservice_magic_action
xm_webservice_magic_model::new_oauth_access() — Method in class xm_webservice_magic_model
Model::new_category() — Method in class Model
Model::new_widget() — Method in class Model
Ui::new_widget_list() — Method in class Ui
$ CategoryDocumentation#name_i18n:Property in class CategoryDocumentation

stored in MySQL as varchar

$ WidgetDocumentation#name_i18n:Property in class WidgetDocumentation

stored in MySQL as varchar

$ WidgetDocumentation#new_tabProperty in class WidgetDocumentation
Model::new_answer() — Method in class Model
Model::new_participant() — Method in class Model
Model::new_survey() — Method in class Model

O

Bootloader::onError() — Method in class Bootloader

This method is used by the temporary error handling while booting the system and the main logging part is not available. After the process the main error handler and logging overwrite this part.

Bootloader::onException() — Method in class Bootloader

Handle Exception in case we have problem before Logger is setup

$ AlternativeLoginAuthentication#optionsProperty in class AlternativeLoginAuthentication

AD-Auth Options (Set in Global Config and Read in __construct)

$ CommandDefinition#optionsProperty in class CommandDefinition
$ Console#outputProperty in class Console
$ Input#optionsProperty in class Input
OutputClass in namespace XELOS\Framework\Core\Console

Class Output

$ MagicMethodHelper#onCreateObjectProperty in class MagicMethodHelper
MagicMethodHelper::onCreateObject() — Method in class MagicMethodHelper

Add Custom Object Create Callback

SearchableDocumentModelInterface::onSearchIndexUpdate() — Method in class SearchableDocumentModelInterface

Update given Search Index Records during Document Indexing Requires documents to be registered and processed by index_event

$ Template#output_modeProperty in class Template
$ Template#option_template_debugProperty in class Template
Template::output_html() — Method in class Template

Output the final HTML

Template::output_login_form() — Method in class Template
Template::output_two_factor_auth_form() — Method in class Template
Template::output_pw_change_form() — Method in class Template
ObjectManagerClass in namespace XELOS\Framework\Core\Traits

Trait ObjectManager XELOS Framework

$ ObjectManager#object_cacheProperty in class ObjectManager

Each object created by a success call of __call or __get will be saved into this property to avoid a multiple creation of same objects and minimize performance loss. If the multiple creation of objects is desirable e.g. in factory classes, the caching can be disabled by setting xf_trait::factory_mode to true.

ModulePortlet::onPublish() — Method in class ModulePortlet

Called when the staging page is published.

ModulePortlet::onDiscardChanges() — Method in class ModulePortlet

Called when the staging page is replaced with the live page.

BackgroundJob::onScheduled() — Method in class BackgroundJob

Note: This event may happen in the Frontend call

BackgroundJob::onFinish() — Method in class BackgroundJob

Note: This event always is being triggered by the job runner

BackgroundJob::onRetry() — Method in class BackgroundJob

Note: This event always is being triggered by the job runner

BackgroundJob::onAbort() — Method in class BackgroundJob

Note: This event always is being triggered by the job runner

BackgroundJob::onCancel() — Method in class BackgroundJob

Note: This event always is being triggered by the job runner

SoftDeleteInterface::onRestore() — Method in class SoftDeleteInterface

Called when the model is restored.

SoftDeleteInterface::onSoftDelete() — Method in class SoftDeleteInterface

Called when softDelete is executed.

SoftDeleteInterface::onForceDelete() — Method in class SoftDeleteInterface

Called when forceDelete is executed.

ModelCollection::offsetSet() — Method in class ModelCollection

$collections[0] = $entry

ModelCollection::offsetExists() — Method in class ModelCollection

isset($collection[0])

ModelCollection::offsetUnset() — Method in class ModelCollection

unset($collection[0])

ModelCollection::offsetGet() — Method in class ModelCollection

$collection[0]

DuplicatableModelTrait::onDuplicateProperties() — Method in class DuplicatableModelTrait
DuplicatableModelTrait::onDuplicateSaved() — Method in class DuplicatableModelTrait
SoftDeleteTrait::onSoftDelete() — Method in class SoftDeleteTrait

Implement to process event

SoftDeleteTrait::onRestore() — Method in class SoftDeleteTrait

Implement to process event

SoftDeleteTrait::onForceDelete() — Method in class SoftDeleteTrait
SystemDaemon::onStartup() — Method in class SystemDaemon

Gets called once on daemon startup Use this place to prepare daemon

SystemDaemonThreaded::onThreadError() — Method in class SystemDaemonThreaded

Gets called if a thread exits with an error code It can be used e.g. to clean up unfinished work in case of an ABORTED exit status

Query::or() — Method in class Query

Chain the next where() call with OR

Query::orderBy() — Method in class Query

Adds a orderBy condition to the Query

Debug::onAfterGetPage() — Method in class Debug

Output data on page exit

SlimTimer::output_showtime_bar() — Method in class SlimTimer
Html::open_tag() — Method in class Html

Helper function to open a HTML tag (e.g.

)

NonpersistentSessionHandler::open() — Method in class NonpersistentSessionHandler
SqlSessionHandler::open() — Method in class SqlSessionHandler
$ AuditTrail#old_propertiesProperty in class AuditTrail
$ AuditTrail#old_sha256Property in class AuditTrail

: {type: binary, size: 32}

DocumentIndex::onRestore() — Method in class DocumentIndex

Called when the model is restored.

DocumentIndex::onSoftDelete() — Method in class DocumentIndex

Called when softDelete is executed.

Navigation::onSearchIndexUpdate() — Method in class Navigation
$ Calendar#optionsProperty in class Calendar

Internal options

$ Chart#ofc_chart_versionProperty in class Chart

Use version 1 for best compatibility Use version 2 for advanced features, like on-click or gradient-fill

$ Form#open_fieldsetsProperty in class Form
Form::open_form() — Method in class Form
$ FroalaEditorBuilder#optionsProperty in class FroalaEditorBuilder
$ Import#optionsProperty in class Import
$ Math#operationProperty in class Math
$ Table#order_byProperty in class Table
$ Table#order_fieldProperty in class Table
$ Table#order_field_secondaryProperty in class Table
$ Table#order_fieldsProperty in class Table
$ Table#order_arrayProperty in class Table
$ Tree#optionsProperty in class Tree
$ Tree#onDeleteProperty in class Tree
$ Tree#onRenameProperty in class Tree
$ Tree#onAddProperty in class Tree
$ AdCache#objectsid:Property in class AdCache

stored in MySQL as varchar

$ SynchStatus#objectsid:Property in class SynchStatus

stored in MySQL as varchar

DropboxStorageProvider::on_browse_tree() — Method in class DropboxStorageProvider
DropboxStorageProvider::on_upload() — Method in class DropboxStorageProvider
DropboxStorageProvider::on_download() — Method in class DropboxStorageProvider
GoogleStorageProvider::on_browse_tree() — Method in class GoogleStorageProvider
GoogleStorageProvider::on_upload() — Method in class GoogleStorageProvider
GoogleStorageProvider::on_download() — Method in class GoogleStorageProvider
UploadDocumentProcessor::on_trigger_action() — Method in class UploadDocumentProcessor

put your comment there.

StorageProvider::on_browse_tree() — Method in class StorageProvider

Returns an array which contains the content of the requested path. This array is used by xui_tree.

StorageProvider::on_upload() — Method in class StorageProvider

Executes the provider specific file upload from xelos to the remote storage space.

StorageProvider::on_download() — Method in class StorageProvider

Download the requested remote file and save the content to the destination path.

OnedriveBusinessStorageProviderClass in namespace XELOS\Modules\ApiMicrosoft\Hook\ApiCloudstorage

Class OnedriveBusinessStorageProvider

OnedriveStorageProviderClass in namespace XELOS\Modules\ApiMicrosoft\Hook\ApiCloudstorage

Class OnedriveStorageProvider

OnedriveStorageProvider::on_browse_tree() — Method in class OnedriveStorageProvider

Returns an array which contains the content of the requested path. This array is used by xui_tree.

OnedriveStorageProvider::on_upload() — Method in class OnedriveStorageProvider

Executes the provider specific file upload from xelos to the remote storage space.

OnedriveStorageProvider::on_download() — Method in class OnedriveStorageProvider

Download the requested remote file and save the content to the destination path.

OutlookPersonalCalenderGetEventsClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Calendar

Class OutlookPersonalCalenderGetEvents

$ CoAuthorDocumentProcessor#oneDriveStorageProviderProperty in class CoAuthorDocumentProcessor
CoAuthorDocumentProcessor::on_trigger_action() — Method in class CoAuthorDocumentProcessor

put your comment there.

OutlookInboxShowPortletClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Portal

Class OutlookInboxShowPortlet

MicrosoftOauthClient::onBeforeSaveClient() — Method in class MicrosoftOauthClient
MicrosoftOauthClient::onBeforeDeleteClient() — Method in class MicrosoftOauthClient
OnedriveOauthClientClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Webservice

Class OnedriveOauthClient

$ SyncData#old_event_data:Property in class SyncData

stored in MySQL as mediumblob

$ SyncData#old_sync_data:Property in class SyncData

stored in MySQL as mediumblob

Comment::onRestore() — Method in class Comment

Called when the model is restored.

Comment::onSearchIndexUpdate() — Method in class Comment
ActivityIndexerSearchPreprocessor::onBackgroundUpdate() — Method in class ActivityIndexerSearchPreprocessor

As likes/views change permanently we update these values on each background update operation for all documents

CategoryCollection::offsetGet() — Method in class CategoryCollection
EventCollection::offsetGet() — Method in class EventCollection
$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
$ EventDocumentation#organizer_idProperty in class EventDocumentation
$ InvoiceTemplateDocumentation#on_account_text:Property in class InvoiceTemplateDocumentation

stored in MySQL as text

$ ParticipantLogDocumentation#old_status:Property in class ParticipantLogDocumentation

stored in MySQL as varchar

Event::onSearchIndexUpdate() — Method in class Event
$ InvoiceTemplate#on_account_textProperty in class InvoiceTemplate

: stored in MySQL as text

OverviewPageClass in namespace XELOS\Modules\Eventplanner\Page
$ ForumController#object_cacheProperty in class ForumController
Category::onSearchIndexUpdate() — Method in class Category
Category::onRestore() — Method in class Category

Called when the model is restored.

Post::onRestore() — Method in class Post

Called when the model is restored.

Post::onSearchIndexUpdate() — Method in class Post
Thread::onRestore() — Method in class Thread

Called when the model is restored.

Thread::onSearchIndexUpdate() — Method in class Thread
$ Step#operatableCategoryProperty in class Step
$ Step#operatableCategoryRouteProperty in class Step
$ Step#operatableThreadRouteProperty in class Step
$ Step#operatableThreadProperty in class Step
$ Step#operatablePostProperty in class Step
$ Step#operatablePostRouteProperty in class Step
Step::operatablePostRoute() — Method in class Step
Step::operatableThreadRoute() — Method in class Step
Step::operatableCategoryRoute() — Method in class Step
$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
$ Module#options:Property in class Module

stored in MySQL as text

$ JobDocumentation#owner_thread:Property in class JobDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#owner_thread:Property in class JobHistoryDocumentation

stored in MySQL as varchar

TestJob::onAbort() — Method in class TestJob

Note: This event always is being triggered by the job runner

TestJob::onRetry() — Method in class TestJob

Note: This event always is being triggered by the job runner

TestJob::onScheduled() — Method in class TestJob

Note: This event may happen in the Frontend call

SystemDaemon::onStartup() — Method in class SystemDaemon

Startup of Daemon (Fail all aborted jobs on this node)

SystemDaemon::onThreadError() — Method in class SystemDaemon

Mark jobs as failed if a thread fails

$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
ListItem::onSearchIndexUpdate() — Method in class ListItem

Make list items searchable in central search

ListProperties::onSearchIndexUpdate() — Method in class ListProperties
OverviewPageClass in namespace XELOS\Modules\Lists\Page
$ Property#owner:Property in class Property

enum user|component

$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
Article::onSearchIndexUpdate() — Method in class Article
OverviewPageClass in namespace XELOS\Modules\News\Page

Class xpage_news_overview

$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
OverviewPageClass in namespace XELOS\Modules\ReadConfirmation\Page

Class Overview

$ Page#opensearchProperty in class Page
$ Page#overviewProperty in class Page
Page::opensearch() — Method in class Page
Page::overview() — Method in class Page
SearchPreprocessor::onBackgroundUpdate() — Method in class SearchPreprocessor

Maintenance Function which will be calls every time a scheduled Background Update should be run This function can be used to trigger mass-updates on the search

OpensearchPageClass in namespace XELOS\Modules\Search\Page
OverviewPageClass in namespace XELOS\Modules\Search\Page
Page::onRestore() — Method in class Page

Restore the history and links.

Page::onForceDelete() — Method in class Page

Delete the history and links.

Page::onSearchIndexUpdate() — Method in class Page
WebdavService::onUploadFinished() — Method in class WebdavService
PreviewJob::onRetry() — Method in class PreviewJob
PreviewJob::onAbort() — Method in class PreviewJob

Sets the previews as failed when the job aborts.

Category::onSearchIndexUpdate() — Method in class Category

Adds the Category to the search index

Document::onSearchIndexUpdate() — Method in class Document
DocumentTablePanel::onTablePopulate() — Method in class DocumentTablePanel

Returns an array contains a total count of items, documents and folders.

$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
OverviewPageClass in namespace XELOS\Modules\SystemStats\Page
$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
$ NodeDocumentation#operation:Property in class NodeDocumentation

enum normal|maintenance|deploy_to|deploy_from

OverviewPageClass in namespace XELOS\Modules\SystemStatus\Page
Task::onSearchIndexUpdate() — Method in class Task
$ TranslationDocumentDocumentation#original_content:Property in class TranslationDocumentDocumentation

stored in MySQL as mediumtext

$ TranslationDocumentDocumentation#original_language:Property in class TranslationDocumentDocumentation

stored in MySQL as varchar

$ TranslationDocumentation#original_content:Property in class TranslationDocumentation

stored in MySQL as mediumtext

$ TranslationDocumentation#original_language:Property in class TranslationDocumentation

stored in MySQL as varchar

OAuthClientActionClass in namespace XELOS\Modules\Webservice\Action

Class xaction_webservice_oauth_client

OAuthServerActionClass in namespace XELOS\Modules\Webservice\Action

Class OAuthServerAction

OAuthClientHookClass in namespace XELOS\Modules\Webservice\Hook

Class OAuthClient

$ OAuthClientHook#oauthAccessProperty in class OAuthClientHook
OAuthClientHook::onBeforeSaveClient() — Method in class OAuthClientHook

Method will be called after successful authentication shortly before OAuth access is persisted to DB permamently

OAuthClientHook::onBeforeDeleteClient() — Method in class OAuthClientHook

Method will be called when user or admin disconnects/removes account within user settings

OAuthClientCheckClass in namespace XELOS\Modules\Webservice\Hook\SystemStatus
OAuthClientClass in namespace XELOS\Modules\Webservice\Lib

Class OAuthClient

OAuthProviderClass in namespace XELOS\Modules\Webservice\Lib

Class OAuthProvider

OpenIDConfigurationClass in namespace XELOS\Modules\Webservice\Lib

Class OpenIDConfiguration

OauthAccessClass in namespace XELOS\Modules\Webservice\Model

Class xmodel_webservice_oauth_access

OAuthAccountsPageClass in namespace XELOS\Modules\Webservice\Page
$ xm_webservice_magic_action#oauth_clientProperty in class xm_webservice_magic_action
$ xm_webservice_magic_action#oauth_serverProperty in class xm_webservice_magic_action
$ xm_webservice_magic_model#oauth_accessProperty in class xm_webservice_magic_model
$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
OverviewPageClass in namespace XELOS\Modules\Widgets\Page
$ Page#overviewProperty in class Page
Page::overview() — Method in class Page
OverviewPageClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Page

xelos page, is automatically called based on the page param: http://www.example.com/module/PAGE

P

$ UserDetails#passwordProperty in class UserDetails
Console::printDebugProfiling() — Method in class Console

Prints debug profiling information.

Table::print() — Method in class Table

Outputs the whole table

Input::parseArguments() — Method in class Input
Input::parseOption() — Method in class Input
Output::parseColorTags() — Method in class Output
$ Core#parent_contextProperty in class Core
$ Core#pageProperty in class Core

Access to pages defined in the class sub-folder page

Core::prepareQueryWithParams() — Method in class Core
Core::prepare_query() — Method in class Core
Core::prepare_lquery() — Method in class Core
Core::pquery() — Method in class Core
Core::print_context_menu() — Method in class Core
Core::print_context_menu_with_submenu() — Method in class Core
Core::print_preview_link() — Method in class Core
Core::print_file_link() — Method in class Core

Print File Link (Alias Function)

Core::page__feed() — Method in class Core
Core::page__file() — Method in class Core
Core::page__deeplink() — Method in class Core

DeepLink Page (will be called for unresolvable deeplinks, e.g. from hooks search or others

$ XUILinkHelper#parent_contextProperty in class XUILinkHelper
IndexEventInterface::process_document_index() — Method in class IndexEventInterface

Process Document Event

$ Template#previous_render_modeProperty in class Template
Template::pre_render_action() — Method in class Template

Enables a template to execute certain tasks before page is fully rendered (e.g. AJAX navigation)

Template::parse_partial_template() — Method in class Template
Template::parse_template() — Method in class Template

Generic Template Loader

Template::parse_template_translate_cb() — Method in class Template

Callback used by template language replace

Template::parse_template_content() — Method in class Template
Template::parse_xtag() — Method in class Template

Evaluate the passed XML Source parse xTags

CoreLinkMethods::print_link() — Method in class CoreLinkMethods

Wrapper for XF->lib->link substituting modules with instance names etc.

CoreLinkMethods::print_current_link() — Method in class CoreLinkMethods
LegacyTrait::parseLegacyDocuments() — Method in class LegacyTrait
$ Controller#pageProperty in class Controller
$ ModulePortlet#portlet_configProperty in class ModulePortlet
$ ModulePortlet#portlet_titleProperty in class ModulePortlet
$ ModulePortlet#portlet_title_linkProperty in class ModulePortlet
DocumentModel::preventPresentationAfterIndexing() — Method in class DocumentModel

Returns whether this document should be present to user (e.g. activity stream/log) after an indexing process or not.

$ Model#propertiesProperty in class Model
$ Model#properties_metaProperty in class Model
$ Model#properties_null_valuesProperty in class Model
Model::populate_model_by_query() — Method in class Model
Model::process_find_query() — Method in class Model

Execute Query of find() function. Can be modified by child class if necessary

ModelCollection::pluck() — Method in class ModelCollection

Returns the passed property of all objects in an array

ModelCollection::pluck_unique() — Method in class ModelCollection

Returns the passed property of all objects in an array (unique and filtered)

ModelCollection::pop() — Method in class ModelCollection

this function returns the last value of the models-array, shortening the models-array by one element.

ModelCollection::push() — Method in class ModelCollection

this function treats models-array as a stack, and pushes the passed variables onto the end of array.

$ AuditableTrait#propertiesProperty in class AuditableTrait
$ SoftDeleteTrait#propertiesProperty in class SoftDeleteTrait
PageClass in namespace XELOS\Framework\Module\Page

Class Page

SetupPage::page_overview() — Method in class SetupPage

Make an overview page, displaying all available setup steps and their completion state

SystemCron::process() — Method in class SystemCron
$ SystemDaemon#process_counterProperty in class SystemDaemon
SystemDaemon::process() — Method in class SystemDaemon
SystemDaemonThreaded::processThread() — Method in class SystemDaemonThreaded
SystemDaemonThreaded::process() — Method in class SystemDaemonThreaded

Main Daemon Process used to orchestrate all working threads Important: Must not contain any blocking operations

Document::process() — Method in class Document

Declared in Classes

Document::process_sidebar() — Method in class Document
UIAjaxComponent::process_xui() — Method in class UIAjaxComponent

Optional processing method.

UIAjaxComponent::process() — Method in class UIAjaxComponent

dummy process method - may be overwritten

UIComponent::parse_template() — Method in class UIComponent
UIComponent::parse_template_cb_wrapper() — Method in class UIComponent
UIComponent::parse_xtag() — Method in class UIComponent
UIComponent::process() — Method in class UIComponent

Declared in Classes

$ DB#passwordProperty in class DB
$ MySQLAdapter#passwordProperty in class MySQLAdapter
$ MySQLAdapter#portProperty in class MySQLAdapter
MySQLAdapter::pquery() — Method in class MySQLAdapter

Prepared Statement Query

MySQLAdapter::prepare_debug_profiling() — Method in class MySQLAdapter

Prepare Profiling Infos from Database if in DEVMODE

$ Lib#privacyProperty in class Lib
$ Lib#policyProperty in class Lib
Convert::pdf_to_image() — Method in class Convert
Debug::print_a() — Method in class Debug
Debug::print_counts() — Method in class Debug
File::put_file_contents() — Method in class File
$ Filehandler#path_zipProperty in class Filehandler
Filehandler::process() — Method in class Filehandler
Filehandler::process_zip() — Method in class Filehandler
Seeding::prepareInstallation() — Method in class Seeding
Link::print_link() — Method in class Link

Print full HTML Link

Link::print_url() — Method in class Link

Print URL Link

Link::print_current_link() — Method in class Link

Print current full HTML Link

Link::print_current_url() — Method in class Link

Print current URL Link

Link::print_context_menu() — Method in class Link

Display Context Links

Link::print_context_menu_with_submenu() — Method in class Link

Creates a context menu with submenus

NativeMailHandlerFactory::prepareRecord() — Method in class NativeMailHandlerFactory
$ Mail#portProperty in class Mail
$ Mail#passwordProperty in class Mail
Mail::prepare_attachment() — Method in class Mail

Prepare Attachment for sending

$ Modsetup#policy_levelsProperty in class Modsetup
Notification::publish() — Method in class Notification

Add Notificaton Message to Queue

$ NotificationBuilder#plaintextCallbackProperty in class NotificationBuilder
PolicyClass in namespace XELOS\Framework\XF\Lib
$ Policy#parity_intsProperty in class Policy
Policy::parse_policies() — Method in class Policy

Generates a filtered policy array using a policy centroid (which can also be a user_diff), an optional changes array and an optional set of prefixes the found policies should be filtered for. Returns an assoc array that holds the proper parity integer for each policy key found. This may include unset properties as them being unset is only saved in the changes column of the user_policy_diff table until the next user group calc run.

PrivacyClass in namespace XELOS\Framework\XF\Lib
$ Quota#percentProperty in class Quota
$ Request#postProperty in class Request
$ Request#putProperty in class Request
$ SecureEvalClass#parseErrorsProperty in class SecureEvalClass

Parse Errors

SecureEvalClass::parse() — Method in class SecureEvalClass

Check for Parse Errors

Session::pollute_session() — Method in class Session

sets is_dirty flag for session(s) of given user_id (or array of ids) if user id is false, current user id is used

Session::pollute_session_for_groups() — Method in class Session

Sets is_dirty flag for all sessions assigned to users within $groups

SessionDirtyFlagStorageInterface::pollute_user_session() — Method in class SessionDirtyFlagStorageInterface

Marks the session for the given user_id as dirty

SqlSessionHandler::pollute_user_session() — Method in class SqlSessionHandler
JsonParser::parseFile() — Method in class JsonParser

Parses the passed JSON file and returns an TokenCollection

JsonParser::parseFolder() — Method in class JsonParser

Parses all locales/.json files within the passed folder including all subfolders

PoParserClass in namespace XELOS\Framework\XF\Lib\i18n\Parser
PoParser::parseFile() — Method in class PoParser
SourcecodeParser::parseFolder() — Method in class SourcecodeParser

Parses all Sourcecode files (php,js) in the specified folder for sourcecode strings

TemplateParser::parseFolder() — Method in class TemplateParser

Parses .tpl files in the specified folders and returns a TokenCollection

$ Model#pagesProperty in class Model
$ Model#policyProperty in class Model
$ Model#policy2groupProperty in class Model
$ Model#policy2userProperty in class Model
$ DocumentIndex#propertiesProperty in class DocumentIndex
$ DocumentIndex#parent_documentProperty in class DocumentIndex
$ DocumentIndex#parent_group_documentProperty in class DocumentIndex
$ DocumentIndex#post_idProperty in class DocumentIndex
$ DocumentIndex#post_typeProperty in class DocumentIndex
$ DocumentIndex#post_created_atProperty in class DocumentIndex

Y-m-d H:i:s

$ DocumentIndex#post_updated_atProperty in class DocumentIndex

Y-m-d H:i:s

$ DocumentIndex#possible_rights_contextProperty in class DocumentIndex
DocumentIndex::prefetch_document_indexes() — Method in class DocumentIndex

Prefetch document indexes in single batch for later usage via cache

$ DocumentRegistry#primary_documentProperty in class DocumentRegistry
$ DocumentRegistry#post_typeProperty in class DocumentRegistry
$ Group#propertiesProperty in class Group
$ Hierarchy#propertiesProperty in class Hierarchy
$ Hierarchy#pidProperty in class Hierarchy
HierarchyContext::populate_hierarchy() — Method in class HierarchyContext

Populate Hierarchy

$ I18nToken#plural_tokenProperty in class I18nToken

Plural token

$ InstanceSetup#propertiesProperty in class InstanceSetup
$ ModuleGroupSecurity#propertiesProperty in class ModuleGroupSecurity
$ Navigation#propertiesProperty in class Navigation
$ Notification#propertiesProperty in class Notification
$ Notification#plaintextProperty in class Notification
$ Notification#processed_atProperty in class Notification
$ NotificationRegistry#priorityProperty in class NotificationRegistry

low,medium,high

PagesClass in namespace XELOS\Framework\XF\System\Model
PolicyClass in namespace XELOS\Framework\XF\System\Model

Class xdummy_system_policy_model_collection

Policy2GroupClass in namespace XELOS\Framework\XF\System\Model

Class Policy2Group

Policy2UserClass in namespace XELOS\Framework\XF\System\Model

Class Policy2User

$ RecentDocument#propertiesProperty in class RecentDocument
$ ThemeSet#propertiesProperty in class ThemeSet
ThemeSet::parse_css_file() — Method in class ThemeSet

Replaces Variables in the passed CSS file

ThemeSet::parse_css_color_cb() — Method in class ThemeSet
ThemeSet::parse_css_url_cb() — Method in class ThemeSet
ThemeSet::parse_css_var_cb() — Method in class ThemeSet
$ User#propertiesProperty in class User

ATTENTION: Custom save handler - consider on setting properties to this model

User::parse_template() — Method in class User

Parse Template for User Properties

User::parse_template_cb() — Method in class User
$ UserConfig#propertiesProperty in class UserConfig
$ UserGroup#propertiesProperty in class UserGroup
$ UI#primary_admin_linksProperty in class UI
AjaxContainer::process() — Method in class AjaxContainer
AmchartBar::process() — Method in class AmchartBar

Create Chart object and apply default settings

AmchartChart::process() — Method in class AmchartChart

Declared in Classes

AmchartGantt::process() — Method in class AmchartGantt

Create Chart object and apply default settings

AmchartPie::process() — Method in class AmchartPie

Declared in Classes

Browse::process_xui() — Method in class Browse

Process the input as preparation to the render process

$ Chart#paletteProperty in class Chart

Colour Palette to use

Chart::process() — Method in class Chart

Process Chart Will return JSON formatted data if requested by chart automatically

$ Container#placeholderContentProperty in class Container
$ Css#positionProperty in class Css
DocumentLock::process_xui() — Method in class DocumentLock

Process and prepare xui for rendering.

DocumentView::process_sidebar() — Method in class DocumentView

Process Siedbar

Faceted::process() — Method in class Faceted

Process all parameters

Form::process() — Method in class Form
Form::process_fields() — Method in class Form
Form::post_processing() — Method in class Form
Form::parse_pop_query() — Method in class Form
Form::populate() — Method in class Form
FormComponent::process() — Method in class FormComponent

Process e.g. file upload, resize etc.

FormComponent::post_process() — Method in class FormComponent
FormDocument::process() — Method in class FormDocument

Process the component, storing provided files in a temporary folder

FormDocument::post_process() — Method in class FormDocument
FormFile::process() — Method in class FormFile
FormFile::post_process() — Method in class FormFile
FormMultifile::process() — Method in class FormMultifile
FormMultifile::post_process() — Method in class FormMultifile
FormPolicySelector::process() — Method in class FormPolicySelector

Process e.g. file upload, resize etc.

FormPolicySelector::post_process() — Method in class FormPolicySelector
$ FormRowRenderer#propertiesProperty in class FormRowRenderer
$ FormRowRendererMultifieldRow#propertiesProperty in class FormRowRendererMultifieldRow
$ FormRowRendererMultirowTable#propertiesProperty in class FormRowRendererMultirowTable
FormTag::post_process() — Method in class FormTag

Save Tags of document

FormTextarea::process() — Method in class FormTextarea

Process e.g. file upload, resize etc.

FormTextboxList::process() — Method in class FormTextboxList

Render the proper JSON Object containing all autocomplete lookup values as well as their keys.

$ FroalaEditorBuilder#previewInsertGroupsProperty in class FroalaEditorBuilder
FroalaOption::pasteAllowedStyleProps() — Method in class FroalaOption

The list of allowed CSS attributes to be used for tags on paste.

FroalaOption::pasteAllowLocalImages() — Method in class FroalaOption

Removes images that have local path (file://) on paste. Enabling this option might result in having mixed content on HTTPS websites.

FroalaOption::pasteDeniedAttrs() — Method in class FroalaOption

Attributes that are removed when pasting something into the rich text editor.

FroalaOption::pasteDeniedTags() — Method in class FroalaOption

Tags that are removed together with their content when pasting something into the rich text editor.

FroalaOption::pastePlain() — Method in class FroalaOption

Removes text formatting when pasting content into the rich text editor, but keeps the content's structure.

FroalaOption::placeholderText() — Method in class FroalaOption

The placeholder used when the WYSIWYG editor body is empty.

FroalaOption::pluginsEnabled() — Method in class FroalaOption

The plugins that should be enabled in the current editor instance. By default, all plugins are enabled. Available plugins are: align, charCounter, codeBeautifier, codeView, colors, draggable, embedly, emoticons, entities, file, fontAwesome, fontFamily, fontSize, fullscreen, image, imageTUI, imageManager, inlineStyle, inlineClass, lineBreaker, lineHeight, link, lists, paragraphFormat, paragraphStyle, quickInsert, quote, save, table, url, video, wordPaste.

Note: Each plugin requires you to include the corresponding JS and CSS files. Here is the <a href="../docs/plugins/" class="f-link" title="Plugins" target="_blank">complete list of plugins and the files required by them.

FroalaOption::paragraphDefaultSelection() — Method in class FroalaOption

The default option to select for Paragraph Format.

FroalaOption::paragraphFormat() — Method in class FroalaOption

An Object with the options that will appear in the Paragraph Format dropdown from the toolbar. Where 'N' tag will be treated as a &lt;p&gt; when the enter option is set to FroalaEditor.ENTER_P and as a &lt;div&gt; when the <a href="#enter" title="enter" target="_blank">enter option is set to FroalaEditor.ENTER_DIV.

FroalaOption::paragraphFormatSelection() — Method in class FroalaOption

The Paragraph Format button from the WYSIWYG editor's toolbar is replaced with a dropdown showing the actual paragraph format name for the current text selection.

FroalaOption::paragraphMultipleStyles() — Method in class FroalaOption

Allows multiple paragraph styles to be selected at a time.

FroalaOption::paragraphStyles() — Method in class FroalaOption

Set custom styles for the selected paragraph. The classes should be defined in CSS, otherwise no changes will be visible on the paragraph's appearance.

$ HtmlTree#paramsProperty in class HtmlTree
ImageEdit::process_xui() — Method in class ImageEdit

Process XUI

InPlaceEditor::process_xui() — Method in class InPlaceEditor
$ Instance#pageProperty in class Instance
$ ItemList#paginationProperty in class ItemList
ItemList::process_xui() — Method in class ItemList
PagingClass in namespace XELOS\Framework\XF\UI
Paging::process() — Method in class Paging
Paging::prepare_query() — Method in class Paging
PortletClass in namespace XELOS\Framework\XF\UI
$ Portlet#portletProperty in class Portlet
ProgressBarClass in namespace XELOS\Framework\XF\UI
$ Table#process_priorityProperty in class Table
$ Table#process_queue_idProperty in class Table
$ Table#process_queueProperty in class Table
$ Table#pre_orderedProperty in class Table
$ TableEditor#paramsProperty in class TableEditor

customizable by xTags

TableEditor::process() — Method in class TableEditor
$ Tree#pid_fieldProperty in class Tree
Tree::process() — Method in class Tree
VCard::process_xui() — Method in class VCard

Optional processing method.

ViewModeSwitcher::process_xui() — Method in class ViewModeSwitcher

Optional processing method.

Wizard::prev_step() — Method in class Wizard

put your comment there.

Wizard::process_xui() — Method in class Wizard

put your comment there.

$ User#policyProperty in class User
PageClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ SynchStatus#propertiesProperty in class SynchStatus
ListPage::page_overview() — Method in class ListPage
ListPage::page_sync_action() — Method in class ListPage
SystemCron::process() — Method in class SystemCron
PresenceUserLinksClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Doclink
ApiPage::page_bot() — Method in class ApiPage

Messaging Bot Extension for MS Teams https://docs.microsoft.com/de-de/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions https://docs.microsoft.com/de-de/microsoftteams/platform/messaging-extensions/how-to/search-commands/respond-to-search?tabs=json

ApiPage::page_search() — Method in class ApiPage

Backwards Compatibility Method

DirectoryPage::page_overview() — Method in class DirectoryPage
DirectoryPage::page_details() — Method in class DirectoryPage
DirectoryPage::page_teams() — Method in class DirectoryPage

Generate Teams App

PageClass in namespace XELOS\Modules\AuthSaml\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
Meta::page_overview() — Method in class Meta
Slo::page_overview() — Method in class Slo
Slo::page_idp_logout() — Method in class Slo
$ Model#participantProperty in class Model
Model::participant() — Method in class Model
PageClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ Calendar#public:Property in class Calendar

stored in MySQL as tinyint

$ Event#private:Property in class Event

stored in MySQL as tinyint

ParticipantClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model participant.

$ Reminder#pidProperty in class Reminder
$ Reminder#ptype:Property in class Reminder

enum event|task

$ ReminderQueue#pidProperty in class ReminderQueue
$ Model#pageProperty in class Model
$ Model#page_liveProperty in class Model
$ Model#partialProperty in class Model
$ Model#partial_liveProperty in class Model
Model::page() — Method in class Model
Model::page_live() — Method in class Model
Model::partial() — Method in class Model
Model::partial_live() — Method in class Model
PageClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ Component#partial_idProperty in class Component
$ Component#properties:Property in class Component

stored in MySQL as longtext

$ ComponentLive#partial_idProperty in class ComponentLive
$ ComponentLive#properties:Property in class ComponentLive

stored in MySQL as longtext

$ History#page_idProperty in class History
$ HistoryComponent#page_idProperty in class HistoryComponent
$ HistoryComponent#partial_idProperty in class HistoryComponent
$ HistoryComponent#properties:Property in class HistoryComponent

stored in MySQL as longtext

PageClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model page.

PageLiveClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model page_live.

$ PageLive#pidProperty in class PageLive
PartialClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model partial.

$ Partial#page_idProperty in class Partial
$ Partial#positionProperty in class Partial
PartialLiveClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model partial_live.

$ PartialLive#page_idProperty in class PartialLive
$ PartialLive#positionProperty in class PartialLive
ParserActionClass in namespace XELOS\Modules\Comments\Action

Class ParserAction

CommentsController::page_main() — Method in class CommentsController

This is the default page which is returned when the Controller is being rendered in a template

$ Action#parserProperty in class Action
Action::parser() — Method in class Action
PageClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ Comment#pidProperty in class Comment
IndexEventDocumentIndexEvent::process_document_index() — Method in class IndexEventDocumentIndexEvent

Notify users that someone commented on their document

$ Comment#propertiesProperty in class Comment
$ LinkInfo#propertiesProperty in class LinkInfo
$ Editor#parentCommentProperty in class Editor
PortletActionShowPortletClass in namespace XELOS\Modules\DMS\Hook\Portal
PortletFolderhierarchyShowPortletClass in namespace XELOS\Modules\DMS\Hook\Portal
PortletFolderviewShowPortletClass in namespace XELOS\Modules\DMS\Hook\Portal
PortletNavigatorShowPortletClass in namespace XELOS\Modules\DMS\Hook\Portal
PortletReportShowPortletClass in namespace XELOS\Modules\DMS\Hook\Portal
PreviewClass in namespace XELOS\Modules\DMS\Model

Class Category

PortletFolderviewClass in namespace XELOS\Modules\DMS\UI
PreviewLoaderClass in namespace XELOS\Modules\DMS\UI

Class PreviewLoader

$ FollowedDocumentsShowPortlet#portlet_configProperty in class FollowedDocumentsShowPortlet
$ FollowedDocumentsShowPortlet#portlet_titleProperty in class FollowedDocumentsShowPortlet
ActivityIndexerSearchPreprocessor::preProcessDocument() — Method in class ActivityIndexerSearchPreprocessor

Add like and view attribute to SearchIndexRecord

IndexEventDocumentIndexEvent::process_document_index() — Method in class IndexEventDocumentIndexEvent
$ InvoiceAction#pdfcreatorProperty in class InvoiceAction
InvoiceAction::process_cron() — Method in class InvoiceAction
PostActionClass in namespace XELOS\Modules\Eventplanner\Action

Created by PhpStorm.

EventCollection::populatePropertyTags() — Method in class EventCollection

Enhance collection with tags tbd: populatePropertyTagsAfterLoad, populateAfterLoad.

EventCollection::populateParticipantStatus() — Method in class EventCollection

Add participant status for current user

$ EventplannerControllerDocumentation#pageProperty in class EventplannerControllerDocumentation
$ Action#postProperty in class Action
Action::post() — Method in class Action
$ Model#participantProperty in class Model
$ Model#participant_logProperty in class Model
$ Model#price_categoryProperty in class Model
Model::participant() — Method in class Model
Model::participant_log() — Method in class Model
Model::price_category() — Method in class Model
PageClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#participantsProperty in class Page
$ Page#payment_adminProperty in class Page
$ Page#paymentProperty in class Page
$ Page#postProperty in class Page
$ Page#post_paymentProperty in class Page
Page::participants() — Method in class Page
Page::payment_admin() — Method in class Page
Page::payment() — Method in class Page
Page::post() — Method in class Page
Page::post_payment() — Method in class Page
$ CategoryDocumentation#pidProperty in class CategoryDocumentation
$ EventDocumentation#payment_option:Property in class EventDocumentation

enum inactive|optional|mandatory

$ EventDocumentation#payment_admin_email:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#provider:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#participant_visibility:Property in class EventDocumentation

stored in MySQL as tinyint

$ InvitationReplyLogDocumentation#participant_idProperty in class InvitationReplyLogDocumentation
$ InvoiceDocumentation#payment_module:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#payment_idProperty in class InvoiceDocumentation
$ InvoiceDocumentation#process_id:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#payment_type:Property in class InvoiceDocumentation

enum on_account|creditcard|directbanking|prepayment|sepadirectdebit

$ InvoiceDocumentation#payment_status:Property in class InvoiceDocumentation

enum open|pending|paid|failed|cancelled|cancelling_request|refund

$ InvoiceDocumentation#payment_status_before:Property in class InvoiceDocumentation

enum open|pending|paid|failed|cancelled|cancelling_request|refund

$ InvoiceDocumentation#payment_status_info:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#pdf_document_idProperty in class InvoiceDocumentation
$ InvoiceTemplateDocumentation#pdf_template:Property in class InvoiceTemplateDocumentation

stored in MySQL as text

ParticipantDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Participant.

ParticipantLogDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model ParticipantLog.

$ ParticipantLogDocumentation#participant_idProperty in class ParticipantLogDocumentation
PriceCategoryDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model PriceCategory.

$ PriceCategoryDocumentation#priceProperty in class PriceCategoryDocumentation
$ TicketDocumentation#price_category_idProperty in class TicketDocumentation
$ TicketDocumentation#priceProperty in class TicketDocumentation
$ EventplannerController#pagesProperty in class EventplannerController
$ EventplannerController#participationDescriptionProperty in class EventplannerController

Each entry in callToActionTitles has a description text which might contain the response date as a %s placeholder.

$ CRMParticipationShowPortlet#portlet_configProperty in class CRMParticipationShowPortlet
$ CalendarLinkGetEvents#portlet_configProperty in class CalendarLinkGetEvents
$ CalendarLinkGetEvents#portlet_titleProperty in class CalendarLinkGetEvents
$ EventplannerUpcomingShowPortlet#portlet_configProperty in class EventplannerUpcomingShowPortlet
$ EventplannerUpcomingShowPortlet#portlet_titleProperty in class EventplannerUpcomingShowPortlet
PayloadParticipantPayloadClass in namespace XELOS\Modules\Eventplanner\Hook\Workflows

Created by PhpStorm.

$ PayloadParticipantPayload#page_modelProperty in class PayloadParticipantPayload
ProcessParticipantActionClass in namespace XELOS\Modules\Eventplanner\Hook\Workflows

Created by PhpStorm.

ProcessParticipantAction::process() — Method in class ProcessParticipantAction
$ Event#propertiesProperty in class Event
$ Invoice#propertiesProperty in class Invoice
$ InvoiceTemplate#propertiesProperty in class InvoiceTemplate
$ InvoiceTemplate#pdf_templateProperty in class InvoiceTemplate

: stored in MySQL as text

$ Job#propertiesProperty in class Job
$ Numberrange#propertiesProperty in class Numberrange
ParticipantClass in namespace XELOS\Modules\Eventplanner\Model

Class XELOS\Modules\Eventplanner\Model\Participant

$ Participant#propertiesProperty in class Participant
ParticipantLogClass in namespace XELOS\Modules\Eventplanner\Model
PriceCategoryClass in namespace XELOS\Modules\Eventplanner\Model

Class XELOS\Modules\Eventplanner\Model\PriceCategory

$ PriceCategory#propertiesProperty in class PriceCategory
Ticket::process_find_query() — Method in class Ticket

Wrapper for the process_find_query Method. Adds "cancelled <> 1" to all queries, thus returning only those tickets that are not cancelled

$ UserGroupTicketContingent#propertiesProperty in class UserGroupTicketContingent
CategoriesPage::page_overview() — Method in class CategoriesPage

Edit categories

DetailPage::page_overview() — Method in class DetailPage

View Event Details

EventActionPage::page_overview() — Method in class EventActionPage

public page to confirm,deny an event invitation (link from invitation mail)

EventActionPage::page_register() — Method in class EventActionPage
OverviewPage::page_overview() — Method in class OverviewPage

List all events with appropriate filters

OverviewPage::page_ical() — Method in class OverviewPage
ParticipantsPageClass in namespace XELOS\Modules\Eventplanner\Page
ParticipantsPage::page_overview() — Method in class ParticipantsPage
PaymentAdminPageClass in namespace XELOS\Modules\Eventplanner\Page

Acts as an overview of all payment events, payment related settings and the invoices overview

PaymentAdminPage::page_settings() — Method in class PaymentAdminPage

Shows the config options on a separate page

PaymentAdminPage::page_overview() — Method in class PaymentAdminPage

Overview of all events with activated payments

PaymentAdminPage::page_invoices() — Method in class PaymentAdminPage

Displays all invoices of one event Allows to update the status of one or more invoices.

PaymentAdminPage::page_invoice() — Method in class PaymentAdminPage

Displays the details of one invoice.

PaymentAdminPage::page_template() — Method in class PaymentAdminPage

Overview of all available templates

PaymentAdminPage::page_edit_template() — Method in class PaymentAdminPage

Enables to edit the invoice and the email template Mostly copied from crm_ext_pdfreport

PaymentAdminPage::page_numberrange() — Method in class PaymentAdminPage

Overview of all available number ranges

PaymentAdminPage::page_send_email() — Method in class PaymentAdminPage

Re-sends an email with the invoice to the buyer

PaymentAdminPage::page_all_pdfs() — Method in class PaymentAdminPage

Allows the download of all invoices

PaymentAdminPage::page_single_pdf() — Method in class PaymentAdminPage

Download one invoice. Creates the invoice if it doesn't exist yet.

PaymentPageClass in namespace XELOS\Modules\Eventplanner\Page

This is an xpage which is not configured as a page in the config.yml

PaymentPage::page_invoices() — Method in class PaymentPage

Page to display all invoices for a user

PaymentPage::page_overview() — Method in class PaymentPage

Page for the user payment process

PaymentPage::page_download_invoice() — Method in class PaymentPage

Page to download the invoice

PaymentPage::page_cancel_invoice() — Method in class PaymentPage
PostPageClass in namespace XELOS\Modules\Eventplanner\Page
PostPage::page_options() — Method in class PostPage

Page Options

PostPage::page_participants() — Method in class PostPage

Page Participants

PostPage::page_post_payment() — Method in class PostPage
PostPage::page_invitation_wizard() — Method in class PostPage
PostPage::page_hooks_invite() — Method in class PostPage

Called from XELOS\Modules\Eventplanner\Action\InvitationsAction

PostPage::page_overview() — Method in class PostPage

Edit events

PostPage::page_related() — Method in class PostPage
PostPaymentPageClass in namespace XELOS\Modules\Eventplanner\Page
PostPaymentPage::page_overview() — Method in class PostPaymentPage

Display the payment tab:

  • Create price categories either depending on a user group or with code entry
  • Set additional text which is displayed in the invoice
  • Set the ticket purchase limit for each user based on its user group
PostPaymentPage::page_edit() — Method in class PostPaymentPage

Display the price category edit form

PostPaymentPage::page_edit_contingent() — Method in class PostPaymentPage
PostPaymentPage::page_delete() — Method in class PostPaymentPage

Delete a price category

PostPaymentPage::page_delete_contingent() — Method in class PostPaymentPage

Delete a user group contingent

SystemCron::process() — Method in class SystemCron
$ ForumControllerDocumentation#pageProperty in class ForumControllerDocumentation
$ Model#postProperty in class Model
Model::post() — Method in class Model
PageClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#p_idProperty in class CategoryDocumentation
PostDocumentationClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Post.

$ ForumController#pagingProperty in class ForumController
$ ForumController#policy_default_accessProperty in class ForumController
GroupsTemplateInit::process() — Method in class GroupsTemplateInit
CreateThreadAction::process() — Method in class CreateThreadAction
$ ThreadPayload#payload_type_referenceProperty in class ThreadPayload
$ ThreadPayload#payload_convertible_to_pdfProperty in class ThreadPayload
UpdateThreadAction::process() — Method in class UpdateThreadAction
$ Category#propertiesProperty in class Category
Category::preventPresentationAfterIndexing() — Method in class Category
PostClass in namespace XELOS\Modules\Forum\Model
$ Post#propertiesProperty in class Post
Post::preventPresentationAfterIndexing() — Method in class Post
$ Thread#propertiesProperty in class Thread
DeletePage::page_delete() — Method in class DeletePage
EditPage::page_edit_category() — Method in class EditPage
EditPage::page_edit_thread() — Method in class EditPage
EditPage::page_edit_post() — Method in class EditPage
FeedPage::page_feed() — Method in class FeedPage
SystemCron::process() — Method in class SystemCron

Process Block Routing

ForumCest::participantShouldNotAbleToStartDiscussion() — Method in class ForumCest
ForumCest::participantShouldNotEditAndDeletePostFromUser() — Method in class ForumCest
ParticipantRoleClass in namespace XELOS\Modules\Forum\Tests\Codeception\Support

Class ParticipantGuy

$ Step#postEditSelectorProperty in class Step
$ Step#postDeleteSelectorProperty in class Step
Step::postDeleteSelector() — Method in class Step
Step::postEditSelector() — Method in class Step
Step::postURL() — Method in class Step
VoteBox::process_xui() — Method in class VoteBox
$ GroupsTasksControllerDocumentation#pageProperty in class GroupsTasksControllerDocumentation
PageClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaskDocumentation#parentProperty in class TaskDocumentation
$ TaskDocumentation#priority:Property in class TaskDocumentation

enum low|medium|high|auto

$ TaskDocumentation#personal_sortProperty in class TaskDocumentation
$ TaskDocumentation#personal_category_numProperty in class TaskDocumentation
TemplateInit::process() — Method in class TemplateInit
$ TaskList#propertiesProperty in class TaskList
TaskList::preventPresentationAfterIndexing() — Method in class TaskList
$ Model#pendingProperty in class Model
Model::pending() — Method in class Model
PageClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ Category#pidProperty in class Category
$ Group#public:Property in class Group

stored in MySQL as tinyint

PendingClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\Model

This file provides property and method documentation for the model pending.

$ JobQueueControllerDocumentation#pageProperty in class JobQueueControllerDocumentation
PageClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

ApiPage::page_overview() — Method in class ApiPage

Provides an API the fetch job status information from the frontend

StatusPage::page_overview() — Method in class StatusPage

Provides an API the fetch job status information from the frontend

TestPage::page_overview() — Method in class TestPage

Provides an API the fetch job status information from the frontend

SystemDaemon::processThread() — Method in class SystemDaemon

Main Process Loop for each Thread to fetch and process each job. Called multiple times per thread.

$ LegalControllerDocumentation#pageProperty in class LegalControllerDocumentation
$ Model#pageProperty in class Model
Model::page() — Method in class Model
PageClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

PageDocumentationClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Disclaimer.

PageClass in namespace XELOS\Modules\Legal\Model
AdminPage::page_overview() — Method in class AdminPage

Edit page for the disclaimer and the disclaimer settings.

AdminPage::page_imprint() — Method in class AdminPage

Edit page for the imprint.

DisclaimerPage::page_overview() — Method in class DisclaimerPage

Displays the disclaimer. If the user has to agree to it, the confirm form will be displayed.

ImprintPage::page_overview() — Method in class ImprintPage

Displays the imprint on a public page.

FormprocessorEmailAction::process() — Method in class FormprocessorEmailAction

Process

FormprocessorWorkflowAction::process() — Method in class FormprocessorWorkflowAction

Process

$ ListsControllerDocumentation#pageProperty in class ListsControllerDocumentation
PageClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#pidProperty in class CategoryDocumentation
$ ListDocumentation#process_email_subject:Property in class ListDocumentation

stored in MySQL as varchar

$ ListDocumentation#process_email_recipients:Property in class ListDocumentation

stored in MySQL as text

$ ListDocumentation#process_workflow_idProperty in class ListDocumentation
Field::processSavingInformation() — Method in class Field

Processes the information on saving the list item.

Field::prepareFilterValue() — Method in class Field

Before the faceted filters are updated, prepare the values to be storage friendly and useful.

AssignedUsers::processSavingInformation() — Method in class AssignedUsers

Processes the information on saving the list item.

Date::processSavingInformation() — Method in class Date

Processes the information on saving the list item.

Date::prepareFilterValue() — Method in class Date

Converts the formatted or the default value into a timestamp, that will be saved as filterable value.

Datetime::processSavingInformation() — Method in class Datetime

Processes the information on saving the list item.

Datetime::prepareFilterValue() — Method in class Datetime

Prepares the value for the date time field, so the array will be flattened into a string, which is friendlier to use as a filter.

PrefilledFieldClass in namespace XELOS\Modules\Lists\Hook\Base\Field
Asset::processSavingInformation() — Method in class Asset
Ticket::processSavingInformation() — Method in class Ticket
Textbox::prepareFilterValue() — Method in class Textbox

Before the faceted filters are updated, prepare the values to be storage friendly and useful.

Timespan::processSavingInformation() — Method in class Timespan

Additionally writes the start_at timestamp into the form data, that - if needed - a faceted field can be created, which renders useful when it comes to sorting the table for timespan fields.

UserSelector::processSavingInformation() — Method in class UserSelector
$ ListsGanttShowPortlet#portlet_configProperty in class ListsGanttShowPortlet
$ ListsGanttShowPortlet#portlet_titleProperty in class ListsGanttShowPortlet
$ ListsPortletShowPortlet#portlet_configProperty in class ListsPortletShowPortlet
$ ListsPortletShowPortlet#portlet_titleProperty in class ListsPortletShowPortlet
$ ListsSingleShowPortlet#portlet_configProperty in class ListsSingleShowPortlet
$ ListsSingleShowPortlet#portlet_titleProperty in class ListsSingleShowPortlet
FilterListItemsAction::process() — Method in class FilterListItemsAction
$ ListItemPayload#payload_type_referenceProperty in class ListItemPayload
$ ListItemPayload#payload_convertible_to_pdfProperty in class ListItemPayload
SetFieldAction::process() — Method in class SetFieldAction

Set the item field to the selected value

UpdateStatusAction::process() — Method in class UpdateStatusAction

Set the item field to the selected value

$ Category#pidProperty in class Category
$ ListItem#propertiesProperty in class ListItem
ListItem::preventPresentationAfterIndexing() — Method in class ListItem
$ ListProperties#propertiesProperty in class ListProperties
$ ListProperties#process_email_subjectProperty in class ListProperties

Subject of form email

$ ListProperties#process_email_recipientsProperty in class ListProperties

Recipients of form email

$ ListProperties#process_db_storage_sqlProperty in class ListProperties

Database storage SQL

$ ListProperties#process_workflow_idProperty in class ListProperties

Workflow ID

EditItemPage::page_overview() — Method in class EditItemPage
EditItemPage::page_preset() — Method in class EditItemPage

Passes the parameters given to the overview page in order to use alternative routing for presets.

EditItemPage::page_delete() — Method in class EditItemPage
ItemOverviewPage::page_overview() — Method in class ItemOverviewPage

Show all the accessible list entries of the selected list with the faceted search if it is activated.

ItemOverviewPage::page_admin() — Method in class ItemOverviewPage
ItemOverviewPage::page_view() — Method in class ItemOverviewPage

Shows the readonly form for a list item if the user has the following policies:

  • read category
  • read list
  • if the user only has read list: status rights_check is read_all or read_assigned and the user is assigned.
ItemOverviewPage::page_html() — Method in class ItemOverviewPage
ItemOverviewPage::page_pdf() — Method in class ItemOverviewPage
OverviewPage::page_overview() — Method in class OverviewPage

Show all accessible lists with their category.

SettingsPage::page_overview() — Method in class SettingsPage

Show all forms per category

CategorySelector::process_xui() — Method in class CategorySelector

Optional processing method.

ItemEditor::process_xui() — Method in class ItemEditor
ItemList::process_xui() — Method in class ItemList
ListPortlet::process_xui() — Method in class ListPortlet

Optional processing method.

$ Model#profileProperty in class Model
$ Model#profile_propertyProperty in class Model
$ Model#propertyProperty in class Model
$ Model#property_groupProperty in class Model
$ Model#property_tabProperty in class Model
$ Model#property_tab_groupProperty in class Model
Model::profile() — Method in class Model
Model::profile_property() — Method in class Model
Model::property() — Method in class Model
Model::property_group() — Method in class Model
Model::property_tab() — Method in class Model
Model::property_tab_group() — Method in class Model
PageClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Ui#profileProperty in class Ui
$ Ui#profile_listProperty in class Ui
$ Main#pageProperty in class Main
ProfileClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model profile.

ProfilePropertyClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model profile_property.

$ ProfileProperty#profile_idProperty in class ProfileProperty
$ ProfileProperty#property_idProperty in class ProfileProperty
PropertyClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model property.

$ Property#printable:Property in class Property

stored in MySQL as tinyint

$ Property#peer_privacy:Property in class Property

enum disabled|allow_default|deny_default

PropertyGroupClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model property_group.

PropertyTabClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model property_tab.

PropertyTabGroupClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\Model

This file provides property and method documentation for the model property_tab_group.

$ PropertyTabGroup#property_tab_idProperty in class PropertyTabGroup
$ PropertyTabGroup#position:Property in class PropertyTabGroup

enum left|full|right

LookbookProfileTest::propertySearchQueryProvider() — Method in class LookbookProfileTest

Property search query provider

PageClass in namespace XELOS\Modules\News\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Page#postProperty in class Page
Page::post() — Method in class Page
$ ArticleDocumentation#published_at:Property in class ArticleDocumentation

stored in MySQL as datetime

$ NewsControllerDocumentation#pageProperty in class NewsControllerDocumentation
GroupsTemplateInit::process() — Method in class GroupsTemplateInit

process

$ FullShowPortlet#portlet_configProperty in class FullShowPortlet
$ FullShowPortlet#portlet_titleProperty in class FullShowPortlet
$ RecentShowPortlet#portlet_configProperty in class RecentShowPortlet
$ RecentShowPortlet#portlet_titleProperty in class RecentShowPortlet
$ ArticlePayload#payload_type_referenceProperty in class ArticlePayload
PublishArticleActionClass in namespace XELOS\Modules\News\Hook\Workflows

Class xwf_action_news_article_enable_topnews

PublishArticleAction::process() — Method in class PublishArticleAction

Process action

$ Article#propertiesProperty in class Article
$ Category#propertiesProperty in class Category
NewsController::page_feed() — Method in class NewsController
NewsController::page_settings() — Method in class NewsController

Settings: Category Page

PostPageClass in namespace XELOS\Modules\News\Page

Class xpage_news_post

PostPage::page_overview() — Method in class PostPage

Formular Page to post a new article The document or image upload action is set #49 set_download_handler which

PersonalWorkspaceDocumentBrowserClass in namespace XELOS\Modules\PersonalWorkspace\Hook\Selector\Browser

Class PersonalWorkspaceDocumentBrowser

$ WebdavService#pw_modProperty in class WebdavService
$ Workspace#propertiesProperty in class Workspace
AdminPage::page_overview() — Method in class AdminPage

show a list of users with the config_var quota_size set for this instance in system_user_config

AdminPage::page_edit_user() — Method in class AdminPage
PersonalWorkspaceControllerClass in namespace XELOS\Modules\PersonalWorkspace

Class PersonalWorkspaceController

PersonalWorkspaceControllerTestClass in namespace XELOS\Modules\PersonalWorkspace\Tests\Codeception\Unit

Class PersonalWorkspaceControllerTest

$ PersonalWorkspaceControllerTest#personalWorkspaceControllerProperty in class PersonalWorkspaceControllerTest
PageClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ReadConfirmationControllerDocumentation#pageProperty in class ReadConfirmationControllerDocumentation
$ ReadConfirmationShowPortlet#portlet_configProperty in class ReadConfirmationShowPortlet
$ ReadConfirmationShowPortlet#portlet_titleProperty in class ReadConfirmationShowPortlet
AdminPage::page_overview() — Method in class AdminPage
AdminPage::page_detail() — Method in class AdminPage
OverviewPage::page_overview() — Method in class OverviewPage

Overview for the user, is also used for access control who should be able to see the respective portlets

OverviewPage::page_redirect() — Method in class OverviewPage
IndexerAction::process() — Method in class IndexerAction

Process all relevant things for this search index entry (attachments, tags, etc.)

IndexerAction::processPreProcessorHooks() — Method in class IndexerAction

Applies available search.search_preprocessor hooks on the SearchIndexRecord

PageClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TermDocumentation#phonetic:Property in class TermDocumentation

stored in MySQL as varchar

$ SearchControllerDocumentation#pageProperty in class SearchControllerDocumentation
SearchPreprocessor::preProcessDocument() — Method in class SearchPreprocessor

This function is called for each indexed document and gets an array with the SearchIndexRecords of this specific document.

PortletSearchShowPortletClass in namespace XELOS\Modules\Search\Hook\Portal
$ PortletSearchShowPortlet#portlet_configProperty in class PortletSearchShowPortlet
UpdateSearchIndexDocumentIndexEvent::process_document_index() — Method in class UpdateSearchIndexDocumentIndexEvent

Update / Delete Search Index corresponding to document index

$ DocumentElasticsearch#propertiesProperty in class DocumentElasticsearch
MaintenancePage::page_overview() — Method in class MaintenancePage
SettingsPage::page_overview() — Method in class SettingsPage

Search System Settings

SettingsPage::page_facets() — Method in class SettingsPage
$ SearchController#portlet_searchProperty in class SearchController

Used in the themes to display the search bar

$ SearchIndexRecord#preProcessingDataProperty in class SearchIndexRecord
SystemCron::process() — Method in class SystemCron
SearchIntegrationResultPanel::process_xui() — Method in class SearchIntegrationResultPanel

Optional processing method.

PageClass in namespace XELOS\Modules\SmartWiki\CF
$ Model#pageProperty in class Model
$ Model#page_historyProperty in class Model
$ Model#page_linkProperty in class Model
Model::page() — Method in class Model
Model::page_history() — Method in class Model
Model::page_link() — Method in class Model
PageClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Ui#pageProperty in class Ui
PageDocumentationClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Page.

$ PageDocumentation#pidProperty in class PageDocumentation
$ PageDocumentation#published_at:Property in class PageDocumentation

stored in MySQL as timestamp

PageHistoryDocumentationClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\Model

This file provides property and method documentation for the model PageHistory.

$ PageHistoryDocumentation#page_idProperty in class PageHistoryDocumentation
PageLinkDocumentationClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\Model

This file provides property and method documentation for the model PageLink.

$ SmartWikiControllerDocumentation#pageProperty in class SmartWikiControllerDocumentation
GroupsTemplateInit::process() — Method in class GroupsTemplateInit

process

PageClass in namespace XELOS\Modules\SmartWiki\Model

Class XELOS\Modules\SmartWiki\Model\Page

$ Page#propertiesProperty in class Page
$ Page#pidProperty in class Page
$ Page#published_atProperty in class Page
PageHistoryClass in namespace XELOS\Modules\SmartWiki\Model

Class PageHistory

$ PageHistory#propertiesProperty in class PageHistory
PageLinkClass in namespace XELOS\Modules\SmartWiki\Model

Class PageLink

$ PageLink#propertiesProperty in class PageLink
IndexPage::page_orphans() — Method in class IndexPage

diagnostic page to find orphan pages, which are pages that won't be displayed in the tree view but show on the alphabetical index page

TemplatesPage::page_overview() — Method in class TemplatesPage
TemplatesPage::page_edit() — Method in class TemplatesPage
SmartWikiController::parse_content_html() — Method in class SmartWikiController
SmartWikiController::parse_wiki_links() — Method in class SmartWikiController
SmartWikiController::parse_special_tags_cb() — Method in class SmartWikiController
SmartWikiController::parse_auto_toc() — Method in class SmartWikiController
SystemCron::process() — Method in class SystemCron
PageClass in namespace XELOS\Modules\SmartWiki\UI
PageClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ EntryDocumentation#post_idProperty in class EntryDocumentation
$ EntryDocumentation#post_typeProperty in class EntryDocumentation
$ SystemActionlogControllerDocumentation#pageProperty in class SystemActionlogControllerDocumentation
$ Main#pageProperty in class Main
DaemonHelperTrait::processDocumentIndexByHooks() — Method in class DaemonHelperTrait

Loads all index hooks and executes them to process the document index.

DocumentIndexDaemonLegacy::prepare() — Method in class DocumentIndexDaemonLegacy

Initializes the index process.

DocumentIndexDaemonLegacy::process() — Method in class DocumentIndexDaemonLegacy

Starts the document index process.

DocumentIndexDaemonLegacy::processMaintenance() — Method in class DocumentIndexDaemonLegacy

Run various Maintenance Tasks

DocumentIndexDaemonLegacy::processIndex() — Method in class DocumentIndexDaemonLegacy

This step performs sorting for deletion and update on queued document indexes and jobs as preparation for the actual indexing.

DocumentIndexDaemonLegacy::processCluster() — Method in class DocumentIndexDaemonLegacy

Populate Cluster

DocumentIndexDaemonLegacy::processClusterEval() — Method in class DocumentIndexDaemonLegacy

Process Cluster Eval

DocumentIndexDaemonLegacy::processClusterEvalDocuments() — Method in class DocumentIndexDaemonLegacy

This method is the callback for a threaded process to evaluate document index policy cluster.

DocumentIndexDaemonLegacy::processHooks() — Method in class DocumentIndexDaemonLegacy

Process Hooks

DocumentIndexDaemonThreaded::prepare() — Method in class DocumentIndexDaemonThreaded

Initializes the index process.

DocumentIndexDaemonThreaded::process() — Method in class DocumentIndexDaemonThreaded

Main Daemon Process used to orchestrate all working threads Important: Must not contain any blocking operations

DocumentIndexDaemonThreaded::processThread() — Method in class DocumentIndexDaemonThreaded

Main Processing Function which is being called per Thread

DocumentIndexDaemonThreaded::processNextJob() — Method in class DocumentIndexDaemonThreaded

Processes a single job Fetches a single job and executes all relevant tasks. If finished it calls itself again until the jobs per thread limit is reached.

DocumentIndexDaemonThreaded::processMaintenance() — Method in class DocumentIndexDaemonThreaded

Run various Maintenance Tasks

SystemCron::process() — Method in class SystemCron
SystemCron::process_license_check() — Method in class SystemCron
SystemCron::process_instance_check() — Method in class SystemCron
SystemCron::process_install_worker() — Method in class SystemCron
SystemCron::process_create_backup() — Method in class SystemCron
SystemCron::process_shellplugin_install() — Method in class SystemCron
SystemCron::process_log_cleanup() — Method in class SystemCron

Clean-UP of old LOG-Files and Log-Rotation

SystemCron::process_backup() — Method in class SystemCron
SystemCron::process_user_group_calc() — Method in class SystemCron

Calculate User Groups Associations

SystemCron::process_daemon_check() — Method in class SystemCron

Monitor Daemons (restart broken daemons)

SystemCron::process_file_cleanup() — Method in class SystemCron
SystemCron::process_follows_maintenance() — Method in class SystemCron

Cleanup of Follows and Calculation of Auto-Follows

SystemCron::process_foaf_refresh() — Method in class SystemCron

recalculates foaf connections of all users

SystemCron::process_orphan_cleanup() — Method in class SystemCron

deletes all orphaned items from db, e.g.

SystemCron::processHardDelete() — Method in class SystemCron

Delete softdeleted documents after system_maintenance_trash_ttl

SystemDaemon::process() — Method in class SystemDaemon

Process Loop

GroupsTemplateInit::process() — Method in class GroupsTemplateInit
PortletActionShowPortletClass in namespace XELOS\Modules\SystemDMS\Hook\Portal

Class XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_action_portlet

PortletFolderhierarchyShowPortletClass in namespace XELOS\Modules\SystemDMS\Hook\Portal
PortletFolderviewShowPortletClass in namespace XELOS\Modules\SystemDMS\Hook\Portal

Class XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_folderview_portlet

PortletNavigatorShowPortletClass in namespace XELOS\Modules\SystemDMS\Hook\Portal

Class XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_navigator_portlet

PortletReportShowPortletClass in namespace XELOS\Modules\SystemDMS\Hook\Portal

Portlet that allows creating report-like filters on the fly.

IndexEventDocumentIndexEvent::process_document_index() — Method in class IndexEventDocumentIndexEvent
WebdavService::path_to_id() — Method in class WebdavService

Path Traversal Function

WebdavService::path_to_document_index() — Method in class WebdavService

Convert path to document_index

SavePayloadAction::process() — Method in class SavePayloadAction

Process action save payload into DMS

PreviewJobClass in namespace XELOS\Modules\SystemDMS\Infrastructure\Job
CategoryTabInterface::process() — Method in class CategoryTabInterface
$ Category#propertiesProperty in class Category
Category::preventPresentationAfterIndexing() — Method in class Category
$ Document#propertiesProperty in class Document
PreviewClass in namespace XELOS\Modules\SystemDMS\Model
$ ZipImportJob#propertiesProperty in class ZipImportJob
CategoryPage::page_overview() — Method in class CategoryPage

Return a page with default view

CategoryPage::page_new() — Method in class CategoryPage
CategoryPage::page_delete() — Method in class CategoryPage
CategoryPage::page_edit() — Method in class CategoryPage
DocumentPage::page_unpack() — Method in class DocumentPage

Displays a modal page that can be used to select the target folder for a ZIP extract actions

DocumentPage::page_overview() — Method in class DocumentPage

Document Details

ImportCategoryPage::page_overview() — Method in class ImportCategoryPage
ImportCategoryPage::page_check() — Method in class ImportCategoryPage

This code is meant for helping in recovery or mass update operations The process is generic and you need to manually specify your operation code The code checked in should be "non functional" by design - please uncomment the required function

ReportPage::page_overview() — Method in class ReportPage

Renders a list of all existing reports and provides basic scaffolding actions by using a table editor

ReportPage::page_view() — Method in class ReportPage

Display a specific report or load the specification from another source

TemplatesPage::page_overview() — Method in class TemplatesPage

Displays a page listing all templates

TemplatesPage::page_edit_file() — Method in class TemplatesPage
TemplatesPage::page_edit() — Method in class TemplatesPage
TrashPage::page_overview() — Method in class TrashPage

Overview page

SystemCron::process() — Method in class SystemCron

Process Block Routing

SystemCron::process_maintenance() — Method in class SystemCron

Cleanup the trash folder

SystemCron::process_zip_import() — Method in class SystemCron

Process zip import.

CategoryTest::provideExpectedTreeData() — Method in class CategoryTest
CategoryTest::provideResolveIdData() — Method in class CategoryTest
Document::process_sidebar() — Method in class Document

Process the sidebar of the document.

DocumentPage::process_xui() — Method in class DocumentPage
DocumentPageSidebar::process_xui() — Method in class DocumentPageSidebar
DocumentPanel::process_xui() — Method in class DocumentPanel
DocumentTablePanel::process_xui() — Method in class DocumentTablePanel
Explorer::process_xui() — Method in class Explorer
FilterPanel::process_xui() — Method in class FilterPanel
FolderTreePanel::process_xui() — Method in class FolderTreePanel
PortletFolderviewClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_portlet_folderview

PreviewLoaderClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_preview_loader

ReportSpecificationHelper::process_xui() — Method in class ReportSpecificationHelper

Process the component

ZipImportStatusBar::process_xui() — Method in class ZipImportStatusBar
$ Model#previewProperty in class Model
PageClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Ui#portlet_folderviewProperty in class Ui
$ Ui#preview_loaderProperty in class Ui
$ Main#pageProperty in class Main
$ Category#pidProperty in class Category
PreviewClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model report.

$ Preview#page_countProperty in class Preview
NotifyAction::process_cron_email() — Method in class NotifyAction

Process Email from Notification

PageClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ChannelSettingDocumentation#priorityProperty in class ChannelSettingDocumentation
$ UserSettingDocumentation#priorityProperty in class UserSettingDocumentation
$ SystemNotificationControllerDocumentation#pageProperty in class SystemNotificationControllerDocumentation
SettingsConfigUser::process() — Method in class SettingsConfigUser
NotifyPage::page_html_modal() — Method in class NotifyPage

Returns HTML-Detail of Notification in a modal

NotifyPage::page_ajax_read() — Method in class NotifyPage
NotifyPage::page_ajax_notifications() — Method in class NotifyPage

Render notification content for theme by Ajax-request

NotifyPage::page_ajax_counts() — Method in class NotifyPage

Return notification counts by Ajax-request

NotifyPage::page_message() — Method in class NotifyPage

Return Notify Context Menu

NotifyPage::page_todo() — Method in class NotifyPage
SettingsPage::page_overview() — Method in class SettingsPage
SettingsPage::page_priority() — Method in class SettingsPage
SettingsPage::page_channels() — Method in class SettingsPage

Default Channel Settings

SystemCron::process() — Method in class SystemCron
SystemCron::processNotificationHooks() — Method in class SystemCron
$ Model#push_subscriptionProperty in class Model
Model::push_subscription() — Method in class Model
PageClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

PushSubscriptionDocumentationClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated\Model

This file provides property and method documentation for the model PushSubscription.

$ PushSubscriptionDocumentation#public_key:Property in class PushSubscriptionDocumentation

stored in MySQL as varchar

$ SystemPwaControllerDocumentation#pageProperty in class SystemPwaControllerDocumentation
PushNotificationChannelClass in namespace XELOS\Modules\SystemPwa\Hook\Notification

Class PushNotificationHook

PushSubscriptionClass in namespace XELOS\Modules\SystemPwa\Model
NotificationPage::page_overview() — Method in class NotificationPage

Handle Registration for Push Notifications, this could be opened in a modal?

ResPage::page_overview() — Method in class ResPage
ResPage::page_sw() — Method in class ResPage

Serve the serviceWorker.js with special header to apply the root scope

ResPage::page_manifest() — Method in class ResPage

Deliver a PWA Manifest

CronAction::processCollectors() — Method in class CronAction

Collect statistics from hooks

PageClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ EventDocumentation#param_1:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#param_2:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#param_3:Property in class EventDocumentation

stored in MySQL as varchar

$ SystemStatsControllerDocumentation#pageProperty in class SystemStatsControllerDocumentation
$ WhoisonlineShowPortlet#portlet_titleProperty in class WhoisonlineShowPortlet
$ AggregateDimension#propertiesProperty in class AggregateDimension
OverviewPage::page_overview() — Method in class OverviewPage
SystemCron::process() — Method in class SystemCron
SystemCron::process_maintenance() — Method in class SystemCron
AggregationChart::process_xui() — Method in class AggregationChart

Initiates the aggregation level selector and fills the chart with data.

LevelSelector::process_xui() — Method in class LevelSelector

Gets the selected aggregation level, sets it in the chart and creates the drop down.

PageClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ SystemStatusControllerDocumentation#pageProperty in class SystemStatusControllerDocumentation
$ Node#propertiesProperty in class Node
MinimalPage::page_overview() — Method in class MinimalPage
MinimalPage::page_run_checks() — Method in class MinimalPage

Accessor for URL /system_status/minimal/run_checks This allows to check a node without necessarily using a cron from a loadbalancer

MinimalPage::page_nodes() — Method in class MinimalPage

Accessor for Node Info to be used in monitoring software

SystemCron::process() — Method in class SystemCron
PageClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaskDocumentation#parentProperty in class TaskDocumentation
$ TaskDocumentation#priority:Property in class TaskDocumentation

enum low|medium|high|auto

$ TaskDocumentation#personal_sortProperty in class TaskDocumentation
$ TaskDocumentation#personal_category_numProperty in class TaskDocumentation
$ SystemTasksControllerDocumentation#pageProperty in class SystemTasksControllerDocumentation
GroupListHelper::parse() — Method in class GroupListHelper
$ AddTaskShowPortlet#portlet_titleProperty in class AddTaskShowPortlet
$ ShowTasksShowPortlet#portlet_titleProperty in class ShowTasksShowPortlet
$ Task#propertiesProperty in class Task
$ Task#prioritiesProperty in class Task
$ Task#parentProperty in class Task
$ Task#priorityProperty in class Task

'low', 'medium', 'high'

$ Task#personal_sortProperty in class Task
$ Task#personal_category_numProperty in class Task
$ TaskList#propertiesProperty in class TaskList
TaskList::preventPresentationAfterIndexing() — Method in class TaskList
DetailsPage::page_overview() — Method in class DetailsPage
EditPage::page_overview() — Method in class EditPage

Default Page with no params

EditPage::page_task() — Method in class EditPage

Edit Task

EditPage::page_repeat() — Method in class EditPage

Recurring Task Modal

EditPage::page_del_list() — Method in class EditPage
EditPage::page_edit_list() — Method in class EditPage

Page Edit List

EditPage::page_leave_list() — Method in class EditPage
KanbanPage::page_overview() — Method in class KanbanPage
RecurringPage::page_overview() — Method in class RecurringPage

Show an overview of all recurring tasks

TasksFeedPage::page_overview() — Method in class TasksFeedPage

Feed Generator of Task-Lists

TasksFeedPage::page_feed() — Method in class TasksFeedPage
SystemCron::process() — Method in class SystemCron
$ SystemTasksController#portlet_modeProperty in class SystemTasksController
ConfigUserInterface::process() — Method in class ConfigUserInterface

Can be used for saving/processing data, will be called before render()

$ Model#push_clientProperty in class Model
Model::push_client() — Method in class Model
PageClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
PushClientClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated\Model

This file provides property and method documentation for the model push_client.

$ PushClient#pushid:Property in class PushClient

stored in MySQL as varchar

PageClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaggingControllerDocumentation#pageProperty in class TaggingControllerDocumentation
$ CloudShowPortlet#portlet_titleProperty in class CloudShowPortlet
$ Tag#propertiesProperty in class Tag
SuggestPage::page_overview() — Method in class SuggestPage
SystemCron::process() — Method in class SystemCron
SystemCron::process_cleanup() — Method in class SystemCron
FeedbackAction::processFeedbackJob() — Method in class FeedbackAction
TranslateAction::processTranslationJob() — Method in class TranslateAction

Processes the TranslationJob

PageClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TranslationJobDocumentation#priority:Property in class TranslationJobDocumentation

stored in MySQL as tinyint

$ TranslationControllerDocumentation#pageProperty in class TranslationControllerDocumentation
TranslateProcessor::process_translation() — Method in class TranslateProcessor

Process translation

TranslateDocumentSearchPreprocessor::preProcessDocument() — Method in class TranslateDocumentSearchPreprocessor

Check for possible translations for the SearchIndexRecord. Create translation jobs, if there are translations missing

IndexEventDocumentIndexEvent::process_document_index() — Method in class IndexEventDocumentIndexEvent
AjaxtranslatePage::page_overview() — Method in class AjaxtranslatePage
FeedbackPage::page_overview() — Method in class FeedbackPage

The page to edit the improved translation

FormtranslatePage::page_overview() — Method in class FormtranslatePage
SettingsPage::page_overview() — Method in class SettingsPage

Set the auto translation of content to disabled(!). Auto translation is enabled, if no

SettingsPage::page_language() — Method in class SettingsPage

Page to set the disabled state to $setDisbaled for the specified $language

StatisticsPage::page_overview() — Method in class StatisticsPage

Shows statistics of the requested translations

TestPage::page_overview() — Method in class TestPage
TestPage::page_tokens() — Method in class TestPage
SystemDaemon::process() — Method in class SystemDaemon

Process Loop

PageClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#pageProperty in class Main
$ Trendvote#published_at:Property in class Trendvote

stored in MySQL as datetime

ScanAction::process() — Method in class ScanAction

Scans all folders and files in the XELOS root path.

PageClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VirusScanControllerDocumentation#pageProperty in class VirusScanControllerDocumentation
AdminPage::page_overview() — Method in class AdminPage
AdminPage::page_details() — Method in class AdminPage
SystemCron::process() — Method in class SystemCron
PageClass in namespace XELOS\Modules\VueTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VueTasksControllerDocumentation#pageProperty in class VueTasksControllerDocumentation
ParameterObjectClass in namespace XELOS\Modules\Webservice\Hook\Base\Service

Helper class to define object for webservice methods (complex types).

OAuthClientHook::parseOpenIDConfigurationForDomain() — Method in class OAuthClientHook

Parse OpenID OpenIDConfiguration for OAuth Service Endpoints

OAuthClientHook::parseOpenIDConfiguration() — Method in class OAuthClientHook

Parse OpenID OpenIDConfiguration for OAuth Service Endpoints

OAuthClient::processOpenIDConfiguration() — Method in class OAuthClient

Use an OpenID Configuration to setup this OAuth client

OAuthClient::processAuthorizationCodeResponse() — Method in class OAuthClient

Process Authorization Code Grant

AuthorizePage::page_overview() — Method in class AuthorizePage

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth server

AuthorizePage::page_revoke() — Method in class AuthorizePage

Endpoint for the revoke flow.

AuthorizePage::page_client() — Method in class AuthorizePage

Wrapper for OAuth authentication flows which end on this public page XELOS is acting as OAuth client (via oauth_client hook)

JsonPage::page_json_docs() — Method in class JsonPage

JSON Documentation based on SOAP Services

OAuthAccountsPage::page_overview() — Method in class OAuthAccountsPage

Overview table with accounts

OAuthAccountsPage::page_modal() — Method in class OAuthAccountsPage
WebserviceController::page_wsdl() — Method in class WebserviceController
WebserviceController::page_invoke_service() — Method in class WebserviceController
PageClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#pidProperty in class CategoryDocumentation
$ WidgetsControllerDocumentation#pageProperty in class WidgetsControllerDocumentation
PortletWidgetsShowPortletClass in namespace XELOS\Modules\Widgets\Hook\Portal

Class PortletWidgetsShowPortlet

Widget::preventPresentationAfterIndexing() — Method in class Widget
CategoriesPage::page_overview() — Method in class CategoriesPage

Page overview

OverviewPage::page_overview() — Method in class OverviewPage
SettingsPage::page_overview() — Method in class SettingsPage

Page overview

SettingsPage::page_edit() — Method in class SettingsPage

Page edit widget

SettingsPage::page_delete() — Method in class SettingsPage

Page delete widget todo this should be handled with a_action=delete

PayloadExceptionClass in namespace XELOS\Modules\Workflows\Exceptions

Class PayloadException

HeaderFieldsAction::process() — Method in class HeaderFieldsAction
$ ActionIntegrationTestBase#PROCESS_IDProperty in class ActionIntegrationTestBase
$ ActionIntegrationTestBase#processProperty in class ActionIntegrationTestBase
ActionIntegrationTestBase::performAction() — Method in class ActionIntegrationTestBase

Performs the workflow process like the daemon should with a new action on each run:

  • Creates the action
  • sets the config
  • starts a workflow process and returns a new item
  • sets the User with the ID 1 as the creator
  • runs the daemon action.
ActionStartProcessIntegrationTest::processInfoProvider() — Method in class ActionStartProcessIntegrationTest
$ ExampleSurveyControllerDocumentation#pageProperty in class ExampleSurveyControllerDocumentation
$ Model#participantProperty in class Model
Model::participant() — Method in class Model
PageClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

ParticipantDocumentationClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Participant.

ParticipantClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Model
AdminPage::page_overview() — Method in class AdminPage

By default the function page_overview is called, unless the CMD param is set http://www.example.com/module/page/CMD

OverviewPage::page_overview() — Method in class OverviewPage

Sub Page Overview will be called if no other route param is detected Route //overview/[overview]

OverviewPage::page_take() — Method in class OverviewPage

Take a survey

ReportPage::page_overview() — Method in class ReportPage

Q

$ DatabaseException#QueryProperty in class DatabaseException
$ DatabaseException#QueryParamsProperty in class DatabaseException
$ BackgroundJob#queueProperty in class BackgroundJob
$ MySQLAdapter#query_countProperty in class MySQLAdapter
MySQLAdapter::query_with_params() — Method in class MySQLAdapter

Execute Query (Return Result Array/Count) with passing of parameters e.g. use "SELECT * FROM tbl WHERE id = :id" as query and pass the value for "id" as params array ['id'=>2] All passed values will be automatically escaped for security reasons

MySQLAdapter::query() — Method in class MySQLAdapter

Execute Query (Return Result Array/Count)

QueryClass in namespace XELOS\Framework\XF\DB\QueryBuilder
Date::query_timeserver() — Method in class Date

Query Time Server

QueueMessageClass in namespace XELOS\Framework\XF\Lib\Notification

Interface QueueMessage

QuotaClass in namespace XELOS\Framework\XF\Lib

Class Quota

DocumentIndex::queueExistingDocuments() — Method in class DocumentIndex

Create queue for existing documents for reindex.

QueueClass in namespace XELOS\Framework\XF\System\Model
$ AmchartChart#qualityProperty in class AmchartChart

Quality of the map: Low|High

Form::query() — Method in class Form
FroalaOption::quickInsertButtons() — Method in class FroalaOption

The buttons to display in quick insert.

FroalaOption::quickInsertEnabled() — Method in class FroalaOption

To enable quick insert functionality.

FroalaOption::quickInsertTags() — Method in class FroalaOption

The list of tags for which the quick insert button will appear when empty.

QRCodeClass in namespace XELOS\Framework\XF\UI
$ EventDocumentation#questions:Property in class EventDocumentation

stored in MySQL as text

$ JobDocumentation#queue:Property in class JobDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#queue:Property in class JobHistoryDocumentation

stored in MySQL as varchar

$ SystemDaemon#queuesProperty in class SystemDaemon
$ Workspace#quota_sizeProperty in class Workspace
QueryBuilderClass in namespace XELOS\Modules\Search\Adapter\ElasticSearch
$ SearchagentDocumentation#query:Property in class SearchagentDocumentation

stored in MySQL as text

$ PreviewJob#queueProperty in class PreviewJob
$ SystemDMSController#quotaProperty in class SystemDMSController
NotificationChannel::queueNotification() — Method in class NotificationChannel

Add notification for processing

NotificationChannelInterface::queueNotification() — Method in class NotificationChannelInterface
$ Trendvote#question:Property in class Trendvote

stored in MySQL as varchar

$ AnswerDocumentation#question_id:Property in class AnswerDocumentation

stored in MySQL as varchar

$ SurveyDocumentation#question:Property in class SurveyDocumentation

stored in MySQL as text

R

Autoloader::register() — Method in class Autoloader

Register Required Autoloaders

Autoloader::register_composer_loader() — Method in class Autoloader

Register COMPOSER Autoloader

RadiusAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ RadiusAuthentication#resultProperty in class RadiusAuthentication
RemembermeAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method

Class RemembermeAuthentication

$ UserDetails#remove_groupsProperty in class UserDetails
CommandSet::runCommand() — Method in class CommandSet
CommandSet::registerCommandDefinition() — Method in class CommandSet

Registers the command definition by creating a new instance, saves as internal property and return it for further definition.

CommandSet::requireXF() — Method in class CommandSet
Build::runBuildApidocs() — Method in class Build

Creates the API Docs

Build::runBuildMkdocs() — Method in class Build

Bundles all docs from all modules into one mkdocs document

Cache::runCacheClear() — Method in class Cache
Check::runCheckFilestatus() — Method in class Check
Check::runCheckDatabase() — Method in class Check
Composer::runComposerUpdate() — Method in class Composer

Run Composer Update

Composer::runComposerRepair() — Method in class Composer

Repair Composer

Config::runConfigCustomSet() — Method in class Config
Config::runConfigInstanceSet() — Method in class Config
Config::runConfigCustomUnset() — Method in class Config
Config::runConfigGlobalSet() — Method in class Config
Cron::runCronRun() — Method in class Cron

Runs the specified CRON in foreground

Cron::runCronList() — Method in class Cron

Lists all available cron jobs

Daemon::runDaemonRun() — Method in class Daemon
Daemon::runDaemonList() — Method in class Daemon

Lists all available cron jobs

Debug::runDebugOn() — Method in class Debug
Debug::runDebugOff() — Method in class Debug
Docker::runDockerWaitfordb() — Method in class Docker
Docker::runDockerWaitForStartup() — Method in class Docker

Waits until nginx is reachable which means that the local startup procedure has finished

Help::runHelp() — Method in class Help

Prints a list of arguments and options for given command.

I18n::runI18nTokenMigrate() — Method in class I18n
I18n::runI18nTokenCheck() — Method in class I18n

Checks the source for missing translations

I18n::runI18nTokenCompile() — Method in class I18n

Compiles all po Files of the system

I18n::runI18nTokenUpdate() — Method in class I18n

Updates the local token database from the sourcecode

Info::runInfo() — Method in class Info
Install::runInstallLicenseSet() — Method in class Install

Update License / Connect Token

Install::runInstall() — Method in class Install
Install::run_post_install() — Method in class Install

Runs various cleanups after XELOS has been installed On the VM this is called on the first end user boot

Maintenance::runMaintenanceOn() — Method in class Maintenance
Maintenance::runMaintenanceOff() — Method in class Maintenance
RepairClass in namespace XELOS\Framework\Core\Console\Command

Class Repair

Repair::runRepairFilepermissions() — Method in class Repair
Seed::runSeedInit() — Method in class Seed
Seed::runSeedInstance() — Method in class Seed
Shell::runShell() — Method in class Shell
Snapshot::runSnapshotList() — Method in class Snapshot
Snapshot::runSnapshotTake() — Method in class Snapshot
Snapshot::runSnapshotRestore() — Method in class Snapshot
Test::runTest() — Method in class Test
Test::runTestAll() — Method in class Test
Test::runTestCode() — Method in class Test
Test::runTestPerformance() — Method in class Test
Test::runTestUnit() — Method in class Test
Test::runTestIntegration() — Method in class Test
Test::runTestAcceptance() — Method in class Test
Test::runTestInit() — Method in class Test
Test::runTestBuild() — Method in class Test
Test::runTestYaml() — Method in class Test
Theme::runThemeCompile() — Method in class Theme
Uninstall::runUninstall() — Method in class Uninstall
Update::runUpdate() — Method in class Update
Update::runUpdateBranch() — Method in class Update
Update::runUpdateRevision() — Method in class Update
Update::runUpdateAbort() — Method in class Update
User::runUserPasswordSet() — Method in class User
User::runUserPasswordReset() — Method in class User
Console::run() — Method in class Console

Runs the console application.

Console::runCommand() — Method in class Console

Runs a command defined by input.

Console::runPreBoot() — Method in class Console
Core::render() — Method in class Core

Render Module Output, this will get the template of the default page and render the template

Core::resolve_dep_link() — Method in class Core

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

Core::resolve_doc_link() — Method in class Core

Return the URL info of the page representing your document

Core::retrieve_document() — Method in class Core

Returns the xfs_document in the storage DMS to a ID.

$ Template#render_stageProperty in class Template
$ Template#render_stage_keyProperty in class Template
$ Template#render_stage_blockProperty in class Template
$ Template#render_stage_ttlProperty in class Template
$ Template#render_stage_force_renderProperty in class Template
$ Template#render_modeProperty in class Template
$ Template#render_mode_blockProperty in class Template
Template::register_xtag_parser() — Method in class Template

Register custom xtag parser

Template::render_meta_script_resources() — Method in class Template

Render Meta Script Resources

Template::render_meta_style_resources() — Method in class Template

Render CSS Resources

Template::render_action() — Method in class Template

Render Action Function on Template if exists

Template::render_prepare() — Method in class Template

Pre-Render Templates

Template::render_html() — Method in class Template
Template::removeRenderer() — Method in class Template

Remove a block which in turn will not be rendered

Template::render_array_block() — Method in class Template
Template::retrieve() — Method in class Template
Template::render_is_prepared() — Method in class Template

Check wether a render stage is already cached or not This allows controllers to save on processing time if certain fields are calculated for the template only You need to call this function AFTER getting a view

Template::render_xtag_element() — Method in class Template

Renders the passed XML Element to String and uses registered xTag Controllers if possible

Template::render_xtag() — Method in class Template

xTag Controller, regisitered for namespace xt (xelos template)

Template::render_content_marker() — Method in class Template
Template::render() — Method in class Template
Template::render_error() — Method in class Template
Template::render_system_flash_message() — Method in class Template

put your comment there.

Template::render_login() — Method in class Template

wrapper for beeing able to use the output_login_form as renderer

$ ObjectManager#registryProperty in class ObjectManager

The instantiation of a requested object can be processed only if the class of the object is registered with the class name as key and its information as array in this property. The element should have at least the class name or the relative path to "class" folder.

VarsTemplate::render() — Method in class VarsTemplate

Render Vars Template

VarsTemplate::replace_namespace() — Method in class VarsTemplate
VarsTemplate::replace_namespace_reverse() — Method in class VarsTemplate
ModulePortlet::render() — Method in class ModulePortlet
ModulePortlet::restoreReferences() — Method in class ModulePortlet

Copies the read references from the live page to the staging page and re-creates owner references for the staging page.

$ BackgroundJob#retryDelayProperty in class BackgroundJob
$ BackgroundJob#referenceIdProperty in class BackgroundJob
$ BackgroundJob#reScheduleDelayProperty in class BackgroundJob

If not 0 the job will be re-scheduled in the passed amount of seconds

$ BackgroundJob#reScheduledJobIdProperty in class BackgroundJob
BackgroundJob::reSchedule() — Method in class BackgroundJob

Reschedule the currently running task (can only be used in execute() function)

InstallEvents::revisionToXelosVersion() — Method in class InstallEvents

Return XELOS version for the supplied build number in PHP style notation e.g. 7.1.5 for use with version_compare()

$ DocumentModel#rights_contextProperty in class DocumentModel

A document that can be used for accessing this document. Their must either be a reference between the rights_context and the document or the can_read of the document must actually evalute the rights context.

$ DocumentModel#rights_cacheProperty in class DocumentModel
DocumentModel::remove_document_index() — Method in class DocumentModel

removes index-entry of this model (only marking to delete).

DocumentModel::remove_from_db() — Method in class DocumentModel
DocumentModel::resolve_rights_context() — Method in class DocumentModel

Loads the rights context by checking all possible rights context and return it without apply on this model.

DocumentModel::render() — Method in class DocumentModel

Generic Renderer

SoftDeleteInterface::restore() — Method in class SoftDeleteInterface
$ Model#render_typeProperty in class Model
$ Model#render_paramsProperty in class Model

Parameters that will be consigned to the XUI helper

Model::reload_schema() — Method in class Model

Reloads the schema of the model

Model::remove_from_db() — Method in class Model
Model::render() — Method in class Model

Generic Renderer

ModelCollection::require_loading() — Method in class ModelCollection

If the collection is not loaded yes the collection will use all() to be filled

ModelCollection::reverse() — Method in class ModelCollection

DESTRUCTIVE This will manipulate the models-list and doesn't return anything!

ModelCollection::reset() — Method in class ModelCollection

Resets the loaded collection by clearing all loaded models and marking the collection as not being loaded.

ScopesTrait::registerDefaultScope() — Method in class ScopesTrait

Registers the passed scope as default scope A default scope is present when the model is being loaded and can be removed using the unscope() function if required The passed scope must be defined in a scope[SCOPE_NAME] function e.g. scopeGroupId

SoftDeleteTrait::restore() — Method in class SoftDeleteTrait

Recover soft deleted item

SystemCron::reschedule_cron() — Method in class SystemCron

This will re-run the cron, optionally with a given scheduled time

$ SystemDaemon#requestCacheClearingTimeProperty in class SystemDaemon
SystemDaemon::restart_all() — Method in class SystemDaemon

Restart all Daemons

SystemDaemon::registerSignalHandler() — Method in class SystemDaemon
Document::render() — Method in class Document
Document::render_title_only() — Method in class Document

Render Title Only

Document::render_title_description_image() — Method in class Document

Render Title/Description/Image

Document::render_comment() — Method in class Document
Document::render_full_preview() — Method in class Document

Render full preview and return content as string This function will resolve all renderable objects

UIAjaxComponent::render_xui() — Method in class UIAjaxComponent

Actual rendering method - must be implemented by children.

UIAjaxComponent::render() — Method in class UIAjaxComponent

Default render method. wraps the content provided by render_xui_content in a unique div and generates a JS object for the GUI

UIComponent::reset_marker_content() — Method in class UIComponent

restores original content of marker_content

UIComponent::render_xtag_element() — Method in class UIComponent
UIComponent::render() — Method in class UIComponent
Config::reload_user_specific_settings() — Method in class Config

reload only the settings different from user tot user

Config::reload_config() — Method in class Config
Config::reload_config_set() — Method in class Config
Config::register_dyn_config_order() — Method in class Config

register a several context->table pairs to be checked hierarchic for matching config settings in the same order as given in array

Config::register_dyn_variable() — Method in class Config

register a dynamic variable this is required for being able to generate generic form fields ()

MySQLAdapter::rquery() — Method in class MySQLAdapter

Execute Query (Return Ressource uses MYSQLI_USE_RESULT)

  • no builtin Error Handling (ON PURPOSE)
MySQLAdapter::rclose() — Method in class MySQLAdapter

Free/Close Result Query (Use after rquery)

MySQLAdapter::replace_query_placeholder() — Method in class MySQLAdapter

Pass a query with placeholders and pass values for placeholders as keyed array. The function will replace all placeholder with their respective values from the array and escape them accordingly

MySQLAdapter::rollback() — Method in class MySQLAdapter
MySQLAdapter::removeSensitiveData() — Method in class MySQLAdapter

Helper to remove unwanted private and sensitive data from an SQL query

Query::resetOrderBy() — Method in class Query

Resets orderBy condition of the Query

Event::remove_listener() — Method in class Event
IM::resolve_instance_id() — Method in class IM

Resolve numeric instance_id to string representation or vice versa

IM::rename_instance() — Method in class IM

Renames the alphanumerical instance ID of an instance. Helper can only be renamed to the module name.

IM::reload() — Method in class IM

Resets the local cache and forces IM to reload instance data for the next call

$ Lib#requestProperty in class Lib
Lib::render_xtag() — Method in class Lib

Used by Template System to publish certain functions to template usage

Ajax::response() — Method in class Ajax
Cache::remove() — Method in class Cache
Cache::remove_group() — Method in class Cache
APCUCacheHandler::remove() — Method in class APCUCacheHandler
APCUCacheHandler::remove_group() — Method in class APCUCacheHandler
CacheHandlerInterface::remove() — Method in class CacheHandlerInterface
CacheHandlerInterface::remove_group() — Method in class CacheHandlerInterface
MemcacheCacheHandler::remove() — Method in class MemcacheCacheHandler
MemcacheCacheHandler::remove_group() — Method in class MemcacheCacheHandler
RedisCacheHandlerClass in namespace XELOS\Framework\XF\Lib\Cache

Cache Handler to use REDIS as caching backend

RedisCacheHandler::remove() — Method in class RedisCacheHandler
RedisCacheHandler::remove_group() — Method in class RedisCacheHandler
RemoteFunctionMapperClass in namespace XELOS\Framework\XF\Lib\Connect

Magic Helper to support ->connect->[lib]->[function] syntax

Debug::register_debug_function() — Method in class Debug

Register an additional debug function for this call. Use is_enabled() to check wether the function is enabled or not

Debug::resetSectionData() — Method in class Debug
Debug::runtime() — Method in class Debug

Measuring run time of: {$function} [of {$object}] is called {$runs} times with given {$params}.

File::rm() — Method in class File
File::rmdir() — Method in class File
File::rmdir_r() — Method in class File
File::rglob() — Method in class File

Returns all files for given path recursive. It is allowed to use glob pattern to restrict the result.

File::relativize_path() — Method in class File
File::rename() — Method in class File
File::replace_vars_in_file() — Method in class File

Replaces the passed vars in the given file The file must contain markers in the format {{VARNAME}} The engine currently supports DOCX and TXT formats for replacement

Foaf::remove_follow_user() — Method in class Foaf

Remove user as follower of an user

$ Format#reverse_markdown_staticProperty in class Format
$ Format#regex_match_linksProperty in class Format
GroupSecurity::remove_global_group() — Method in class GroupSecurity

Remove security Group

GroupSecurity::remove_local_group() — Method in class GroupSecurity

Remove security Group

GroupSecurity::remove_groups() — Method in class GroupSecurity

Remove security Group

GroupSecurity::remove_follow_user() — Method in class GroupSecurity

Remove user as follower for this group

GroupSecurity::remove_group_member() — Method in class GroupSecurity

Remove Member from security Group

Import::remove_first_row() — Method in class Import

Removes the first row of an array and returns it.

Seeding::resetInstallation() — Method in class Seeding
Seeding::runSeedScript() — Method in class Seeding

Runs a Seed Script YML which contains a seeding plan The scripts must be available in the system's setup/seeds/ folder

Link::replace_link_vars() — Method in class Link
Link::replace_link_vars_cb() — Method in class Link

Callback used by replace_link_vars

Modsetup::register_all_pages() — Method in class Modsetup
Modsetup::register_instance() — Method in class Modsetup
Modsetup::remove_language_marker() — Method in class Modsetup

Callback to remove language markers from passed text (e.g. +++....+++)

Modsetup::remove_instance_from_registry() — Method in class Modsetup
Modsetup::remove_instance_from_navigation() — Method in class Modsetup
Modsetup::remove_instance_from_pages() — Method in class Modsetup
Modsetup::remove_instance_from_config() — Method in class Modsetup
Modsetup::remove_instance_hook() — Method in class Modsetup
Modsetup::remove_document_registration() — Method in class Modsetup
Modsetup::remove_notification_registration() — Method in class Modsetup
Modsetup::remove_instance_datasource() — Method in class Modsetup
Modsetup::remove_instance_filesource() — Method in class Modsetup
Modsetup::remove_instance_daemon() — Method in class Modsetup
Modsetup::remove_instance_cron() — Method in class Modsetup
Modsetup::remove_instance_from_policy() — Method in class Modsetup
Modsetup::revisionToVersion() — Method in class Modsetup

Return XELOS version for the supplied build number in PHP style notation e.g. 7.1.5 for use with version_compare()

Navigation::rebuild_navigation_tree() — Method in class Navigation

rebuilds the navigation-tree and updates the left- and right- boundaries (see also: NestedSet SQL)

Notification::remove() — Method in class Notification

Remove an existing notification (by Instance ID and Token) for all users or specific users Using $this->mod->notify()

RequestClass in namespace XELOS\Framework\XF\Lib

Handles all kind of stuff during one request

$ SecureEvalClass#returnProperty in class SecureEvalClass

Access to all evaluated Variables in your script

NonpersistentSessionHandler::read() — Method in class NonpersistentSessionHandler
RedisSessionHandlerClass in namespace XELOS\Framework\XF\Lib\Session

A REDIS Session Session Adapter for XELOS To enable REDIS Session backend use the following config.custom options:

SqlSessionHandler::read() — Method in class SqlSessionHandler

Read the passed session and returns the stored data

Shell::restart_daemon_process() — Method in class Shell

Restarts the passed daemon

Shell::restart_all_daemons() — Method in class Shell

Restart all daemons

SqlNestedSet::rebuild_all() — Method in class SqlNestedSet

Rebuild all nested sets within the given Table by finding all root nodes

SqlNestedSet::rebuild_nested_set_tree() — Method in class SqlNestedSet

always rebuild the whole tree, beginning with the root-element

TyeDiff::render() — Method in class TyeDiff
System::resolve_doc_link() — Method in class System
$ Model#recent_documentProperty in class Model
FrontendBackgroundUpdateInterface::response() — Method in class FrontendBackgroundUpdateInterface

This method returns an array that contains information which will be processed on client side as json object. The optional first parameter can contain client side created data which can be used to process the request.

$ DocumentIndex#referencesProperty in class DocumentIndex
$ DocumentIndex#related_documentProperty in class DocumentIndex
DocumentIndex::reset_related_document() — Method in class DocumentIndex
DocumentIndex::remove_follow_user() — Method in class DocumentIndex

Remove user as follower

DocumentIndex::render() — Method in class DocumentIndex

Generic Renderer

DocumentIndex::renderPreview() — Method in class DocumentIndex
DocumentIndexJobQueue::requeueProcessingJobs() — Method in class DocumentIndexJobQueue

Requeue all jobs to initial process state and date.

DocumentIndexJobQueue::resetProcessingJobs() — Method in class DocumentIndexJobQueue

Resets all given jobs to initial process state.

$ DocumentIndexReference#reference_index_idProperty in class DocumentIndexReference
$ DocumentIndexReference#reference_canonicalProperty in class DocumentIndexReference
$ DocumentRegistry#reg_keyProperty in class DocumentRegistry
$ Notification#read_atProperty in class Notification
RecentDocumentClass in namespace XELOS\Framework\XF\System\Model
User::remove_security_group() — Method in class User
User::render() — Method in class User

Generic Renderer

UI::reset() — Method in class UI

Resets all internal counters (e.g. DOM ID references)

AjaxContainer::render() — Method in class AjaxContainer

Render Container with Content

Amchart::render_xui() — Method in class Amchart
AmchartBar::rotate() — Method in class AmchartBar

Rotate the chart to horizontal

AmchartChart::render() — Method in class AmchartChart

Render Chart

Breadcrumb::render() — Method in class Breadcrumb
Browse::render_xui() — Method in class Browse

Render the actual browse content

Calendar::render() — Method in class Calendar
Callback::render() — Method in class Callback

Calls the method render_callback of an instance The interface CallbackRendererInterface has to be implemented by the module's main class.

Carousel::render_xui() — Method in class Carousel

Render XUI

Chart::render() — Method in class Chart

Render Object

Container::render_xui() — Method in class Container
Country::render() — Method in class Country

Render XUI Object

Css::render() — Method in class Css

Render XUI Object

DocLink::render() — Method in class DocLink

Render and Return a Doclink Detail Link

DocLink::render_menu() — Method in class DocLink
DocLink::render_ajax_link() — Method in class DocLink

Render Single Action

DocLink::render_singleaction() — Method in class DocLink

Render Single Action

DocLink::render_widget() — Method in class DocLink

Render Doclink Widget

DocumentList::render() — Method in class DocumentList

Render XUI Object

DocumentLock::render_xui() — Method in class DocumentLock

Rendering method for this xui component.

DocumentView::render() — Method in class DocumentView

Render Main Content

Faceted::render() — Method in class Faceted

Render XUI Object

$ Form#relatedi18nFieldsProperty in class Form
Form::redirect_back() — Method in class Form

Redirect Back (Uses previous page in form if available)

Form::reset() — Method in class Form
Form::render() — Method in class Form
Form::render_field() — Method in class Form

Returns the rendered field as defined by the parameters

Form::render_form() — Method in class Form
FormEditor::render() — Method in class FormEditor
FormColor::render() — Method in class FormColor
$ FormComponent#REQUEST_VARSProperty in class FormComponent
FormComponent::render() — Method in class FormComponent
FormDocument::render_selected_documents() — Method in class FormDocument

Generates a list of selection items, as provided in the argument

FormFieldset::render() — Method in class FormFieldset
FormFieldsetClose::render() — Method in class FormFieldsetClose
$ FormRowRenderer#render_positionProperty in class FormRowRenderer
FormRowRenderer::render() — Method in class FormRowRenderer

Generate row HTML and return as string

FormRowRendererMultifieldRow::render() — Method in class FormRowRendererMultifieldRow

Generate row HTML and return as string

$ FormRowRendererMultirowTable#rowsProperty in class FormRowRendererMultirowTable
FormRowRendererMultirowTable::render() — Method in class FormRowRendererMultirowTable
FroalaOption::readonly() — Method in class FroalaOption
FroalaOption::requestHeaders() — Method in class FroalaOption

An Object with additional header key/value pairs to send along with requests using the XMLHttpRequest transport.

FroalaOption::requestWithCredentials() — Method in class FroalaOption

A that indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates. For more information refer to <a rel="nofollow" target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials" title="XMLHttpRequest.withCredentials">XMLHttpRequest.withCredentials.

FroalaOption::requestWithCORS() — Method in class FroalaOption

Make AJAX requests using CORS. For more information refer to <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Cross-origin_resource_sharing" title="Cross-origin Resource Sharing">Cross-origin resource sharing.

HtmlColumnList::render() — Method in class HtmlColumnList
HtmlGeneric::render() — Method in class HtmlGeneric

Render XUI Object

$ HtmlTree#rootProperty in class HtmlTree
HtmlTree::render() — Method in class HtmlTree
HtmlUlList::render() — Method in class HtmlUlList
Image::render() — Method in class Image

Render XUI Object

ImageEdit::render_xui() — Method in class ImageEdit

Actual rendering method - must be implemented by children.

Import::render() — Method in class Import
InPlaceEditor::render_xui() — Method in class InPlaceEditor
InlineEditor::render() — Method in class InlineEditor

Render XUI Object

Instance::render() — Method in class Instance
CallbackRendererInterface::render_callback() — Method in class CallbackRendererInterface

Called by xui:callback

ItemList::render_xui() — Method in class ItemList

Actual rendering method - must be implemented by children.

JavaScript::render() — Method in class JavaScript

Render XUI Object

$ Link#render_modeProperty in class Link
Link::render() — Method in class Link

Render XUI Object

$ Math#roundProperty in class Math
Math::render() — Method in class Math
Paging::render() — Method in class Paging
Portlet::render() — Method in class Portlet
ProgressBar::render() — Method in class ProgressBar
QRCode::render() — Method in class QRCode

Render XUI Object

$ Table#rowsProperty in class Table
$ Table#rows_totalProperty in class Table
Table::render() — Method in class Table
TableEditor::render() — Method in class TableEditor
Tabs::render() — Method in class Tabs
$ TimeLine#rowsProperty in class TimeLine
TimeLine::render() — Method in class TimeLine
Translation::render() — Method in class Translation

Renders the xui:translation tag

Tree::render_as_ul_list() — Method in class Tree

Render Tree as UL List

Tree::render() — Method in class Tree
$ UserImage#roundProperty in class UserImage

If true|1 the image shape will be rendered as round image otherwise it will be a square.

UserImage::render() — Method in class UserImage
UserLink::render() — Method in class UserLink

Returns all userlink templates rendered with user information.

VCard::render_xui() — Method in class VCard
ViewModeSwitcher::render_xui() — Method in class ViewModeSwitcher

Actual rendering method - must be implemented by children.

Wizard::remove_control() — Method in class Wizard

put your comment there.

Wizard::remove_data() — Method in class Wizard
Wizard::render_xui() — Method in class Wizard

Render the Wizard template and assign marker to template. If the wizard has the step control, a control form will be assigned to template, in other case the callback method is responsible for step controlling.

User::refresh() — Method in class User
User::resolve_group_id() — Method in class User

Returns the numeric id for the passed group short id (verbose group id)

User::reload() — Method in class User

this function will reload all user-relevant data e.g. very important, if this user has joined a certain rights-group and needs to obtain this group's rights without re-login

View::redirect() — Method in class View

Redirect user to the passed URL

View::redirectJS() — Method in class View

Redirect with JS output

View::redirect_404() — Method in class View

Show 404 Error Page

View::redirect_back() — Method in class View
View::redirect_to_login() — Method in class View
View::redirect_with_delay() — Method in class View

Redirects the user to the passed URL after the passed delay. Shows a loader and the passed message.

AdSyncController::rebuildDirectoryCache() — Method in class AdSyncController

Rebuilds the AD Cache Tables

$ Model#reminderProperty in class Model
$ Model#reminder_queueProperty in class Model
Model::reminder() — Method in class Model
Model::reminder_queue() — Method in class Model
$ Event#rrule:Property in class Event

stored in MySQL as text

$ Event#remote_uid:Property in class Event

stored in MySQL as varchar

$ Participant#response:Property in class Participant

stored in MySQL as text

$ Participant#responded_at:Property in class Participant

stored in MySQL as timestamp

ReminderClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model reminder.

$ Reminder#rrule:Property in class Reminder

stored in MySQL as text

ReminderQueueClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model reminder_queue.

$ CommentsController#reverseOrderProperty in class CommentsController

Show comments in reverse order?

CommentsController::remove_comments() — Method in class CommentsController
CommentsController::resolve_doc_link() — Method in class CommentsController
Board::render_xui() — Method in class Board
BoardComment::render_xui() — Method in class BoardComment
Comment::render_comment() — Method in class Comment
Editor::renderEditorCaller() — Method in class Editor

Renders a small placeholder editor / trigger, which will load the functional editor on click.

Editor::renderEditor() — Method in class Editor

Renders the functional editor which is used to create or update existing comment.

Editor::render_xui() — Method in class Editor

Actual rendering method - must be implemented by children.

ReportClass in namespace XELOS\Modules\DMS\Model

Class Report

ReportPageClass in namespace XELOS\Modules\DMS\Page

Class ReportPage

DocumentPageSidebar::render_xui() — Method in class DocumentPageSidebar
ReportSpecificationHelperClass in namespace XELOS\Modules\DMS\UI
RegistrationActionClass in namespace XELOS\Modules\Eventplanner\Action
RegistrationAction::register_for_event() — Method in class RegistrationAction

put your comment there.

$ Action#registrationProperty in class Action
Action::registration() — Method in class Action
$ Model#related_eventsProperty in class Model
Model::related_events() — Method in class Model
$ EventDocumentation#require_review:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#review_subject:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#review_description:Property in class EventDocumentation

stored in MySQL as text

$ InvitationReplyLogDocumentation#reply:Property in class InvitationReplyLogDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#reference:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ ParticipantDocumentation#response_received:Property in class ParticipantDocumentation

stored in MySQL as timestamp

RelatedEventsDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model RelatedEvents.

EventplannerController::register_for_event() — Method in class EventplannerController
EventplannerController::resolve_doc_link() — Method in class EventplannerController

Return the URL info of the page representing your document

EventplannerController::register_invitee_for_event() — Method in class EventplannerController
EventplannerController::resolve_dep_link() — Method in class EventplannerController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

EventplannerController::renderGoogleMaps() — Method in class EventplannerController

Displays the event location on the Google Maps portlet from the CMS.

CRMParticipationShowPortlet::render() — Method in class CRMParticipationShowPortlet
EventplannerUpcomingShowPortlet::render_display_group() — Method in class EventplannerUpcomingShowPortlet
Event::renderHTMLEmail() — Method in class Event
Participant::replace_with_value() — Method in class Participant
RelatedEventsClass in namespace XELOS\Modules\Eventplanner\Model

Created by PhpStorm.

RelatedEvents::remove_event() — Method in class RelatedEvents
Date::render_xui() — Method in class Date

Actual rendering method - must be implemented by children.

Details::render_xui() — Method in class Details
$ CategoryDocumentation#right_idProperty in class CategoryDocumentation
$ PostDocumentation#reply_to_idProperty in class PostDocumentation
ForumController::resolve_doc_link() — Method in class ForumController
RecentShowPortletClass in namespace XELOS\Modules\Forum\Hook\Portal
VoteBox::render_value() — Method in class VoteBox

Set rendering to value only and return the rendered content by parent class.

VoteBox::render_xui() — Method in class VoteBox
$ Page#recurringProperty in class Page
Page::recurring() — Method in class Page
$ Ui#result_panelProperty in class Ui
$ TaskDocumentation#responsibleProperty in class TaskDocumentation
GroupsTasksController::resolve_dep_link() — Method in class GroupsTasksController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

RecurringTaskClass in namespace XELOS\Modules\GroupsTasks\Model
RecurringPageClass in namespace XELOS\Modules\GroupsTasks\Page

Class Overview

ResultPanelClass in namespace XELOS\Modules\GroupsTasks\UI
Template::runTemplateReapply() — Method in class Template
$ Category#right_idProperty in class Category
$ Invitation#response_received:Property in class Invitation

stored in MySQL as timestamp

$ Invitation#response_status:Property in class Invitation

enum no response|accepted|denied|left group

$ Invitation#role_idProperty in class Invitation
$ Newsletter#recipient_cntProperty in class Newsletter
$ JobDocumentation#reference_id:Property in class JobDocumentation

stored in MySQL as varchar

$ JobDocumentation#retry_countProperty in class JobDocumentation
$ JobHistoryDocumentation#reference_id:Property in class JobHistoryDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#retry_countProperty in class JobHistoryDocumentation
IdGenerator::realUniqid() — Method in class IdGenerator
JobUIStatus::render() — Method in class JobUIStatus

XUI Render Function

$ PageDocumentation#remove_security_groups:Property in class PageDocumentation

stored in MySQL as varchar

FormprocessorAction::replace_placeholders() — Method in class FormprocessorAction

Replace Placeholders in String

FormprocessorAction::replace_placeholders_cb() — Method in class FormprocessorAction
$ ListItemDocumentation#rights_check:Property in class ListItemDocumentation

enum hidden|read_assigned|read_all|edit_assigned|edit_all

$ ListStatusDocumentation#rights_check:Property in class ListStatusDocumentation

enum hidden|read_assigned|read_all|edit_assigned|edit_all

Field::replacePlaceholdersWithValues() — Method in class Field

Replaces the placeholders with the values of their fields.

Field::requiredValueFits() — Method in class Field

When list items will be created or updated through the webservice API, this gets interesting as this determines whether a field has predefined values (like select-, and checkbox-fields, as these contain 'pop_data[]').

AssignedUsers::replacePlaceholdersWithValues() — Method in class AssignedUsers

Replaces the placeholders with the values of their fields.

Checkbox::requiredValueFits() — Method in class Checkbox
RadioClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ResourceClass in namespace XELOS\Modules\Lists\Hook\Base\Field
Asset::requiredValueFits() — Method in class Asset
RoomClass in namespace XELOS\Modules\Lists\Hook\Base\Field\Resource
Ticket::requiredValueFits() — Method in class Ticket
RowRendererMultifieldRowClass in namespace XELOS\Modules\Lists\Hook\Base\Field
Select::requiredValueFits() — Method in class Select
Slider::requiredValueFits() — Method in class Slider
ListsController::resolve_doc_link() — Method in class ListsController
$ ListItem#rights_checkProperty in class ListItem

enum hidden|read_assigned|read_all|edit_assigned|edit_all

$ ListItem#resource_statusProperty in class ListItem

'free', 'booked'

$ ListItem#record_statusProperty in class ListItem

Contains 3 status(es): 'record' for common list records, 'preset_active' for presets that are active and ready to use and 'preset_inactive' for presets that have been created once, but are not (temporarily) available for usage.

$ ListProperties#resourcesProperty in class ListProperties

Structure JSON encoded array of resource fields

$ ListProperties#rights_checkProperty in class ListProperties

enum: hidden|read_assigned|read_all|edit_assigned|edit_all

$ ListStatus#rights_check:Property in class ListStatus

enum hidden|read_assigned|read_all|edit_assigned|edit_all

CategorySelector::render_xui() — Method in class CategorySelector

Actual rendering method - must be implemented by children.

ItemEditor::render_xui() — Method in class ItemEditor

Actual rendering method - must be implemented by children.

ItemList::render_xui() — Method in class ItemList

Actual rendering method - must be implemented by children.

ListPortlet::render_xui() — Method in class ListPortlet

Actual rendering method - must be implemented by children.

$ Property#required:Property in class Property

stored in MySQL as tinyint

$ Page#readProperty in class Page
Page::read() — Method in class Page
RSSShowPortletClass in namespace XELOS\Modules\News\Hook\Portal
RecentShowPortletClass in namespace XELOS\Modules\News\Hook\Portal

This portlet is Multi-Group Enabled, that means you can retrieve news from different-sub-groups to be displayed

NewsController::resolve_doc_link() — Method in class NewsController
NewsController::resolve_dep_link() — Method in class NewsController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

ReadPageClass in namespace XELOS\Modules\News\Page
NewsCest::readArticle() — Method in class NewsCest
ViewArticleRead::render_xui() — Method in class ViewArticleRead

Actual rendering method - must be implemented by children.

ViewArticleWrite::render_xui() — Method in class ViewArticleWrite

Actual rendering method - must be implemented by children.

RecentPageClass in namespace XELOS\Modules\PersonalWorkspace\Page

Class Recent

PersonalWorkspaceController::resolve_dep_link() — Method in class PersonalWorkspaceController
ReadConfirmationControllerDocumentationClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

AdminProcessor::request_confirmation() — Method in class AdminProcessor
ReadConfirmationShowPortletClass in namespace XELOS\Modules\ReadConfirmation\Hook\Portal
ReadConfirmationControllerClass in namespace XELOS\Modules\ReadConfirmation
IndexerAction::removeFromIndex() — Method in class IndexerAction

Removed the passed Document from the search index

ElasticSearchAdapter::removeFromIndex() — Method in class ElasticSearchAdapter
$ SearchagentDocumentation#result_countProperty in class SearchagentDocumentation
SearchCheck::run_check() — Method in class SearchCheck

Run this Check and return Result

SearchAdapterInterface::removeFromIndex() — Method in class SearchAdapterInterface
SearchController::redirectToDocument() — Method in class SearchController

Resolves a Document Link and redirects to the document

SearchController::remove_document() — Method in class SearchController
$ SearchIndexRecord#relatedPostIdProperty in class SearchIndexRecord
$ SearchIndexRecord#removeFromIndexProperty in class SearchIndexRecord
ResultPanelClass in namespace XELOS\Modules\Search\UI

Search Results XUI Panel

ResultPanel::render_xui() — Method in class ResultPanel
SearchIntegrationResultPanel::render_xui() — Method in class SearchIntegrationResultPanel

Renders the result panel without additional options like the advanced search and the faceted search.

$ BrowserFile#revisionProperty in class BrowserFile
$ Page#recent_versionProperty in class Page
Page::revertToVersion() — Method in class Page

Load version from history archive

SmartWikiController::resolve_doc_link() — Method in class SmartWikiController
SmartWikiController::resolve_dep_link() — Method in class SmartWikiController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

ViewWikiRead::render_xui() — Method in class ViewWikiRead

Actual rendering method - must be implemented by children.

ViewWikiWrite::render_xui() — Method in class ViewWikiWrite
$ DocumentWallItemDocumentation#rights_context_idProperty in class DocumentWallItemDocumentation
$ BackupQueue#restore_file:Property in class BackupQueue

stored in MySQL as varchar

CrmPortletShowTab::render() — Method in class CrmPortletShowTab

Show the Frontend Output of this Portlet

WebdavService::read() — Method in class WebdavService

Read File / Folder

CategoryTabInterface::render() — Method in class CategoryTabInterface
$ Category#rights_context_categoriesProperty in class Category
Category::refresh_policy_info() — Method in class Category

Checks the policies of the current folder and saves the information as bit in has_policy property

Category::resolve_link() — Method in class Category

Resolve the link of a category Return the category itself if it isn't a link

Category::resolve_category_id() — Method in class Category

Resolves the category id, taking into consideration potential rights context prefixes.

$ Document#reference_document_indexProperty in class Document
$ Document#reference_documentProperty in class Document
$ Document#reference_objectProperty in class Document
Document::render() — Method in class Document
Document::rename() — Method in class Document

Rename Filename Do not currently update the file_path

Document::resolve_document_id() — Method in class Document

Resolve Combined IDs to a single document

ReportClass in namespace XELOS\Modules\SystemDMS\Model
ReportPageClass in namespace XELOS\Modules\SystemDMS\Page

Class ReportPage

SystemDMSController::resolve_doc_link() — Method in class SystemDMSController

Needed for Index Search

SystemDMSController::resolve_dep_link() — Method in class SystemDMSController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

SystemDMSController::resolveGroupId() — Method in class SystemDMSController

Resolve group ID

DocumentGalleryPanel::render_xui() — Method in class DocumentGalleryPanel
DocumentPage::render_xui() — Method in class DocumentPage
DocumentPageSidebar::render_xui() — Method in class DocumentPageSidebar
DocumentPageViews::render_xui() — Method in class DocumentPageViews
DocumentPanel::render_xui() — Method in class DocumentPanel
DocumentTablePanel::render_xui() — Method in class DocumentTablePanel
Explorer::render_xui() — Method in class Explorer
FilterPanel::render_xui() — Method in class FilterPanel
FolderTreePanel::render_xui() — Method in class FolderTreePanel
PortletFolderview::render_xui() — Method in class PortletFolderview
PreviewLoader::render_xui() — Method in class PreviewLoader
ReportSpecificationHelperClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_report_specification__helper

ReportSpecificationHelper::render_xui() — Method in class ReportSpecificationHelper

Render the component: this will be all fields of the form but not the form header and footer

ViewDocumentDetails::render_xui() — Method in class ViewDocumentDetails
ViewDocumentLink::render_xui() — Method in class ViewDocumentLink
ViewDocumentRead::render_xui() — Method in class ViewDocumentRead
ViewDocumentTemplate::render_xui() — Method in class ViewDocumentTemplate
ViewDocumentWrite::render_xui() — Method in class ViewDocumentWrite
XfsDocument::render() — Method in class XfsDocument

Renders the document with an image/icon and document name.

ZipImportStatusBar::render_xui() — Method in class ZipImportStatusBar

Render the component

$ Model#reportProperty in class Model
Model::report() — Method in class Model
$ Page#reportProperty in class Page
Page::report() — Method in class Page
$ Ui#report_specification__helperProperty in class Ui
$ Category#reference_idProperty in class Category
$ Document#reference_idProperty in class Document
$ Preview#resolutionProperty in class Preview
ReportClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model report.

$ ChannelSettingDocumentation#registry_instance_idProperty in class ChannelSettingDocumentation
$ ChannelSettingDocumentation#registry_nameProperty in class ChannelSettingDocumentation
ActivityUpdateFrontendHook::response() — Method in class ActivityUpdateFrontendHook

This method returns an array that contains information which will be processed on client side as json object. The optional first parameter can contain client side created data which can be used to process the request.

SettingsConfigUser::render() — Method in class SettingsConfigUser
UpdateFrontendHook::response() — Method in class UpdateFrontendHook

This method returns an array that contains information which will be processed on client side as json object. The optional first parameter can contain client side created data which can be used to process the request.

$ Page#resProperty in class Page
Page::res() — Method in class Page
ResPageClass in namespace XELOS\Modules\SystemPwa\Page

Class Overview

AggregationChart::render_xui() — Method in class AggregationChart

Render this UI Chart

LevelSelector::render_xui() — Method in class LevelSelector

Returns the drop down.

Check::run_check() — Method in class Check

Run this Check and return Result

ResultClass in namespace XELOS\Modules\SystemStatus\Hook\Base\Check
CacheCheck::run_check() — Method in class CacheCheck

Run this Check and return Result

ClamavCheck::run_check() — Method in class ClamavCheck

Run this Check and return Result

ConnectionCheck::run_check() — Method in class ConnectionCheck

Run this Check and return Result

CronCheck::run_check() — Method in class CronCheck

Checks if the CronJob system is working and if there are any CronJobs with errors

DaemonCheck::run_check() — Method in class DaemonCheck

Checks if all active daemons are working properly

DatabaseCheck::run_check() — Method in class DatabaseCheck

Run this Check and return Result

DiskCheck::run_check() — Method in class DiskCheck

Run this Check and return Result

DocumentIndexCheck::run_check() — Method in class DocumentIndexCheck

Run this Check and return Result

LicenseCheck::run_check() — Method in class LicenseCheck

Run this Check and return Result

RepoCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus

Class RepoCheck

RepoCheck::run_check() — Method in class RepoCheck

Run this Check and return Result

TimeCheck::run_check() — Method in class TimeCheck

Run this Check and return Result

Check::run() — Method in class Check

Runs this check

SystemStatusController::run_all_checks() — Method in class SystemStatusController

Runs all available checks and stores the results in the database

SystemStatusController::run_check() — Method in class SystemStatusController
$ Model#recurring_taskProperty in class Model
Model::recurring_task() — Method in class Model
$ Page#recurringProperty in class Page
Page::recurring() — Method in class Page
$ Ui#result_panelProperty in class Ui
RecurringTaskDocumentationClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\Model

This file provides property and method documentation for the model RecurringTask.

$ RecurringTaskDocumentation#rrule:Property in class RecurringTaskDocumentation

stored in MySQL as varchar

$ TaskDocumentation#responsibleProperty in class TaskDocumentation
ContactlogShowSidebar::render() — Method in class ContactlogShowSidebar
RecurringTaskClass in namespace XELOS\Modules\SystemTasks\Model
$ Task#responsibleProperty in class Task

Responsible User

TaskList::remove_from_user() — Method in class TaskList
RecurringPageClass in namespace XELOS\Modules\SystemTasks\Page

Class Overview

SystemTasksController::resolve_doc_link() — Method in class SystemTasksController

Needed for Index Search

SystemTasksController::resolve_dep_link() — Method in class SystemTasksController

Resolve a Link for a local dependency (a - by returning a valid template or b - by sending a http-redirect)

ResultPanelClass in namespace XELOS\Modules\SystemTasks\UI

System Tasks XUI Panel

ResultPanel::render_xui() — Method in class ResultPanel
ConfigUserInterface::render() — Method in class ConfigUserInterface

Return Content for Settings Tab

Webservice::register() — Method in class Webservice

Register push client

TaggingController::remove_post() — Method in class TaggingController

Remove all Tags for a certain post

ApiCheck::run_check() — Method in class ApiCheck

Run this Check and return Result

TranslationInProgressFrontendHook::response() — Method in class TranslationInProgressFrontendHook

This method returns an array that contains information which will be processed on client side as json object. The optional first parameter can contain client side created data which can be used to process the request.

CommonOperationsTrait::resetContent() — Method in class CommonOperationsTrait

Resets/Emptys all content related to the translation

$ Model#resultProperty in class Model
Model::result() — Method in class Model
$ Ui#resultsProperty in class Ui
ResultClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\Model

This file provides property and method documentation for the model result.

$ Trendvote#report_displayProperty in class Trendvote
$ Trendvote#report_type:Property in class Trendvote

enum CHART_PIE|LIST

$ ScanDocumentation#run_status:Property in class ScanDocumentation

enum running|finished

VirusCheck::run_check() — Method in class VirusCheck

Run this Check and return Result

OAuthServerAction::revoke() — Method in class OAuthServerAction

Revokes a given token by deleting the corresponding OAuth Access model.

OAuthClientCheck::run_check() — Method in class OAuthClientCheck

Run this Check and return Result

$ OAuthClient#redirectUrlProperty in class OAuthClient

The URL to which Auth will redirect the browser after authorization has been granted by the user.

$ OAuthClient#refreshTokenProperty in class OAuthClient

Refresh tokens are issued to the client by the authorization server and are used to obtain a new access token when the current access token becomes invalid or expires

$ OAuthClient#resourceOwnerProperty in class OAuthClient
OAuthClient::refreshAccessToken() — Method in class OAuthClient

Returns the access token or null if there is no token yet.

WebserviceController::register_service_hooks() — Method in class WebserviceController

Register all available modules to be displayed and processed

WebserviceController::register_service_hook() — Method in class WebserviceController
WidgetList::render_xui() — Method in class WidgetList

Actual rendering method - must be implemented by children.

$ Page#report_pageProperty in class Page
Page::report_page() — Method in class Page
ReportPageClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Page

xelos page, is automatically called based on the page param: http://www.example.com/module/PAGE

S

Bootloader::setMode() — Method in class Bootloader

Sets the XF_MODE for the following boot sequence

NtlmAuthentication::save_ntlm_hash() — Method in class NtlmAuthentication

Save the NTLM Hashes for a later SSO

RemembermeAuthentication::set_cookie() — Method in class RemembermeAuthentication

Set Auth Cookie

SamlAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
SuperuserAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ UserDetails#statusProperty in class UserDetails
$ UserDetails#settingsProperty in class UserDetails
UserDetails::setUserIdentity() — Method in class UserDetails
UserDetails::setUserDisplayname() — Method in class UserDetails
UserDetails::setOptionalAttributes() — Method in class UserDetails

Optional Set/Update the following attributes for the user as effect of this login

UserDetails::setIsNotValidated() — Method in class UserDetails

Set true if user should reauthenticate against other methods to access sensitive data

UserDetails::setIsGuest() — Method in class UserDetails

User is considered a guest (anonymous access and no access to profile)

UserDetails::setGroups() — Method in class UserDetails

Set security groups the user should be a member of (this will NOT delete other groups)

UserDetails::setRevokeGroups() — Method in class UserDetails

Set security groups the user should NOT be a member of

UserDetails::setStatus() — Method in class UserDetails

Set current status of user

UserDetails::setOptionalConfigSettings() — Method in class UserDetails

Set User Config Settings as Key => Value pairs

UserDetails::setOptionalMetaSettings() — Method in class UserDetails

Set User Meta Settings as Key => Value pairs

CommandSet::setupCommandDefinitions() — Method in class CommandSet

Returns an array of CommandDefinitions which describe all available commands of this CommandSet

Build::setupCommandDefinitions() — Method in class Build
Cache::setupCommandDefinitions() — Method in class Cache
Check::setupCommandDefinitions() — Method in class Check
Composer::setupCommandDefinitions() — Method in class Composer
Config::setupCommandDefinitions() — Method in class Config
Config::set_custom_config_value() — Method in class Config
Cron::setupCommandDefinitions() — Method in class Cron
Daemon::setupCommandDefinitions() — Method in class Daemon
Debug::setupCommandDefinitions() — Method in class Debug
Docker::setupCommandDefinitions() — Method in class Docker
Help::setupCommandDefinitions() — Method in class Help
I18n::setupCommandDefinitions() — Method in class I18n
Info::setupCommandDefinitions() — Method in class Info
Install::setupCommandDefinitions() — Method in class Install
Maintenance::setupCommandDefinitions() — Method in class Maintenance
Repair::setupCommandDefinitions() — Method in class Repair
SeedClass in namespace XELOS\Framework\Core\Console\Command

Class Seed

Seed::setupCommandDefinitions() — Method in class Seed
ShellClass in namespace XELOS\Framework\Core\Console\Command

Class Shell

Shell::setupCommandDefinitions() — Method in class Shell
SnapshotClass in namespace XELOS\Framework\Core\Console\Command

Class Snapshot

Snapshot::setupCommandDefinitions() — Method in class Snapshot
Test::setupCommandDefinitions() — Method in class Test
Theme::setupCommandDefinitions() — Method in class Theme
Uninstall::setupCommandDefinitions() — Method in class Uninstall
Update::setupCommandDefinitions() — Method in class Update
User::setupCommandDefinitions() — Method in class User
Console::showWarnings() — Method in class Console

Shows importent information of current system state to the user

Output::success() — Method in class Output

Outputs a Success Message

$ Core#storage_pathProperty in class Core
$ Core#security_levelProperty in class Core
$ Core#security_level_modeProperty in class Core
Core::set_parent_context() — Method in class Core
Core::setDepLinkContext() — Method in class Core

Enforce Link Context based on Current Parent Instance for the local Page and CMD

Core::set_dep_link_context() — Method in class Core

Set Dep Link Context - generated URLs will be considered relative to the given parent instance

Core::set_group() — Method in class Core
Core::set_security_level() — Method in class Core
Core::set_config() — Method in class Core
Core::set_config_for_session() — Method in class Core
Core::setup_check() — Method in class Core

Check/Get Setup Page

Core::set_xf_link() — Method in class Core
Core::send_file() — Method in class Core

Get the data... $args = array('download','myfile.txt')

Core::set_context_id() — Method in class Core

sets the numerical Context-ID (PrimaryKey in Instance_Registry)

Core::store_file() — Method in class Core

Stores the file in the system DMS

DatabaseException::setQuery() — Method in class DatabaseException

Sets the Query connected to this Exception

LinkContextHelper::set_xf_link() — Method in class LinkContextHelper
SearchableDocumentModelInterfaceClass in namespace XELOS\Framework\Core\Interfaces
Template::set_render_mode() — Method in class Template
Template::set_output_mode() — Method in class Template

Set Output Mode

Template::set_marker_content() — Method in class Template

Set Marker

Template::set_block_id() — Method in class Template
Template::setFileCacheContent() — Method in class Template
ObjectManager::set_injection_objects() — Method in class ObjectManager

Add given objects to injection object list that will be inject into object by magic call. The array should consists of property name as key and object as value.

ObjectManager::set_lib_class_dir() — Method in class ObjectManager

Sets the directory where classes are stored.

ObjectManager::set_lib_class_prefix() — Method in class ObjectManager

Sets the class name prefix.

StaticCacheTraitClass in namespace XELOS\Framework\Core\Traits

Static Cache Trait Adds a static (per request) cache to the object which can hold data for the time of the request (in the frontend) or a certain duration during long running processes. It works together with the global caching system and enforces a static cache clearing in case of global cache clearings as well.

StaticCacheTrait::staticCacheIsEnabled() — Method in class StaticCacheTrait
StaticCacheTrait::staticCacheSet() — Method in class StaticCacheTrait

Store a value in the static cache

StaticCacheTrait::staticCacheGet() — Method in class StaticCacheTrait

Retrieves a value from the static cache

StaticCacheTrait::staticCacheRemove() — Method in class StaticCacheTrait

Removes the passed key

StaticCacheTrait::staticCacheIsSet() — Method in class StaticCacheTrait

Checks if the passed is key has a value set

StaticCacheTrait::staticCacheGetKeys() — Method in class StaticCacheTrait

Returns an array of all cache keys which have been set

StaticCacheTrait::staticCacheGetPool() — Method in class StaticCacheTrait

Returns an key/value array with all cached values from the passed pool

StaticCacheTrait::staticCacheClearCachePool() — Method in class StaticCacheTrait

Clears the specified cache pool from the static cache

StaticCacheTrait::staticCacheClearAllCachePools() — Method in class StaticCacheTrait
VarsTemplate::set_mod() — Method in class VarsTemplate

Set Instance Reference

VarsTemplate::set_block_xml() — Method in class VarsTemplate

Will set the content of an in the vars template. Creates a new block with type text when it doesn't exist.

Controller::set_message_vars() — Method in class Controller
AuthenticationHook::setName() — Method in class AuthenticationHook
DocumentItem::supports_copy_to_another_instance() — Method in class DocumentItem

Returns true if this cf type has the technical means of being copied to another instance.

EventListener::set_params() — Method in class EventListener
$ ModulePortlet#storage_pathProperty in class ModulePortlet
$ ModulePortlet#skip_auto_initProperty in class ModulePortlet
ModulePortlet::setCmsComponent() — Method in class ModulePortlet

Setter for the cms component

ModulePortlet::set_download_handler() — Method in class ModulePortlet
ModulePortlet::set_storage_path() — Method in class ModulePortlet
ModulePortlet::set_options() — Method in class ModulePortlet
ModulePortlet::set_config() — Method in class ModulePortlet
ModulePortlet::set_mod() — Method in class ModulePortlet
ModulePortlet::set_caller_reference() — Method in class ModulePortlet

Set Caller Reference This function is automatically called from get_hooks

ModulePortlet::swapOwnerReference() — Method in class ModulePortlet

Moves the staging page owner reference to the live page to prevent deletion of the documents.

$ BackgroundJob#statusUpdateCallbackProperty in class BackgroundJob

Callback tor status updates

BackgroundJob::setUniquenessKey() — Method in class BackgroundJob

Can be implemented on the Job to avoid running the same task multiple times at once If the task already exists in the queue and is waiting or in process the next tasks won't be scheduled

BackgroundJob::setReferenceId() — Method in class BackgroundJob

Define a reference ID which can later be used to lookup this job

BackgroundJob::setIdToken() — Method in class BackgroundJob
BackgroundJob::setReScheduledJobId() — Method in class BackgroundJob
BackgroundJob::setStatusUpdateCallback() — Method in class BackgroundJob

Sets the callback which should be called if the job needs to update its status As the BackgroundJob has no context of the job itself this function is only available from within the execution context (daemon)

BackgroundJob::schedule() — Method in class BackgroundJob
BackgroundJob::serialize() — Method in class BackgroundJob

Encodes all relevant settings for this job into a json string

$ DocumentModel#silent_modeProperty in class DocumentModel
DocumentModel::save() — Method in class DocumentModel
DocumentModel::setDocumentIndex() — Method in class DocumentModel

Sets the related document index.

DocumentModel::set_to_rights_cache() — Method in class DocumentModel
SoftDeleteInterfaceClass in namespace XELOS\Framework\Module\Model\Interfaces

Interface SoftDeleteInterface

SoftDeleteInterface::softDelete() — Method in class SoftDeleteInterface
SoftDeleteInterface::scopeNotDeleted() — Method in class SoftDeleteInterface
$ Model#savedProperty in class Model
Model::save() — Method in class Model
Model::set_property() — Method in class Model

Set a Property. If $property_id is an array and $property_value is false, set_property is called for each element in the array with the array key and value as params.

Model::set_properties_from_array() — Method in class Model
Model::save_to_db() — Method in class Model
Model::schema_values() — Method in class Model

Provides a list of all values allowed for enumerations.

Model::stop_temporary_group_id_overwrite() — Method in class Model

Stops the temporary overwrite of the table_group_id

Model::set_render_params() — Method in class Model

Sets parameter that will be passed to the XUI helpers

Model::set_request_cache() — Method in class Model

Set Request Cache Entry

Model::scope_by_TABLE_COL_and_TABLE_COL2() — Method in class Model

Returns unloaded ModelCollection

Model::self() — Method in class Model
ModelCollection::setProperty() — Method in class ModelCollection
ModelCollection::save() — Method in class ModelCollection
ModelCollection::sum() — Method in class ModelCollection

Returns the sum of the passed property across all models

ModelCollection::shift() — Method in class ModelCollection

This function shifts the first value of the models-array off and returns it, shortening the array by one element and moving everything down.

ModelCollection::slice() — Method in class ModelCollection

DESTRUCTIVE This will manipulate the models-list and doesn't return anything!

ModelCollection::sort_by() — Method in class ModelCollection

Sorts the current Collection by given Property-Name

ModelCollection::search_by_id() — Method in class ModelCollection
ModelCollection::search_all_by_id() — Method in class ModelCollection
ModelCollection::scope_by_COL() — Method in class ModelCollection
ScopesTraitClass in namespace XELOS\Framework\Module\Model\Traits\Base
ScopesTrait::setModelCollectionReference() — Method in class ScopesTrait
ScopesTrait::scopeAll() — Method in class ScopesTrait
SortTraitClass in namespace XELOS\Framework\Module\Model\Traits\Base
SortTrait::sort_up() — Method in class SortTrait

Increase Sort Priority (Decreases SORT value)

SortTrait::sort_down() — Method in class SortTrait

Decrease Sort Priority (Increases SORT value)

SortTrait::sortMoveTo() — Method in class SortTrait

Sort this element to a specific position

SoftDeleteTraitClass in namespace XELOS\Framework\Module\Model\Traits

Trait SoftDeleteTrait to be used in Models, requires deleted_at column in database table

SoftDeleteTrait::softDelete() — Method in class SoftDeleteTrait

Mark this model as deleted by setting deleted_at to current time

SoftDeleteTrait::scopeNotDeleted() — Method in class SoftDeleteTrait

Default active scope.

SoftDeleteTrait::scopeSoftDeleted() — Method in class SoftDeleteTrait

Scope to return only soft deleted records.

StateMachineTraitClass in namespace XELOS\Framework\Module\Model\Traits
SetupPageClass in namespace XELOS\Framework\Module\Page
SystemCronClass in namespace XELOS\Framework\Module

Class Cron

SystemCron::start_cron() — Method in class SystemCron
SystemCron::set_last_times() — Method in class SystemCron

Set Last Times

SystemCron::setErrorCount() — Method in class SystemCron
SystemDaemonClass in namespace XELOS\Framework\Module

Class SystemDaemon

$ SystemDaemon#sleep_between_processProperty in class SystemDaemon
$ SystemDaemon#shutdownProperty in class SystemDaemon
$ SystemDaemon#sleepingProperty in class SystemDaemon
SystemDaemon::start_all() — Method in class SystemDaemon

Start all Daemons

SystemDaemon::stop_all() — Method in class SystemDaemon

Stop all Daemons

SystemDaemon::start() — Method in class SystemDaemon
SystemDaemon::signalHandler() — Method in class SystemDaemon
SystemDaemonThreadedClass in namespace XELOS\Framework\Module

Base Class for a Threaded System Daemon

$ Document#sidebarProperty in class Document
Document::set_model() — Method in class Document

Set Model this UI Render will be based upon

Document::set_force_layout() — Method in class Document

Set preferred layout type

UIAjaxComponent::set_url_parameters() — Method in class UIAjaxComponent

Sets the url parameter that is used for component loading.

UIAjaxComponent::setDeferredLoading() — Method in class UIAjaxComponent

Set true to load the content deferred. Displays a placeholder while loading the content. Optional you can pass a message which will replace the default loading message.

UIAjaxComponent::set_uid() — Method in class UIAjaxComponent
UIAjaxComponent::set_option() — Method in class UIAjaxComponent

Sets options. This options will be used in the JS element of this XUI class.

UIComponent::set_mod() — Method in class UIComponent

Set link to owning module

UIComponent::set() — Method in class UIComponent

Set Variable / Option

UIComponent::set_array() — Method in class UIComponent

Set Variable / Option for an array

UIComponent::set_render_params() — Method in class UIComponent

Used to inject params. Only allowed params will be used (see $allowed_params_filter)

UIComponent::set_marker_content() — Method in class UIComponent

sets marker_content to passed data -> restore original content with reset_marker_content()

$ XF#systemProperty in class XF
XF::shutdown() — Method in class XF

Global Shutdown Function being called on finishing Page Call

XF::set_instantiation_closure() — Method in class XF
XF::skip_init() — Method in class XF
$ Config#sessionProperty in class Config
Config::set() — Method in class Config
Config::set_for_request() — Method in class Config

Set flag only for the current request

Config::set_instance_setting() — Method in class Config
Config::set_setting() — Method in class Config
Config::set_dyn_value() — Method in class Config
$ DB#serverProperty in class DB
$ MySQLAdapter#server_versionProperty in class MySQLAdapter
$ MySQLAdapter#serverProperty in class MySQLAdapter
$ MySQLAdapter#smartTimestampFieldsProperty in class MySQLAdapter
MySQLAdapter::set_timezone() — Method in class MySQLAdapter

Set the TimeZone for the current mySQL Connection

MySQLAdapter::secure_query() — Method in class MySQLAdapter

Check Query to avoid SQL Injections

MySQLAdapter::set_autocommit() — Method in class MySQLAdapter
ConditionGroup::setOperator() — Method in class ConditionGroup
Query::setOnChangeCallback() — Method in class Query

Registeres a Callback which is executed if the Query is being changed

Query::setDefaultStringReturn() — Method in class Query

Sets the default return if Object is converted to a STRING

Query::select() — Method in class Query

Adds a SELECT field to the query

Event::setup_hook_listeners() — Method in class Event

hook triggers will be queried from db an copied into the $event_registry array

IM::set_global_group_context() — Method in class IM

Set the global parent context which will be used for each new instance (e.g. get_instance())

IM::set_global_group_context_exclude() — Method in class IM

Set Instances which should be ignored when applying global group context

IM::set_instance_reference() — Method in class IM

Set Instance Reference

IM::shellplugin_is_installed() — Method in class IM

Checks if a certain shellplugin is available on this system

$ Lib#sessionProperty in class Lib
$ Lib#shellProperty in class Lib
$ Lib#secProperty in class Lib
$ Lib#scriptingProperty in class Lib
$ Lib#sslProperty in class Lib
$ Lib#statsProperty in class Lib
$ Lib#sortProperty in class Lib
$ Lib#sql_nested_setProperty in class Lib
Lib::session() — Method in class Lib
Browser::send_canonical_header() — Method in class Browser

Send Canonical HTTP Header

Cache::set() — Method in class Cache
APCUCacheHandler::set() — Method in class APCUCacheHandler
CacheHandlerInterface::set() — Method in class CacheHandlerInterface
MemcacheCacheHandler::set() — Method in class MemcacheCacheHandler
RedisCacheHandler::set() — Method in class RedisCacheHandler
Connect::set_connection_config_value() — Method in class Connect

Sets an config value for the connection.

Convert::stream_to_text() — Method in class Convert
Convert::stream_to_html() — Method in class Convert
Date::set_time_constants() — Method in class Date

Set Time Vars

Date::sqltime_to_seconds() — Method in class Date

Converts a SQL Time Format to seconds (e.g. '10:00:00' to 606010)

Date::sqltime_local_to_timestamp_utc() — Method in class Date

Converts a LOCAL SQL Time Format to a UTC timestamp

Date::sqltime_utc_to_timestamp_utc() — Method in class Date

Converts a UTC SQL Time Format to a UTC timestamp

Date::seconds_to_hours() — Method in class Date

Converts a time in seconds to its corresponding hour format

$ Debug#starttimeProperty in class Debug
Debug::startQueryProfiler() — Method in class Debug
Debug::stopQueryProfiler() — Method in class Debug
Debug::start_timer() — Method in class Debug
Debug::startSection() — Method in class Debug
Debug::show_debug_toolbar() — Method in class Debug
Debug::setBreakpoint() — Method in class Debug

Sets a breakpoint where the execution will be halted in case of a prior haltOnNextBreakpoint() activation This can be used if you need to debug code which is being executed from various paths but you need to debug it in a specific run path. Simply call haltOnNextBreakpoint() and the next time the setBreakpoint() is reached your debug output will be shown

SlimTimerClass in namespace XELOS\Framework\XF\Lib\Debug

Debug class to display times in the frontend.

SlimTimer::start() — Method in class SlimTimer
Error::set_log_file() — Method in class Error
Error::set_log_level() — Method in class Error

Set Log Level

File::send_file_old() — Method in class File

Sends the passed file from the HDD to the user (supports even large files!) (Execution stops after this command!)

File::send_file() — Method in class File

Send file to client/browser

File::setPermissionsWeb() — Method in class File

Set permissions for files writable to the web user and system user Should be applied to files in _log, _files, etc -> readable and writable to system AND web \XF_SYSTEM_UID and \XF_WEBSERVER_UID

File::setPermissionsSystem() — Method in class File

Set permissions for files writable system user only Should be applied to files in class, modules, etc -> readable for web and writable to system only \XF_SYSTEM_UID and \XF_WEBSERVER_UID

Filehandler::save() — Method in class Filehandler
Filehandler::save_image() — Method in class Filehandler

Saves the passed GD image ressource to the specified file

Format::str_to_number() — Method in class Format

Converts a string to the corresponding number using the local number settings

I18n::set_language() — Method in class I18n
I18n::set_timezone() — Method in class I18n
I18n::string_to_number() — Method in class I18n
I18n::set_message_vars() — Method in class I18n
I18n::save_template() — Method in class I18n

saves a template to db different language and kulture has to be set by i18n->set_languag and i18n->set_culture custom is as default false

CsvImport::set_source() — Method in class CsvImport

Sets the CSV File which should be loaded

CsvImport::set_before_model_save() — Method in class CsvImport

Executed for each generated model BEFORE saving it

CsvImport::set_after_model_save() — Method in class CsvImport

Executed for each generated model AFTER saving it

FakeData::set_before_model_save() — Method in class FakeData
FakeData::set_after_model_save() — Method in class FakeData
SeedingClass in namespace XELOS\Framework\XF\Lib\Installer\Traits
Link::set_defaults() — Method in class Link

Declare Default Settings

Link::set_instance_context() — Method in class Link
Link::send_redirect() — Method in class Link

Send redirect Headers

Link::setCurlProxyOptions() — Method in class Link

Sets the proxy parameters for a cURL resource if they are set in the config custom.

ThreadedStreamHandlerFactory::setOutputLineFormat() — Method in class ThreadedStreamHandlerFactory
$ Logger#statsProperty in class Logger
Logger::setup() — Method in class Logger

Setup the Logger by invoke each stream handler factory and adds the created handler as active stream to this logger.

StreamHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger

Class StreamResourceHandlerFactory

$ StreamHandlerFactory#streamResourceProperty in class StreamHandlerFactory
Mail::send() — Method in class Mail

Send mail via SMTP (replacing old Sendmail)

Mail::send_mail() — Method in class Mail

Send the mail via the proper relay and do logging

Mention::sendNotification() — Method in class Mention

Send a notification to the users mentioned in the text.

$ Modsetup#sql_fieldtypesProperty in class Modsetup
$ Modsetup#sql_default_paramsProperty in class Modsetup
$ Modsetup#sql_smartfieldsProperty in class Modsetup
$ Modsetup#sql_fieldrenameProperty in class Modsetup
$ Modsetup#shellplugin_typesProperty in class Modsetup
$ Modsetup#silentProperty in class Modsetup
$ Modsetup#sql_queueProperty in class Modsetup
Modsetup::set_module() — Method in class Modsetup

Set currently active module

Modsetup::save_configuration() — Method in class Modsetup
Modsetup::start_install_transaction() — Method in class Modsetup

check if there is still a transaction open - if so return false if no transaction is open, open one and return true

Modsetup::set_path_rights() — Method in class Modsetup

Set path rights in XELOS

Modsetup::set_initial_version_check() — Method in class Modsetup
Modsetup::set_system_maintenance() — Method in class Modsetup

Set the system to maintenance mode -> Maintenance Page is being shown, Daemons stopping automaticaly and Crons are no longer executed

Navigation::set_current_nav_id() — Method in class Navigation

Sets the current Navigation ID Will be internally used as default if no further parameters are specified. The ID is being set during the XF->view init

Navigation::set_current_guess_context() — Method in class Navigation

Sets the current Guess Context Will be used to determine the current navid where requested

Notification::send_vars() — Method in class Notification

Send with Vars Object

Notification::send() — Method in class Notification
$ NotificationBuilder#statusProperty in class NotificationBuilder
$ NotificationBuilder#subjectCallbackProperty in class NotificationBuilder
NotificationBuilder::setToken() — Method in class NotificationBuilder

Set the token which identifies your notification within your context A preferred syntax would be 'TYPE:'

NotificationBuilder::setIconCSSClass() — Method in class NotificationBuilder
NotificationBuilder::setCTAUrl() — Method in class NotificationBuilder

Provide a CallToAction URL for this user to be redirected to the source of the event.

NotificationBuilder::setDocumentIndex() — Method in class NotificationBuilder

Is this notification related to a document? You can provide the DocumentIndex, which will automatically set CTAUrl, Default Title and Token for your Notification

NotificationBuilder::setSubjectAndBodyAsVarsTemplate() — Method in class NotificationBuilder

You can use a varsTemplate to provide Subject, Plaintext and HTML as Template Object

NotificationBuilder::setSubjectAndBodyAsVarsTemplateAsCallback() — Method in class NotificationBuilder

You can use a varsTemplate to provide Subject, Plaintext and HTML as Template Object

NotificationBuilder::setSubjectAsString() — Method in class NotificationBuilder

Provide the subject as translateable string Example: ->setSubjectAsString("New like", _("New like"))

NotificationBuilder::setSubjectAsCallback() — Method in class NotificationBuilder

Provide a callback/closure which is providing the subject for your notification

NotificationBuilder::setSubjectAsTemplate() — Method in class NotificationBuilder

Provide a callback/closure which is providing the subject for your notification

NotificationBuilder::setHtmlAsString() — Method in class NotificationBuilder
NotificationBuilder::setHtmlAsCallback() — Method in class NotificationBuilder
NotificationBuilder::setHtmlAsTemplate() — Method in class NotificationBuilder

Provide a callback/closure which is providing the html body for your notification

NotificationBuilder::setPlaintext() — Method in class NotificationBuilder

Set Plaintext Body Message for your notification. Please provide an untranslated string which is translateable during build If no plaintext is given, but html is available, the builder will automatically convert the html version to plaintext

NotificationBuilder::setPlaintextByCallback() — Method in class NotificationBuilder

Provide a callback/closure which is providing the plaintext body for your notification

NotificationBuilder::setStatus() — Method in class NotificationBuilder
NotificationBuilder::setType() — Method in class NotificationBuilder

todo doc, defaults

NotificationBuilder::setRecipientUserId() — Method in class NotificationBuilder

Who should receive this notification?

NotificationBuilder::setSourceInstance() — Method in class NotificationBuilder

Set instance reference as string or int

NotificationBuilder::setNotificationRegistryKey() — Method in class NotificationBuilder

Set the config key of your notification. If you are not setting this key, the first configured notifcation will be selected.

NotificationMessage::setRecipientUserID() — Method in class NotificationMessage
NotificationMessage::setStatus() — Method in class NotificationMessage
NotificationMessage::setType() — Method in class NotificationMessage
NotificationMessage::setToken() — Method in class NotificationMessage

The Notification Token can be used to update this notification later or to revoke it Existing notifications with the same token from the same sourceInstanceId will automatically updated to reduce redundant messages for the user

NotificationMessage::setSourceInstanceId() — Method in class NotificationMessage

We expect the ID of the instance not the STRING

NotificationMessage::setSubject() — Method in class NotificationMessage
NotificationMessage::setHtml() — Method in class NotificationMessage
NotificationMessage::setText() — Method in class NotificationMessage
NotificationMessage::setIconCSSClass() — Method in class NotificationMessage
NotificationMessage::setCTAUrl() — Method in class NotificationMessage

Call To Action URL - when the user clicks the notifcation - where should he go to ? Please provide a relative URL if you are linking to the current system!

NotificationMessage::setSourceRegistryId() — Method in class NotificationMessage

Optional: If your module is providing multiple notifications of different type this will identify the correct registered type and its priority

Policy::set_instance_policies_to_level() — Method in class Policy

Sets all static policies and page access rights for all provided users and groups based on the access level.

$ Quota#sizeProperty in class Quota
Request::set_var() — Method in class Request
ScriptingClass in namespace XELOS\Framework\XF\Lib
Scripting::secure_eval() — Method in class Scripting

Secure EVAL to allow user scripting within applications. Retuns an object which allows more customization

SecClass in namespace XELOS\Framework\XF\Lib

Class Sec

Sec::sendContentSecurityPolicyHeaderForUserUpload() — Method in class Sec

Send CSP Headers for files that are user uploads to prevent persistent XSS attacks when users upload files Function will send headers based on filetype and system configuration

Sec::sendContentSecurityPolicyHeader() — Method in class Sec

Send CSP Header

SecureEvalClassClass in namespace XELOS\Framework\XF\Lib
SessionClass in namespace XELOS\Framework\XF\Lib

Class Session

Session::start() — Method in class Session

Register as session handler and start session Session can only be started ONCE per request

Session::set_lifetime() — Method in class Session

Modify the session lifetime for the current session if possible It is currently NOT possible to set lifetime for REDIS Session Handler with this method as REDIS requires setting the

Session::set() — Method in class Session

Set and save a key-value in the current users session. This value is stored until the session is destroyed (end of user session)

Session::session_valid_id() — Method in class Session

Validate session id

SessionDirtyFlagStorageInterfaceClass in namespace XELOS\Framework\XF\Lib\Session\Interfaces

Interface for XELOS Specific Session Handlers

SessionManagementInterfaceClass in namespace XELOS\Framework\XF\Lib\Session\Interfaces

Interface for XELOS Specific Session Handlers

SqlSessionHandlerClass in namespace XELOS\Framework\XF\Lib\Session

Class sql_session_handler

ShellClass in namespace XELOS\Framework\XF\Lib
Shell::start_cron() — Method in class Shell
Shell::schedule_cron() — Method in class Shell

Schedules the cron to be started within the next three minutes, regardless of its regular execution time

Shell::start_daemon_process() — Method in class Shell
Shell::stop_daemon_process() — Method in class Shell
Shell::secure_shell_input() — Method in class Shell
Shell::search() — Method in class Shell

Search for a token in the passed file and return the corresponding lines

Shell::stdOut() — Method in class Shell
Shell::setProcessOwner() — Method in class Shell

Set UID and GID according to configured WEBSERVER process owner This function will only work if the current process owner is root

SortClass in namespace XELOS\Framework\XF\Lib
$ Sort#search_paramsProperty in class Sort
Sort::search_callback() — Method in class Sort

Search Callback

SqlNestedSetClass in namespace XELOS\Framework\XF\Lib
SqlNestedSet::set_params() — Method in class SqlNestedSet

Change default params

SslClass in namespace XELOS\Framework\XF\Lib
Ssl::ssl_check() — Method in class Ssl
StatsClass in namespace XELOS\Framework\XF\Lib

Stats Helper

Threading::sendSignalToRunningChildren() — Method in class Threading

Stops all running child processes

Thumbnail::set_thumbsize() — Method in class Thumbnail

Set Thumb Size

UserImport::setMode() — Method in class UserImport

Set the import mode. Use class constants: UserImport::MODE_*

UserImport::setAutoGeneratePassword() — Method in class UserImport

If set to true a password will be autogenerated, if a NEW user has been created and $userData['password'] is empty.

UserImport::setAllowPasswordChange() — Method in class UserImport

If set to true the password of an EXISTING user will be changed if $userData['password'] is set

UserImport::setGeneratedPasswordLength() — Method in class UserImport

Only relevant if autoGeneratePassword is active. See parameters: $XF->lib->sec->generate_pronouncable_password()

UserImport::setGeneratedPasswordStrength() — Method in class UserImport

Only relevant if autoGeneratePassword is active. See parameters: $XF->lib->sec->generate_pronouncable_password()

UserImport::setAutoGenerateLogin() — Method in class UserImport

If set and $userData['login'] is empty, a value for 'login' will be generated.

UserImport::setAutoGenerateDisplayname() — Method in class UserImport

If set and $userData['displayname'] is empty, a value for 'displayname' is generated. ("FIRSTNAME LASTANME")

UserImport::setUniqueIdentifierField() — Method in class UserImport

Set the unique identifier field for the default findExistingUserCallback. ['id' || 'email' || 'login' || 'meta_*']

UserImport::setAfterPrepareCallback() — Method in class UserImport

Callback to further prepare the $userData. USE: function($userData, $userObj); return $userData;

UserImport::setFindExistingUserCallback() — Method in class UserImport

Callback to find a user object. USE: function($userData); return \XELOS\Framework\XF\System\Model\User

SourcecodeParserClass in namespace XELOS\Framework\XF\Lib\i18n\Parser
Token::setDomain() — Method in class Token

Sets the domain for this token

Token::setPluralToken() — Method in class Token

Adds a connected plural token

TokenCollection::setDomain() — Method in class TokenCollection

Sets the passed domain for all Tokens in this collection

SystemClass in namespace XELOS\Framework\XF

System "Fake" Module

AuditPolicy::save() — Method in class AuditPolicy
AuditPolicy::set_property() — Method in class AuditPolicy

Set a Property. If $property_id is an array and $property_value is false, set_property is called for each element in the array with the array key and value as params.

AuditPolicy::scope_by_policy_id_and_value() — Method in class AuditPolicy
AuditTrail::save() — Method in class AuditTrail
AuditTrail::set_property() — Method in class AuditTrail

Set a Property. If $property_id is an array and $property_value is false, set_property is called for each element in the array with the array key and value as params.

$ DocumentIndex#scheduled_removal_atProperty in class DocumentIndex

Y-m-d H:i:s

DocumentIndex::setPrefetchRightsContexts() — Method in class DocumentIndex
DocumentIndex::set_post_type() — Method in class DocumentIndex

type-safe setter

DocumentIndex::set_hidden() — Method in class DocumentIndex

Updates the hidden flag for this document index and all children if so desired

$ DocumentIndexJobQueue#scheduled_atProperty in class DocumentIndexJobQueue
$ DocumentIndexJobQueue#statusProperty in class DocumentIndexJobQueue
DocumentIndexJobQueue::set_status() — Method in class DocumentIndexJobQueue

sets the index-status (only enum-values possible, regarding db-definition)

DocumentIndexReference::save() — Method in class DocumentIndexReference
$ DocumentRegistry#supports_cfProperty in class DocumentRegistry
GlobalConfig::set_config_value() — Method in class GlobalConfig
Group::save() — Method in class Group
$ Hierarchy#secondary_explicit_usersProperty in class Hierarchy

Set of User IDs

Hierarchy::save() — Method in class Hierarchy

Save Model Changes to Database

$ I18nToken#sourcesProperty in class I18nToken

Sources

InstanceConfig::set_config_value() — Method in class InstanceConfig
$ ModuleGroupSecurity#security_typeProperty in class ModuleGroupSecurity

[public, closed, inactive]

Navigation::save() — Method in class Navigation
$ Notification#statusProperty in class Notification

['new','processed','seen','read'], default: 'new'

$ Notification#subjectProperty in class Notification
$ Notification#seen_atProperty in class Notification
$ Notification#system_notification_registry_idProperty in class Notification
Notification::save() — Method in class Notification

A timestamp is created when checked as empty before

Policy::search_by_id() — Method in class Policy
Policy::search_by_name_and_instance_id() — Method in class Policy
ThemeSet::set_config_property() — Method in class ThemeSet

put your comment there.

ThemeSet::set_config() — Method in class ThemeSet

Return Config Array

ThemeSet::set_color() — Method in class ThemeSet

Return Config Array

User::set_property() — Method in class User

Set user property

User::save_meta() — Method in class User
User::save_unverified() — Method in class User

Save properties which require verification

User::set_security_group() — Method in class User
User::set() — Method in class User
User::save() — Method in class User
User::set_user_setting() — Method in class User

Set a Userconfig Setting

User::set_current_password_check() — Method in class User

If old_password_check propert is filled the new_password() change will only be triggered if the passed value matches the old password and the model will not validate

User::set_new_password() — Method in class User
UserDevices::save() — Method in class UserDevices

If it is a new device, the device_id is generated and the user_id is set.

UserDevices::send_device_cookie() — Method in class UserDevices

Send Device Cookie

UserGroup::save() — Method in class UserGroup
$ UserLink#sortProperty in class UserLink
UI::set_associated_content() — Method in class UI

Set Associated Content (for SPDY Push)

AjaxContainer::set_content() — Method in class AjaxContainer

Set the content of the container to a static content (e.g. Template Object or HTML Output)

AjaxContainer::set_url() — Method in class AjaxContainer

set url to call - if not set, it will be set by get_current_url

AjaxContainer::set_content_callback() — Method in class AjaxContainer

Set the content of the container by using a callback function

AmchartBar::set_ballontext() — Method in class AmchartBar
$ AmchartChart#selected_mapProperty in class AmchartChart

Name of the country or area which map is loaded.

AmchartChart::set_uid_prefix() — Method in class AmchartChart
AmchartChart::set_size() — Method in class AmchartChart

Set Size

AmchartChart::setDataDateFormat() — Method in class AmchartChart

Sets the data format of dates so that AmChart knows how to parse date strings https://www.amcharts.com/docs/v3/reference/amstockchart/#dataDateFormat_property

AmchartChart::set_3d_depth() — Method in class AmchartChart

Enable 3D and set the depth

AmchartChart::set_angle() — Method in class AmchartChart

If 3D is enabled set the angle of the chart

AmchartChart::set_listener() — Method in class AmchartChart

https://docs.amcharts.com/3/javascriptcharts/AmChart#events

AmchartChart::set_theme() — Method in class AmchartChart

Set chart theme

AmchartChart::set_colors() — Method in class AmchartChart

Set chart colors, if you don't want the system colors

AmchartChart::set_animation_time() — Method in class AmchartChart

Set chart animation time in seconds

AmchartChart::set_map_quality() — Method in class AmchartChart

Set the map quality

AmchartChart::set_height() — Method in class AmchartChart

Set Chart height

AmchartChart::set_percent_format() — Method in class AmchartChart

Set percent format for numeric values

AmchartChart::set_number_format() — Method in class AmchartChart

Set number format for numeric values

AmchartChart::set_balloon_text() — Method in class AmchartChart

Set balloon text

AmchartChart::set_balloon_text_format() — Method in class AmchartChart

Set balloon text

AmchartChart::set_label_text() — Method in class AmchartChart

Set label text

AmchartGantt::set_data() — Method in class AmchartGantt
AmchartGantt::set_start_date() — Method in class AmchartGantt

Set the start date

AmchartGantt::set_end_date() — Method in class AmchartGantt

Set the end date

AmchartGantt::set_initial_zoom() — Method in class AmchartGantt
AmchartGantt::set_height() — Method in class AmchartGantt
AmchartPie::set_inner_radius() — Method in class AmchartPie

Show pie chart as doughnut

Browse::set_enable_ajax() — Method in class Browse

Enable or disable ajax loading for pagination and letter access.

Browse::set_column_count() — Method in class Browse

Set the number of columns to be displayed

Browse::set_group_column() — Method in class Browse

The column by which to group and order the found entries

Browse::set_show_letters() — Method in class Browse

Should a letter filter be displayed? All letters that have entries will be marked accordingly

Browse::set_show_filter() — Method in class Browse

Should a text filter be displayed?

Browse::set_entries_per_page() — Method in class Browse

Set the number of entries displayed per pagination page.

Browse::set_item_link_cb() — Method in class Browse

Defines a link callback that will be used to create the link in the list viewmode.

Browse::set_data_query() — Method in class Browse

The prepared statement to retrieve the content to be browsed through.

Calendar::setDefaultTimestamp() — Method in class Calendar

Set the default month/year to show

Calendar::set_month() — Method in class Calendar

Set the default month/year to show

Calendar::set_default_link() — Method in class Calendar

Set default link params, all params will be parsed by strftime.

Calendar::set_selection() — Method in class Calendar

Set the days to be selected (display style) Only ONE selection possible. Use marks instead for visuals

Calendar::set_day_info() — Method in class Calendar

Set info for a specific date

Calendar::setShowDaySelectTable() — Method in class Calendar

Show day table selection

Calendar::setShowMonthSelect() — Method in class Calendar

Enables the user to select months/years via dropdown

Calendar::setShowMonthPagination() — Method in class Calendar
Calendar::setXUITarget() — Method in class Calendar
Calendar::set_options() — Method in class Calendar

Set Options

$ Chart#set_labels_explicitProperty in class Chart

set values explicit - prevent labels from beeing float values

Chart::set_params() — Method in class Chart

Set Chart params

Chart::set_type() — Method in class Chart

Set Chart Type

Chart::set_labels() — Method in class Chart

Sets the x-Axis values

Chart::set_data_callback() — Method in class Chart

Set datacallback The callback Function is expected to return an array like this: array('values'=>array(1,2,3,4),'labels'=>array('test','label','goes','here'))

Chart::set_gradient_fill() — Method in class Chart

Set to true if you wish areas to be filled with slight gradient

Chart::set_custom_tooltip() — Method in class Chart
Container::set_content() — Method in class Container
Container::setPlaceholderContent() — Method in class Container

Setting Placeholder Content will automatically enable deferred loading

$ Css#srcProperty in class Css
$ DocLink#showProperty in class DocLink
DocLink::set_exclude_actions() — Method in class DocLink
DocLink::set_include_actions() — Method in class DocLink
DocLink::set_single_action() — Method in class DocLink

Set a single action to be shown

DocumentList::setViewStyle() — Method in class DocumentList

Set View Style of XUI, self::VIEWSTYLE_AUTO will mix GRID and LIST depending on the given documents

DocumentLock::set_document_index_id() — Method in class DocumentLock

Sets the id of the target document index.

DocumentLock::set_document_index() — Method in class DocumentLock

Sets the id of the target document index.

DocumentLock::set_ttl() — Method in class DocumentLock

Sets the time to live value. This value is used to remove exceeded locks and views on a document index. The ttl value is set to 30 seconds by default. All entries will bbe deleted where the update time is more than the specified ttl value in the past.

DocumentLock::set_activity() — Method in class DocumentLock

Sets the activity for the targeted document index. This value effects the message, appearance and interaction of the document lock/view. Use EDIT if the current view is based on a document index and can be modified for instance by a form.

$ DocumentView#sidebarProperty in class DocumentView
Faceted::set_xui_target() — Method in class Faceted
Faceted::set_title() — Method in class Faceted

title displayed before the first category

Faceted::set_additional_class() — Method in class Faceted

this class will be added to the outer wrapping div

Faceted::set_render_mode() — Method in class Faceted

this class will be added to the outer wrapping div

Faceted::set_get_parameter_name() — Method in class Faceted

name of the get parameter - default is uid_filter

Faceted::set_active() — Method in class Faceted

Set Active Item

Form::set_enable_auto_lock() — Method in class Form

If true, this form uses the DocumentLock to lock this form and show lock/view information.

Form::set_mod() — Method in class Form
Form::set_focus() — Method in class Form

Specify the field which should get the focus by default Use TRUE to set focus to first field

Form::set_db_handler() — Method in class Form
Form::set_model() — Method in class Form
Form::set_download_handler() — Method in class Form
Form::set_request_var() — Method in class Form
Form::set_edit_var() — Method in class Form
Form::set_form_property() — Method in class Form
Form::set_field_property() — Method in class Form
Form::sendAjaxResponseJsonHeader() — Method in class Form

Adds the JSON response into the header.

Form::set_request_vars() — Method in class Form
Form::save_data() — Method in class Form
Form::set_feedback() — Method in class Form

Set Form Feedback

Form::set_error() — Method in class Form

mark field as Error and return custom Error-Message

Form::setIsModalClosedOnAjaxSubmit() — Method in class Form

If you know that your form is used in context of an AJAX modal dialog, set this option for automatically closing the modal dialog Default: false Old Param: ajax_close

Form::setIsAjaxForm() — Method in class Form

Submit and Process this form via AJAX Default: false Old Param: ajax_form

Form::setUITarget() — Method in class Form

Sets an ui component as target. Uses the dom unique id of the component as data entry in the form payload to trigger the ui component on submit.

Form::setRedirectURL() — Method in class Form

Redirect user after successful form submission to the specified URL Using back as special param, will automatically use the referer to send the user back to the previous url before opening the form Default: none Old Param: redirect

Form::setLoadingMessage() — Method in class Form

Display Loading spinner and message when user submits form Default: none Old Param: loading_message

Form::setIsReadonly() — Method in class Form

Set complete form to be readonly Default: false

Form::setIsHiddenLabel() — Method in class Form

Set all labels to be hidden Default: false

Form::setFormName() — Method in class Form

Set Form Name Default: Autogenerated unique id

Form::setFormActionURL() — Method in class Form

Set Form Action URL Default: none

Form::setRequestMethod() — Method in class Form

Set Form Name - Default is an autogenerated unique id Default: POST Old param: request_method

Form::setIsSecureForm() — Method in class Form

Apply security measures available to this form (CSFR Check),

Form::setTitle() — Method in class Form

Set Form Title, Title use automatically used in feedback messages

FormEditor::set_workbench_title() — Method in class FormEditor
FormEditor::set_component_title() — Method in class FormEditor
FormEditor::set_show_preview_link() — Method in class FormEditor
FormEditor::set_show_export_link() — Method in class FormEditor
FormEditor::set_form() — Method in class FormEditor
FormEditor::set_allowed_field_types() — Method in class FormEditor

Set the allowed (selectable) field types

FormEditor::set_excluded_field_types() — Method in class FormEditor

Set the excluded (not selectable) field types

$ FormBase#save_requires_edit_varProperty in class FormBase
FormBase::set() — Method in class FormBase
FormBase::set_properties() — Method in class FormBase
FormCatSelector::set_request_vars() — Method in class FormCatSelector
FormCatSelector::save() — Method in class FormCatSelector
FormCatSelector::setIDField() — Method in class FormCatSelector

Set ID Field of your datasource

FormCatSelector::setPIDField() — Method in class FormCatSelector

Set PID Field of your datasource

FormCatSelector::setLabelField() — Method in class FormCatSelector

Set Label Field of your datasource

FormCatSelector::setGroupIDField() — Method in class FormCatSelector

Set GroupID Field of your datasource Array Syntax: group_field

FormCatSelector::setGroupID() — Method in class FormCatSelector

Set GroupID to query on the datasource

FormCatSelector::setIsMultiple() — Method in class FormCatSelector

Can user select multiple categories?

FormCatSelector::setDelimiter() — Method in class FormCatSelector

Set delimiter of internally saved values Array Syntax: implode

FormCatSelector::setCategoryAsDatasource() — Method in class FormCatSelector

Set Selector Category as Datasource

FormCatSelector::setValuesAsDatasource() — Method in class FormCatSelector

Set Array as Datasource

FormCheckbox::save() — Method in class FormCheckbox
FormCheckbox::setValuesAsDatasource() — Method in class FormCheckbox

Set Values to choose from Array Syntax: pop_data

FormCheckbox::setDisabledValues() — Method in class FormCheckbox

The value keys given will be displayed as disabled.

FormCheckbox::setCallbackAsDatasource() — Method in class FormCheckbox

Set ID Field of your datasource Array Syntax: pop_callback

FormCheckbox::setCategoryAsDatasource() — Method in class FormCheckbox

Set Selector Category as Datasource

FormCheckbox::setDelimiter() — Method in class FormCheckbox

Set delimiter of internally saved values Array Syntax: implode

FormCheckbox::setLayoutStacked() — Method in class FormCheckbox

Display options stacked? Array Syntax: layout=>stack

FormComponent::set_request_vars() — Method in class FormComponent
FormComponent::save() — Method in class FormComponent
FormComponent::set_display_value() — Method in class FormComponent

set the displayed value

FormComponent::setLabel() — Method in class FormComponent

Set Field label

FormComponent::setIsRequired() — Method in class FormComponent

Consider Field as required

FormComponent::setIsDBField() — Method in class FormComponent

Field is to be loaded from and saved to database.

FormComponent::setIsI18NField() — Method in class FormComponent

Field is considered to be translatable. This is usually determined automatically reading the instance configuration of the calling instance

FormComponent::setIsReadonly() — Method in class FormComponent

Consider Field as readonly

FormComponent::setDefaultValue() — Method in class FormComponent

Set Field default value

FormComponent::setCSSClassName() — Method in class FormComponent

Set Field Row CSS class name

FormComponent::setHelpText() — Method in class FormComponent

Set Field Help Text

FormComponent::setDescriptionText() — Method in class FormComponent

Set Field Help Text

FormComponent::setPrefixHTML() — Method in class FormComponent

Add Custom HTML before the field element

FormComponent::setSuffixHTML() — Method in class FormComponent

Add Custom HTML after the field element

FormComponent::setPopulateField() — Method in class FormComponent

Manipulate another fields data when the value of the current field changes.

FormComponent::setVisibilityDependsOn() — Method in class FormComponent

Set Visibility Dependency if you want your field only to be shown if another field has a specify value Array Syntax: tag, tag_source

FormComponent::setVisibilityIsSource() — Method in class FormComponent

Set field to be the event source for another dependent field. Changes of this fields values will trigger events to their dependent fields and change their visibility in the frontend

FormComponent::setCustomErrorText() — Method in class FormComponent

Show Custom Error Message for this field

FormComponent::setGridClass() — Method in class FormComponent

Set Flexbox Grid Class

FormConfig::set_request_vars() — Method in class FormConfig
FormConfig::save_config() — Method in class FormConfig
FormConfig::save() — Method in class FormConfig
FormDate::setDefaultValueNOW() — Method in class FormDate

Set Default Value to reflect current time

FormDate::setIsDateSpanEndField() — Method in class FormDate

Set Field to be a DateSpan End Field. Given field will automatically be marked as start field.

FormDate::setMinDate() — Method in class FormDate

Set min date for selection

FormDate::setMaxDate() — Method in class FormDate

Set min date for selection

FormDatetime::setSliderOptions() — Method in class FormDatetime

Set Options for Time Slider

FormDatetime::setIsDateHidden() — Method in class FormDatetime

Display only Time and Hide Date part? Array Syntax: hide_date

FormDatetime::setIsDateSpanEndField() — Method in class FormDatetime
FormDocument::setAutoStore() — Method in class FormDocument

Set TRUE to let this class handle the attached / uploaded documents. The handling will be triggered on save.

FormDocument::setSerialize() — Method in class FormDocument

If TRUE, field values will be saved serialized.

FormDocument::setDelimiter() — Method in class FormDocument

Sets the separator for multiple values.

FormDocument::setImageCropperSettings() — Method in class FormDocument

Sets the image edit settings for cropping function.

FormDocument::setImageEditorSettings() — Method in class FormDocument

Sets the configuration for image editing.

FormDocument::setMultiple() — Method in class FormDocument

Sets whether this component supports multiple documents.

FormDocument::setOwnerDocument() — Method in class FormDocument

Sets a document model.

FormDocument::setNoDocumentMessage() — Method in class FormDocument

Sets a message which is displayed when no document is selected.

FormDocument::setUploadLabel() — Method in class FormDocument

Sets a custom label name for upload field.

FormDocument::setNoUpload() — Method in class FormDocument

Sets whether client side upload listener should be attached or not.

FormDocument::setFormSubmitOnChange() — Method in class FormDocument

Sets whether changes to attachments should trigger a form submit.

FormDocument::setPasteSource() — Method in class FormDocument

Set the source element which should be checked for File Uploads by Copy&Paste Events

FormDocument::setPasteSourceDomSelector() — Method in class FormDocument

Sets a DOM selector which is used to pasting clip board content.

FormDocument::setOnChange() — Method in class FormDocument

Sets a js callback function name.

FormDocument::setLocation() — Method in class FormDocument

Sets a relative location path.

FormDocument::setWebDir() — Method in class FormDocument

Sets the path to the storage where to save files on upload.

FormDocument::setSaveInCascadedFolder() — Method in class FormDocument

Set TRUE to use cascaded folder.

FormDocument::setSelectorAutoSubmit() — Method in class FormDocument

Sets whether a submit should be triggered after a document selection.

FormDocument::setMinReferenceLevel() — Method in class FormDocument
FormDocument::save() — Method in class FormDocument

Serializes the selection, saving temporary files in the xfs file system

FormDynConfig::save_config() — Method in class FormDynConfig
FormFieldset::setCSSFieldsetClassName() — Method in class FormFieldset

Set Fieldset CSS class name

FormFieldset::setCSSFieldsetIconClassName() — Method in class FormFieldset

Set Fieldset CSS icon class name

FormFieldset::setCSSFieldsetStyle() — Method in class FormFieldset

Set Fieldset CSS style

FormFieldset::setFieldsetID() — Method in class FormFieldset

Set Fieldset ID HTML attribute

FormFieldset::setIsCollapsible() — Method in class FormFieldset

Is Fieldset collapsible?

FormFieldset::setGridClassParameter() — Method in class FormFieldset

Set Grid Class Parameter Will render fields within the fieldset as flexbox grid with optional specifed columns per device

FormFile::setLocation() — Method in class FormFile

Sets a relative location path.

FormFile::setMime() — Method in class FormFile

Sets mime type.

FormFile::setAcceptedExtensions() — Method in class FormFile

The accepted file extensions.

FormFile::setUseSystemDMS() — Method in class FormFile

Sets whether the system dms will be used for storing or not.

FormFile::setWebDir() — Method in class FormFile

Sets the path to the storage where to save files on upload.

FormFile::setMaxUploadSize() — Method in class FormFile

Sets the maximum upload size.

FormFile::setThumbnail() — Method in class FormFile

Sets whether a thumbnail should be displayed or not.

FormFile::setHideOptions() — Method in class FormFile

Sets whether to display upload options or not.

FormFile::setDownloadHandler() — Method in class FormFile

Sets a download handler.

FormFile::setContentType() — Method in class FormFile

Sets the content type.

FormFile::setUploadCallback() — Method in class FormFile

Sets a upload callback.

FormFile::setMaxWidth() — Method in class FormFile

Sets a maximum width for images.

FormFile::setMaxHeight() — Method in class FormFile

Sets a maximum height for images.

FormFile::setSaveInCascadedFolder() — Method in class FormFile

Set TRUE to use cascaded folder.

FormFile::save() — Method in class FormFile

Move File to Final Location and return the filename

FormGroupSelector::setHideSystemGroups() — Method in class FormGroupSelector

Hide System Groups in Selector?

FormGroupSelector::setMaxGroupsLimit() — Method in class FormGroupSelector

How many groups can be selected?

FormHidden::setValue() — Method in class FormHidden

Set Value of Hidden field. The value may contain replacable params refering to other fields in the form.

FormIconSelect::save() — Method in class FormIconSelect
FormMultifile::save() — Method in class FormMultifile
FormMultitext::save() — Method in class FormMultitext
FormMultitext::setDelimiter() — Method in class FormMultitext

Set delimiter of internally saved values, only used if not using serialization

FormMultitext::setSerializeFormat() — Method in class FormMultitext

Set delimiter of internally saved values Array Syntax: serialize

FormMultitext::setMaxlength() — Method in class FormMultitext

Set max chars for this field Array Syntax: maxlength

FormMultitext::setCSSStyle() — Method in class FormMultitext

Set Custom CSS Style

FormPassword::save() — Method in class FormPassword

Save

FormPassword::setIsHashedOnSave() — Method in class FormPassword

Hash password on save using \XELOS\Framework\XF\User::hash_password

FormPassword::setPasswordField() — Method in class FormPassword

If this field is used to check a password which is repeated, you can use this method.

FormPassword::setCheckPasswordStrength() — Method in class FormPassword
FormPolicySelector::setSinglePolicyOnly() — Method in class FormPolicySelector

If enabled, only one policy can be chosen for each row

FormPolicySelector::setAllowOnly() — Method in class FormPolicySelector

If enabled, only the allow policy can be chosen.

FormPolicySelector::setDefaultUsersParity() — Method in class FormPolicySelector

Sets the class property $defaultUsersParity.

FormPolicySelector::setDefaultGroupsParity() — Method in class FormPolicySelector

Sets the class property $defaultGroupsParity.

FormPolicySelector::setDefaultRolesParity() — Method in class FormPolicySelector

Sets the class property $defaultRolesParity.

FormPolicySelector::setDefaultParities() — Method in class FormPolicySelector

A wrapper method that takes a single string and sets the default parities of all types to this string type value.

FormRadio::save() — Method in class FormRadio
FormRowRenderer::set_fields() — Method in class FormRowRenderer

Set fields which shall be handled by this renderer. These fields will NOT be rendered by the default render engine

FormRowRenderer::set_field_data() — Method in class FormRowRenderer

Sets the field data for each field. Called by render_form() function of Form during render process

FormRrule::set_request_vars() — Method in class FormRrule
FormRrule::save() — Method in class FormRrule
FormRrule::setHideUntil() — Method in class FormRrule

Hide UNITL

FormSelect::save() — Method in class FormSelect
FormSelect::setDelimiter() — Method in class FormSelect

Set delimiter of internally saved values Array Syntax: implode

FormSelect::setValuesAsDatasource() — Method in class FormSelect

Set Values to choose from Array Syntax: pop_data

FormSelect::setCallbackAsDatasource() — Method in class FormSelect

Set ID Field of your datasource Array Syntax: pop_callback

FormSelect::setCategoryAsDatasource() — Method in class FormSelect

Set Selector Category as Datasource

FormSelect::setOnChangeJS() — Method in class FormSelect

Set the onchange HTML attribute

FormSelect::setIsMultiple() — Method in class FormSelect

Can user select multiple entries?

FormSelect::setHideNoValue() — Method in class FormSelect

Can user select multiple categories?

FormSelect::setSize() — Method in class FormSelect

Set HTML attribute size

FormSlider::setMinValue() — Method in class FormSlider

Set Slider MIN Value

FormSlider::setMaxValue() — Method in class FormSlider

Set Slider MAX Value

FormSlider::setMinLabel() — Method in class FormSlider

Set Label for MIN Value

FormSlider::setMaxLabel() — Method in class FormSlider

Set Label for MAX Value

FormSlider::setCSSWidth() — Method in class FormSlider

Set Slider width in px

FormSlider::setValuesAsDatasource() — Method in class FormSlider

Set Values to choose from Array Syntax: values

FormStaticText::setStaticText() — Method in class FormStaticText

Set Static Text, if not set the default value will be used

FormStaticValue::save() — Method in class FormStaticValue
FormStaticValue::setStaticValue() — Method in class FormStaticValue
FormStaticValue::setDefaultValue() — Method in class FormStaticValue
FormTag::setTaggingParameters() — Method in class FormTag

Set Tagging Parameters, this is usually NOT required when using a model in your form

FormTag::setDocumentIndex() — Method in class FormTag

Set Tagging Parameters automatically for a given documentIndex, this is usually NOT required when using a model in your form

FormTextarea::save() — Method in class FormTextarea
FormTextarea::savePreProcess() — Method in class FormTextarea
FormTextarea::setUseMention() — Method in class FormTextarea
FormTextarea::setUseTag() — Method in class FormTextarea
FormTextarea::setSubmitOnCtrlEnter() — Method in class FormTextarea

Enables submission of the Form if the user presses CTRL+ENTER in the textarea

FormTextarea::setCols() — Method in class FormTextarea

Set HTML Cols attribute

FormTextarea::setRows() — Method in class FormTextarea

Set HTML Rows attribute

FormTextarea::setMaxlength() — Method in class FormTextarea

Set max chars for this field Array Syntax: maxlength

FormTextarea::setCSSStyle() — Method in class FormTextarea

Set Custom CSS Style

FormTextarea::setPlaceholder() — Method in class FormTextarea

Set HTML5 Placeholder Attribute, usually visible when no data has been entered into the field

FormTextarea::setIsWYSIWYG() — Method in class FormTextarea

Display Textarea as WYSIWYG Editor

FormTextarea::setIsMarkdown() — Method in class FormTextarea

Should content be saved as markdown?

FormTextarea::setIsCodeEditor() — Method in class FormTextarea

Display Textarea as codeeditor (CodeMirror)

FormTextarea::setCodeEditorTemplateMarkers() — Method in class FormTextarea

Use markers to enable users refer to variables when writing text. Markers will automatically be written in ###marker### Syntax Using Template Markers can break highlighting or validation on Editor Modes

FormTextarea::setWYSIWYGInserts() — Method in class FormTextarea

Add Document Index Entries which should be available as insert in editor.

FormTextarea::setWYSIWYGCustomInserts() — Method in class FormTextarea
FormTextarea::setDocumentSelector() — Method in class FormTextarea
FormTextbox::save() — Method in class FormTextbox

Save

FormTextbox::setMaxlength() — Method in class FormTextbox

Set max chars for this field Array Syntax: maxlength

FormTextbox::setShowCopyToClipboard() — Method in class FormTextbox

Show Copy to Clipboard function next to this field?

FormTextbox::setTitle() — Method in class FormTextbox

Set Title attribute, title is shown on hovering over the field

FormTextbox::setAutoTitle() — Method in class FormTextbox

Set Auto Title attribute, usually visible when no data has been entered into the field This attribute is very similar to the placeholder attribute an may conflict if both are set.

FormTextbox::setPlaceholder() — Method in class FormTextbox

Set HTML5 Placeholder Attribute, usually visible when no data has been entered into the field

FormTextbox::setCSSStyle() — Method in class FormTextbox

Set Custom CSS Style

FormTextbox::setValidationPattern() — Method in class FormTextbox

Set HTML5 REGEX Pattern Attribute, which will be used by browsers to validate user input

FormTextbox::setInputFilter() — Method in class FormTextbox

Set input filter - a javascript input check. This may conflict with a HTML5 pattern attribute.

FormTextbox::setDisplayFilterNumeric() — Method in class FormTextbox

Format output to show as formatted numeric value.

FormTextbox::setFormat() — Method in class FormTextbox

Automatically format the default value using an call to the XELOS Format Helper

FormTextbox::setOnClickJS() — Method in class FormTextbox

Set the onclick HTML attribute

FormTextbox::setOnChangeJS() — Method in class FormTextbox

Set the onchange HTML attribute

FormTextbox::setSubmitOnEnter() — Method in class FormTextbox

Submit the form when the user presses enter? (Standard for POST forms, but not standard for GET forms) Useful if you are implementing a search form using GET request method

FormTextbox::setAutocomplete() — Method in class FormTextbox

Set Autocomplete for this field

FormTextboxList::save() — Method in class FormTextboxList
FormTileSelection::save() — Method in class FormTileSelection
FormToggleSwitch::setToggleLabels() — Method in class FormToggleSwitch

Set Switch Labels, Use short words to accomodate style Array Syntax: on_label, off_label

FormToggleSwitch::setToggleValues() — Method in class FormToggleSwitch

Set Switch Values Array Syntax: on_value, off_value

FormToggleSwitch::setIsYesNo() — Method in class FormToggleSwitch

Set Switch Labels to Yes/No instead of On/Off

FormUserSelector::save() — Method in class FormUserSelector
FroalaEditorBuilder::setPluginInsertData() — Method in class FroalaEditorBuilder

Sichtweise: Froala / Insert Plugin Aufgabe:Konvertierung von Daten in Plugin spezifische Formatierung (JSON, JS, API?).

FroalaOption::scrollableContainer() — Method in class FroalaOption

Sets the container in which the editor popups are added.

FroalaOption::shortcutsEnabled() — Method in class FroalaOption

Granular control for enabling or disabling specific shortcuts.

FroalaOption::shortcutsHint() — Method in class FroalaOption

When enabled, the shortcut is displayed in the button tooltip.

FroalaOption::spellcheck() — Method in class FroalaOption

Enables browser spellcheck for the text inside the editing box.

FroalaOption::specialCharButtons() — Method in class FroalaOption

The list of special characters buttons for popup.

FroalaOption::specialCharactersSets() — Method in class FroalaOption

The list of special characters to show.

FroalaOption::saveInterval() — Method in class FroalaOption

Time in milliseconds that defines when the autosave should be triggered. Setting a higher interval helps preventing request overload on the server. The autosave will be triggered only if the content was changed from the last interval. Setting the value to 0 will disable autosave.
Note: It is not recommended to use values lower than 2000ms in order to prevent overload.

FroalaOption::saveMethod() — Method in class FroalaOption

The HTTP save request type.

FroalaOption::saveParam() — Method in class FroalaOption

The name of the parameter which contains the rich text editor's content on the save request.

FroalaOption::saveParams() — Method in class FroalaOption

Additional parameters passed to the save request.

FroalaOption::saveURL() — Method in class FroalaOption

The URL where the save request is being made. The editor will initialize a HTTP request to the specified URL passing the editor's content in the body parameter of the HTTP request.

$ HtmlColumnList#sort_itemsProperty in class HtmlColumnList
$ HtmlColumnList#sub_titlesProperty in class HtmlColumnList
$ HtmlUlList#styleProperty in class HtmlUlList
$ HtmlUlList#separatorProperty in class HtmlUlList
$ Image#styleProperty in class Image
Image::set_url() — Method in class Image
Image::set_folder_prefix() — Method in class Image
Image::set_label() — Method in class Image
Image::set_alt() — Method in class Image
Image::set_appearance_mode() — Method in class Image
Image::set_resize() — Method in class Image
Image::set_crop() — Method in class Image
Image::set_height() — Method in class Image
Image::set_width() — Method in class Image
Image::set_content_type() — Method in class Image
Image::set_disable_replacer() — Method in class Image
Image::set_public_file_link() — Method in class Image
ImageEdit::set_image_paths() — Method in class ImageEdit

Sets the source image file. The target file can be set optionally.

ImageEdit::set_document_index() — Method in class ImageEdit

Sets the document index of a system dms image file.

ImageEdit::set_settings() — Method in class ImageEdit

Sets settings for this image edit component.

ImageEdit::set_crop_options() — Method in class ImageEdit

Sets the option values for the cropper JS class.

ImageEdit::set_crop_view_mode() — Method in class ImageEdit

Define the view mode of the cropper.

ImageEdit::set_crop_drag_mode() — Method in class ImageEdit

Define the dragging mode of the cropper.

ImageEdit::set_crop_aspect_ratio() — Method in class ImageEdit

Set the aspect ratio of the crop box.

ImageEdit::set_crop_responsive() — Method in class ImageEdit

Re-render the cropper when resize the window.

ImageEdit::set_crop_restore() — Method in class ImageEdit

Restore the cropped area after resize the window.

ImageEdit::set_crop_check_cross_origin() — Method in class ImageEdit

Check if the current image is a cross-origin image.

ImageEdit::set_crop_check_orientation() — Method in class ImageEdit

Check the current image's Exif Orientation information.

ImageEdit::set_crop_modal() — Method in class ImageEdit

Show the black modal above the image and under the crop box.

ImageEdit::set_crop_guides() — Method in class ImageEdit

Show the dashed lines above the crop box.

ImageEdit::set_crop_center() — Method in class ImageEdit

Show the center indicator above the crop box.

ImageEdit::set_crop_highlight() — Method in class ImageEdit

Show the white modal above the crop box (highlight the crop box).

ImageEdit::set_crop_background() — Method in class ImageEdit

Show the grid background of the container.

ImageEdit::set_crop_auto_crop() — Method in class ImageEdit

Enable to crop the image automatically when initialize.

ImageEdit::set_crop_auto_crop_area() — Method in class ImageEdit

Define the automatic cropping area size (percentage).

ImageEdit::set_crop_moveable() — Method in class ImageEdit

Enable to move the image.

ImageEdit::set_crop_rotateable() — Method in class ImageEdit

Enable to rotate the image.

ImageEdit::set_crop_scalable() — Method in class ImageEdit

Enable to scale the image.

ImageEdit::set_crop_zoomable() — Method in class ImageEdit

Enable to zoom the image.

ImageEdit::set_crop_zoom_on_touch() — Method in class ImageEdit

Enable to zoom the image by dragging touch.

ImageEdit::set_crop_zoom_on_wheel() — Method in class ImageEdit

Enable to zoom the image by wheeling mouse.

ImageEdit::set_crop_wheel_zoom_ratio() — Method in class ImageEdit

Define zoom ratio when zoom the image by wheeling mouse.

ImageEdit::set_crop_box_movable() — Method in class ImageEdit

Enable to move the crop box by dragging.

ImageEdit::set_crop_box_resizable() — Method in class ImageEdit

Enable to resize the crop box by dragging.

ImageEdit::set_crop_toggle_drag_mode_on_dblclick() — Method in class ImageEdit

Enable to toggle drag mode between "crop" and "move" when click twice on the cropper.

ImageEdit::set_crop_min_container_size() — Method in class ImageEdit

The minimum width and height of the container.

ImageEdit::set_crop_min_canvas_size() — Method in class ImageEdit

The minimum width and height of the canvas (image wrapper).

ImageEdit::set_crop_min_box_size() — Method in class ImageEdit

The minimum width and height of the crop box.

Import::set_incremental() — Method in class Import

If $this->incremental is set to true, $this->stepping rows will be handled before each redirect to prevent timeouts in time-intensive imports

Import::set_stepping() — Method in class Import
Import::set_init_handler() — Method in class Import

This callback is before step 1 is executed.

Import::set_fdl() — Method in class Import

Additional FDL (Additional Form for step1)

Import::set_save_handler() — Method in class Import
Import::set_import_mode() — Method in class Import
Import::set_key_field() — Method in class Import
Import::store_tmp_data() — Method in class Import

Store temporary to session

InPlaceEditor::set_field() — Method in class InPlaceEditor
InPlaceEditor::set_model() — Method in class InPlaceEditor
ItemList::set_items() — Method in class ItemList
ItemList::set_pagination() — Method in class ItemList
$ Item#sourceProperty in class Item
Item::set_id() — Method in class Item
Item::set_di_id() — Method in class Item
Item::set_name() — Method in class Item
Item::set_info() — Method in class Item
Item::set_type() — Method in class Item
Item::set_document_model() — Method in class Item
Item::set_icon_class() — Method in class Item
Item::set_created_at() — Method in class Item
Item::set_updated_at() — Method in class Item
Item::set_thumbnail_url() — Method in class Item
Item::set_doclink() — Method in class Item

Sets the html block for doclink link

Item::set_source() — Method in class Item
Paging::set_params() — Method in class Paging
Paging::set_default_page() — Method in class Paging
Paging::set_uid() — Method in class Paging
Paging::set_render_mode() — Method in class Paging
Paging::set_link_params() — Method in class Paging
ProgressBar::set_value() — Method in class ProgressBar

Set progress bar current value

ProgressBar::set_min_max() — Method in class ProgressBar

Set progress bar range

ProgressBar::set_label() — Method in class ProgressBar

Sets the label which shall be shown on progress bar (sprintf format, default: '%s %%')

QRCode::set_margin() — Method in class QRCode

Set the margin of a qrcode.

QRCode::set_pixelsize() — Method in class QRCode

Set the pixelsize of a qrcode multiplier for each 'virtual' pixel

QRCode::set_with_domain() — Method in class QRCode

Set the value if an image link should have an absolute path witch domain and protocol

QRCode::set_mode() — Method in class QRCode

Set the mode for rendering an image (inline|external) inline rendering src=data:image/png;base64 external create link relative or with domain

QRCode::set_error_level() — Method in class QRCode

Set the QR_ECLEVEL default is QR_ECLEVEL_M Constants speciffy ECC level from lowest L to the highest H Higher levels are recomended for Outdoor-presented codes, but generates bigger codes.

$ Table#startProperty in class Table
$ Table#sql_order_fieldsProperty in class Table
$ Table#show_table_optionsProperty in class Table
$ Table#show_optional_fieldsProperty in class Table
$ Table#show_record_countProperty in class Table
Table::set_params() — Method in class Table
Table::set_grouping() — Method in class Table
Table::setVisibleFields() — Method in class Table

Set cols to be visible in output

Table::setHiddenFields() — Method in class Table

Set cols to be hidden in output

Table::set_order() — Method in class Table
Table::set_cache() — Method in class Table

Allow use of Caches (e.g. Query Cache)

Table::set_limit() — Method in class Table
Table::set_column_format() — Method in class Table

Set formatting parameters for each column

Table::set_column_attributes() — Method in class Table
Table::set_column_responsive() — Method in class Table

Set Responsive COLs (Other cols wil be hidden if given responsive level is reached)

Table::set_column_class() — Method in class Table
Table::set_column_tooltips() — Method in class Table
Table::set_additional_data_callback() — Method in class Table

Registered a callback that will be called after the rows have been limited, passing the resulting row array as it's only parameter. The return of the callback can be used in any low-prio callback using the field 'field:_additional_data'. You should use this callback to load additional information required in the table that for some reason cannot be loaded in the fillby* Method, for example because you are using models and the data is from a foreign table.

Table::set_export_filter() — Method in class Table

set all fields that shall be exported

TableEditor::setFieldsFromModel() — Method in class TableEditor

Use a model to automatically setup an CRUD Editor for this model

TableEditor::set_params() — Method in class TableEditor
TableEditor::set_field_params() — Method in class TableEditor

Adds/Changes a field definition

TableEditor::set_action() — Method in class TableEditor
TableEditor::set_primary_key() — Method in class TableEditor
TableEditor::set_primary_key_column() — Method in class TableEditor

set primary key column

TableEditor::set_no_add_link() — Method in class TableEditor

hide add link

TableEditor::set_no_delete_link() — Method in class TableEditor

hide delete link

TableEditor::set_no_edit_link() — Method in class TableEditor

hide edit link

TableEditor::set_grouping() — Method in class TableEditor

set grouping

TableEditor::set_order_field() — Method in class TableEditor

set order field

TableEditor::set_limit() — Method in class TableEditor

set limit for Pagination

TableEditor::set_order_fields() — Method in class TableEditor

set order field

TableEditor::set_join() — Method in class TableEditor

set join statement

TableEditor::set_where() — Method in class TableEditor

set where statement

TableEditor::set_filter_fields() — Method in class TableEditor

You can add a simple filter to allow the user to filter the overview table by a certain keyword.

TableEditor::set_callbacks() — Method in class TableEditor

set callbacks

TableEditor::set_web_dir() — Method in class TableEditor

set web directory location (storage path)

TableEditor::set_download_handler() — Method in class TableEditor

set download handler (Where to download a file)

TableEditor::set_record_label() — Method in class TableEditor
TableRow::set_fieldformat() — Method in class TableRow
TableRow::set_field() — Method in class TableRow
TableRow::set_field_attributes() — Method in class TableRow
TableRow::set_row_attributes() — Method in class TableRow
Tabs::set_uid() — Method in class Tabs
Tabs::set_tabstyle() — Method in class Tabs

Set Tabs to be positioned differently

Tabs::select_tab() — Method in class Tabs
TimeLine::set_year() — Method in class TimeLine

Set the default year to show

TimeLine::set_start_date() — Method in class TimeLine
TimeLine::set_end_date() — Method in class TimeLine
TimeLine::set_height() — Method in class TimeLine

Set Timeline height

TimeLine::set_initial_zoom() — Method in class TimeLine
$ Tree#sort_fieldProperty in class Tree

Table field used for sorting of items, set to e.g. 'sort' to enable sorting of items

Tree::set_option() — Method in class Tree

Set a Tree Option

Tree::set_selected() — Method in class Tree

Declare already selected nodes

Tree::set_table() — Method in class Tree
Tree::set_model() — Method in class Tree

Define the model to get tree information from

Tree::set_max_levels() — Method in class Tree
Tree::set_start_levels() — Method in class Tree
Tree::setRootPid() — Method in class Tree

Setter for the root id

Tree::set_caption_i18n() — Method in class Tree

Set Caption Label (i18n Mode)

Tree::set_caption() — Method in class Tree

Set Caption Label

$ UserImage#show_statusProperty in class UserImage

Whether to show the user online status or not.

UserImage::setUserId() — Method in class UserImage
UserImage::setShowStatus() — Method in class UserImage
UserImage::setHeight() — Method in class UserImage
UserImage::setWidth() — Method in class UserImage
UserImage::setRound() — Method in class UserImage
VCard::setShowOnlineStatus() — Method in class VCard
VCard::setColumns() — Method in class VCard
VCard::setUserAdditionalProperties() — Method in class VCard
$ Wizard#stepContentCallbacksProperty in class Wizard
Wizard::set_final_callback() — Method in class Wizard

put your comment there.

Wizard::set_ajax_update_interval() — Method in class Wizard

Sets the interval for periodical update of ajax container.

Wizard::set_model() — Method in class Wizard

put your comment there.

User::salt_password() — Method in class User

Salt a password

User::send_two_factor_code() — Method in class User

Sends an email to the user with the authentication token required for two factor authentication.

User::set_session_auth_method() — Method in class User

Get the current Auth Method for this session

User::set() — Method in class User

Save a user setting (Duration: Session Lifetime) return void

User::set_setting() — Method in class User

Save a user setting (Duration: User Lifetime) return void

User::set_message() — Method in class User

Sets a user message

User::set_security_context() — Method in class User

Set Security Context

User::set_group_policy() — Method in class User
User::set_policy() — Method in class User
User::set_user_policy() — Method in class User
User::set_xf_user_mode() — Method in class User

this function sets the XF mode to USER and sets the used user to given id

User::switchUser() — Method in class User

Switches the currently logged in user to the selected user.

View::show_update_page() — Method in class View
View::show_two_factor_form() — Method in class View

Prepare and show the auth token form

View::show_login() — Method in class View

Show Login Dialog

View::show_pw_change() — Method in class View

Show Password Change Dialog

View::set_current_module() — Method in class View

Force currently executed main module

AdSyncController::synchronizeUsers() — Method in class AdSyncController

Synchronize AD User Information with XELOS system users

$ Model#synch_statusProperty in class Model
Model::synch_status() — Method in class Model
$ AdCache#samaccountname:Property in class AdCache

stored in MySQL as varchar

SynchStatusClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\Model

This file provides property and method documentation for the model synch_status.

$ SynchStatus#samaccountname:Property in class SynchStatus

stored in MySQL as varchar

AdCache::set_groups() — Method in class AdCache
SynchStatusClass in namespace XELOS\Modules\AdSync\Model
SystemCronClass in namespace XELOS\Modules\AdSync
$ DropboxStorageProvider#storageInfoProperty in class DropboxStorageProvider
UploadDocumentProcessor::show_upload() — Method in class UploadDocumentProcessor
StorageProviderClass in namespace XELOS\Modules\ApiCloudstorage\Hook

Class StorageProvider

StorageContentClass in namespace XELOS\Modules\ApiCloudstorage\Lib

Class StorageContent

SearchMessagesSearchIntegrationClass in namespace XELOS\Modules\ApiMicrosoft\Hook\Search
$ MicrosoftOauthClient#scopeProperty in class MicrosoftOauthClient
$ OnedriveOauthClient#scopeProperty in class OnedriveOauthClient
SubscriptionClass in namespace XELOS\Modules\ApiMicrosoft\Model
$ Page#sloProperty in class Page
Page::slo() — Method in class Page
SloClass in namespace XELOS\Modules\AuthSaml\Page

Class Single Logout Service

$ Action#settingsProperty in class Action
$ Action#sync_eventsProperty in class Action
Action::settings() — Method in class Action
Action::sync_events() — Method in class Action
$ Model#static_calendarProperty in class Model
$ Model#sync_dataProperty in class Model
$ Model#sync_settingProperty in class Model
Model::static_calendar() — Method in class Model
Model::sync_data() — Method in class Model
Model::sync_setting() — Method in class Model
$ Calendar#shared:Property in class Calendar

stored in MySQL as tinyint

$ Calendarset#subscribed_calendars:Property in class Calendarset

stored in MySQL as text

$ Event#start_date:Property in class Event

stored in MySQL as date

$ Event#start:Property in class Event

stored in MySQL as timestamp

$ Event#sync_id:Property in class Event

stored in MySQL as text

$ Reminder#start:Property in class Reminder

stored in MySQL as timestamp

SyncDataClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model sync_data.

$ SyncData#sync_setting_idProperty in class SyncData
$ SyncData#sync_data:Property in class SyncData

stored in MySQL as mediumblob

SyncSettingClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\Model

This file provides property and method documentation for the model sync_setting.

$ SyncSetting#sync_status:Property in class SyncSetting

enum initial|running|idle

$ Page#showProperty in class Page
$ Page#stagingProperty in class Page
Page::show() — Method in class Page
Page::staging() — Method in class Page
$ Component#sortProperty in class Component
$ ComponentLive#sortProperty in class ComponentLive
$ HistoryComponent#sortProperty in class HistoryComponent
$ PageLive#sortProperty in class PageLive
CommentsController::setUIContext() — Method in class CommentsController

In case of duplicate ui elements (two comment uis on the same page). You can provide additional params.

CommentsController::set_form_action() — Method in class CommentsController

Set the form action of the comment form explicit

CommentsController::set_actionlog_params() — Method in class CommentsController

Set the ActionLOG Link for the current post

CommentsController::setIsEmbeddedInXoi() — Method in class CommentsController

Set to true if the comments module is used inside of XOI

CommentsController::set_redirect_url() — Method in class CommentsController

Set to which page the comment form redirects

CommentsController::set_current_post() — Method in class CommentsController
CommentsController::set_current_document_index() — Method in class CommentsController

Set Document Index ID of Referring Document This is required for can_read_comments() checks when there is no comment yet

Comment::save() — Method in class Comment
Comment::setCommentFromHTML() — Method in class Comment

Set comment coming from WYSIWYG

Comment::set_render_attachments() — Method in class Comment

Sets whether the attachments should be rendered or not.

LinkInfo::save() — Method in class LinkInfo
BoardComment::setAllowEdit() — Method in class BoardComment

Set true to allow the edit function on this comment, false to disallow.

BoardComment::setAllowDelete() — Method in class BoardComment

Set true to allow the delete function on this comment, false to disallow.

Editor::setParentComment() — Method in class Editor

Sets the parent commend which will be used for the edit of the current comment or creation of a new comment. It is recommended to use this method instead of set manually the parent id on the comment to keep consistency.

Editor::setBoardComment() — Method in class Editor

Sets a board comment component which will be used for editing.

Editor::setFormActionURL() — Method in class Editor
CrmSync::set_field_values() — Method in class CrmSync

Set the values in source

SelectorBrowserClass in namespace XELOS\Modules\DMS\Hook\Selector

Class XELOS\Modules\DMS\Hook\Selector\xm_dms_selector_browser

SavePayloadActionClass in namespace XELOS\Modules\DMS\Hook\Workflows

Class SavePayloadAction

SystemCronClass in namespace XELOS\Modules\DMS
SearchMetaDataClass in namespace XELOS\Modules\Doclink\Hook\Search
SocialActivityCollectorClass in namespace XELOS\Modules\Doclink\Hook\SystemStats
InvoiceAction::send_email() — Method in class InvoiceAction

Create PDF and send email

CategoryCollection::search_all_by_pid() — Method in class CategoryCollection
$ Page#setupProperty in class Page
Page::setup() — Method in class Page
$ EventDocumentation#street:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#start:Property in class EventDocumentation

stored in MySQL as timestamp

$ EventDocumentation#send_attachment2:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#send_attachment3:Property in class EventDocumentation

stored in MySQL as tinyint

$ InvoiceDocumentation#street:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ JobDocumentation#status:Property in class JobDocumentation

enum waiting|running|finished|error

$ ParticipantDocumentation#status:Property in class ParticipantDocumentation

stored in MySQL as tinyint

$ ParticipantDocumentation#status_text:Property in class ParticipantDocumentation

stored in MySQL as varchar

EventplannerUpcomingShowPortlet::showCalendar() — Method in class EventplannerUpcomingShowPortlet
PayloadParticipantPayload::show_payload() — Method in class PayloadParticipantPayload
Event::save() — Method in class Event
Event::send_invites() — Method in class Event

Tells system_api_mail to start sending invites

Invoice::save() — Method in class Invoice
Participant::save() — Method in class Participant
Participant::send_invite() — Method in class Participant

sends invitation for event to invitee.

Participant::set_new_status() — Method in class Participant

Sets status of participant and send notification if status has changed

Participant::send_confirmation() — Method in class Participant
Participant::start_workflow() — Method in class Participant
PriceCategory::set_price_in_euro() — Method in class PriceCategory

Saves Euro value in Cent

PriceCategory::set_code() — Method in class PriceCategory

Sets the type value (used in xui_form to set the value in tagged fields)

PriceCategory::set_user_group() — Method in class PriceCategory

Sets the type value (used in xui_form to set the value in tagged fields)

SetupPageClass in namespace XELOS\Modules\Eventplanner\Page
SystemCronClass in namespace XELOS\Modules\Eventplanner
Details::setIsDocumentPreview() — Method in class Details
$ Page#setupProperty in class Page
$ Page#showProperty in class Page
Page::setup() — Method in class Page
Page::show() — Method in class Page
$ CategoryDocumentation#sortProperty in class CategoryDocumentation
$ ThreadDocumentation#state:Property in class ThreadDocumentation

enum open|closed|sticky|sticky_closed

ForumController::send_file() — Method in class ForumController
ThreadPayload::show_payload() — Method in class ThreadPayload

Show form

Category::save() — Method in class Category
Post::save() — Method in class Post

Save post

Post::showStub() — Method in class Post
Post::set_content_html() — Method in class Post
Thread::save() — Method in class Thread

Save thread

Thread::set_parent() — Method in class Thread
SetupPageClass in namespace XELOS\Modules\Forum\Page

Class SetupPage

ShowPageClass in namespace XELOS\Modules\Forum\Page
ShowPage::show_category() — Method in class ShowPage
ShowPage::show_thread() — Method in class ShowPage
SystemCronClass in namespace XELOS\Modules\Forum

Class SystemCron

ForumCest::startDiscussionAsCreator() — Method in class ForumCest
ParticipantRole::shouldSee() — Method in class ParticipantRole
StepClass in namespace XELOS\Modules\Forum\Tests\Codeception\Support

Class Step

$ Step#startRouteProperty in class Step
Step::switchToStartPage() — Method in class Step
Step::switchCategory() — Method in class Step
Step::switchToDiscussion() — Method in class Step
VoteBox::set_thread_id() — Method in class VoteBox
VoteBox::set_vote_value() — Method in class VoteBox
VoteBox::set_render_value_only() — Method in class VoteBox

If this method is called, it will only render the vote value without the control elements.

VoteBox::set_thread() — Method in class VoteBox

Set Thread the vote is referecing

$ TaskDocumentation#status:Property in class TaskDocumentation

stored in MySQL as varchar

$ TaskDocumentation#sortProperty in class TaskDocumentation
ShowTasksShowPortletClass in namespace XELOS\Modules\GroupsTasks\Hook\Portal
SystemCronClass in namespace XELOS\Modules\GroupsTasks
Template::setupCommandDefinitions() — Method in class Template
$ Page#searchProperty in class Page
Page::search() — Method in class Page
$ Invitation#sender_idProperty in class Invitation
$ Module#sortProperty in class Module
$ Newsletter#status:Property in class Newsletter

stored in MySQL as varchar

$ Newsletter#sender_name:Property in class Newsletter

stored in MySQL as varchar

$ Newsletter#sender_email:Property in class Newsletter

stored in MySQL as varchar

$ Newsletter#subject:Property in class Newsletter

stored in MySQL as varchar

$ Newsletter#scheduled_at:Property in class Newsletter

stored in MySQL as datetime

$ Page#statusProperty in class Page
Page::status() — Method in class Page
$ JobDocumentation#status:Property in class JobDocumentation

enum new|processing|finished|canceled|error

$ JobDocumentation#status_message:Property in class JobDocumentation

stored in MySQL as varchar

$ JobDocumentation#status_progressProperty in class JobDocumentation
$ JobDocumentation#scheduled_at:Property in class JobDocumentation

stored in MySQL as datetime

$ JobDocumentation#started_at:Property in class JobDocumentation

stored in MySQL as datetime

$ JobHistoryDocumentation#status:Property in class JobHistoryDocumentation

enum new|processing|finished|canceled|error

$ JobHistoryDocumentation#status_message:Property in class JobHistoryDocumentation

stored in MySQL as varchar

$ JobHistoryDocumentation#status_progressProperty in class JobHistoryDocumentation
$ JobHistoryDocumentation#scheduled_at:Property in class JobHistoryDocumentation

stored in MySQL as datetime

$ JobHistoryDocumentation#started_at:Property in class JobHistoryDocumentation

stored in MySQL as datetime

JobScheduler::scheduleRetry() — Method in class JobScheduler
JobScheduler::scheduleJob() — Method in class JobScheduler

Schedules the passed job in the queue

$ TestJob#subjectProperty in class TestJob
TestJob::setInternal() — Method in class TestJob
TestJob::setMaxRetries() — Method in class TestJob
JobQueueController::scheduler() — Method in class JobQueueController

Schedules a Background object for execution

StatusPageClass in namespace XELOS\Modules\JobQueue\Page
SystemDaemonClass in namespace XELOS\Modules\JobQueue
$ SystemDaemon#sleep_between_processProperty in class SystemDaemon
JobUIStatus::setOnFinishMessage() — Method in class JobUIStatus

Sets a message which is being shown when the job has finished instead of the default message Can be used to display a custom link or action

JobUIStatus::setOnFinishJavascript() — Method in class JobUIStatus

Sets a javascript which is being executed when the job has finished Can be used to reload a view or container

FormprocessorAction::set_fdl() — Method in class FormprocessorAction
$ Page#settingsProperty in class Page
Page::settings() — Method in class Page
$ CategoryDocumentation#sortProperty in class CategoryDocumentation
$ ListDocumentation#start_status_idProperty in class ListDocumentation
$ ListDocumentation#show_workflow_status:Property in class ListDocumentation

stored in MySQL as tinyint

$ ListItemDocumentation#status_idProperty in class ListItemDocumentation
$ ListStatusDocumentation#sort:Property in class ListStatusDocumentation

stored in MySQL as tinyint

ServiceClass in namespace XELOS\Modules\Lists\Hook\Base\Field\Resource
SectionBreakClass in namespace XELOS\Modules\Lists\Hook\Base\Field
SelectClass in namespace XELOS\Modules\Lists\Hook\Base\Field
SliderClass in namespace XELOS\Modules\Lists\Hook\Base\Field
StaticTextClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ApiService::setupMethods() — Method in class ApiService
ListItemPayload::storage_path() — Method in class ListItemPayload

return _files storage path for payload

ListItemPayload::show_payload() — Method in class ListItemPayload

Show form

ListItemPayload::set_payload_property() — Method in class ListItemPayload

Set payload property

SetFieldActionClass in namespace XELOS\Modules\Lists\Hook\Workflows

Workflow action hook to change the value of a field in the list item payload.

ShowFormActionClass in namespace XELOS\Modules\Lists\Hook\Workflows
ListsController::setUseFolders() — Method in class ListsController
Category::scope_by_id() — Method in class Category
$ ListItem#status_idProperty in class ListItem
$ ListItem#start_atProperty in class ListItem

Timespan value to start at

ListItem::setListProperties() — Method in class ListItem

The list can be set to prevent an additional call to the database to access the list.

ListItem::save() — Method in class ListItem

Loops through all form fields and sets:

  • the status_id of the list item if a list_status form element is in the form definition
  • the assigned_user_ids of the list item if assigned_users form elements are defined in the form definition.
$ ListProperties#show_workflow_statusProperty in class ListProperties

Shows the workflow status instead of the list status

ListProperties::set_status_pop_data() — Method in class ListProperties

The status pop data can be set to prevent an additional call to the database to access the statuses multiple times.

ListProperties::set_default_status() — Method in class ListProperties
ListProperties::save() — Method in class ListProperties
$ ListStatus#sortProperty in class ListStatus

: stored in MySQL as tinyint

ListStatus::save() — Method in class ListStatus

Makes sure that the currently saved status is the only with default=1.

SettingsPageClass in namespace XELOS\Modules\Lists\Page
CategorySelector::setCategories() — Method in class CategorySelector
CategorySelector::setRenderMode() — Method in class CategorySelector
CategorySelector::setListInteractivityLevel() — Method in class CategorySelector

Set XUI to act as readonly, hiding all list actions and hide inactive lists

ItemEditor::setList() — Method in class ItemEditor
ItemEditor::setIsReadOnly() — Method in class ItemEditor

Set XUI to act as readonly, hiding all actions

ItemEditor::setItem() — Method in class ItemEditor
ItemEditor::setPreset() — Method in class ItemEditor
ItemList::setList() — Method in class ItemList
ItemList::setTable() — Method in class ItemList
ItemList::setViewMode() — Method in class ItemList
ItemList::setIsReadOnly() — Method in class ItemList

Set XUI to act as readonly, hiding all actions

ItemList::setShowFacetedFilters() — Method in class ItemList
ItemList::setListItems() — Method in class ItemList
ListPortlet::setPortletTitle() — Method in class ListPortlet
ListPortlet::setSelectedCategory() — Method in class ListPortlet
ListPortlet::setMaxParentCategory() — Method in class ListPortlet
ListPortlet::setListActionMode() — Method in class ListPortlet
$ Profile#sortProperty in class Profile
$ Property#shortname:Property in class Property

stored in MySQL as varchar

$ Property#sort:Property in class Property

stored in MySQL as tinyint

$ Property#searchable:Property in class Property

stored in MySQL as tinyint

$ Property#showstatus:Property in class Property

stored in MySQL as tinyint

$ Property#searchinfo:Property in class Property

stored in MySQL as tinyint

$ PropertyGroup#shortname:Property in class PropertyGroup

stored in MySQL as varchar

$ PropertyTab#sortProperty in class PropertyTab
$ PropertyTabGroup#sortProperty in class PropertyTabGroup
$ Page#setupProperty in class Page
Page::setup() — Method in class Page
$ ArticleDocumentation#status:Property in class ArticleDocumentation

enum draft|published

$ ArticleDocumentation#summary_i18n:Property in class ArticleDocumentation

stored in MySQL as text

$ ArticleDocumentation#show_attachments:Property in class ArticleDocumentation

enum do not show|gallery|all attachments|files only

$ ArticleDocumentation#show_carousel:Property in class ArticleDocumentation

stored in MySQL as tinyint

ArticlePayload::show_payload() — Method in class ArticlePayload

Show article

Article::save() — Method in class Article
SetupPageClass in namespace XELOS\Modules\News\Page
ViewArticleRead::set_document() — Method in class ViewArticleRead
ViewArticleWrite::set_document() — Method in class ViewArticleWrite
SelectorBrowserClass in namespace XELOS\Modules\PersonalWorkspace\Hook\Selector

Class SelectorBrowser

Workspace::set_quota_size() — Method in class Workspace

Sets the quota size in megabytes.

ElasticSearchAdapter::search() — Method in class ElasticSearchAdapter
ElasticSearchAdapter::setMod() — Method in class ElasticSearchAdapter

Used during Module Transition to allow a partial move to new Adapter Design

$ Model#search_historyProperty in class Model
$ Model#searchagentProperty in class Model
Model::search_history() — Method in class Model
Model::searchagent() — Method in class Model
$ Page#searchagentProperty in class Page
$ Page#settingsProperty in class Page
$ Page#suggestProperty in class Page
Page::searchagent() — Method in class Page
Page::settings() — Method in class Page
Page::suggest() — Method in class Page
$ FacetedFilterDocumentation#short_id:Property in class FacetedFilterDocumentation

stored in MySQL as varchar

$ FacetedFilterDocumentation#sortProperty in class FacetedFilterDocumentation
$ FacetedFilterDocumentation#sticky:Property in class FacetedFilterDocumentation

stored in MySQL as tinyint

SearchHistoryDocumentationClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\Model

This file provides property and method documentation for the model SearchHistory.

SearchagentDocumentationClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Searchagent.

SearchControllerDocumentationClass in namespace XELOS\Modules\Search\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

SearchIntegrationExceptionClass in namespace XELOS\Modules\Search\Exception
SearchIntegrationClass in namespace XELOS\Modules\Search\Hook\Base

Abstract Class for Search Adapters

SearchMetaDataClass in namespace XELOS\Modules\Search\Hook\Base
Field::setIsFacet() — Method in class Field
Field::setIsSortable() — Method in class Field
Field::setLabel() — Method in class Field
Field::setKey() — Method in class Field
SearchPreprocessorClass in namespace XELOS\Modules\Search\Hook\Base
SearchDocumentBrowserClass in namespace XELOS\Modules\Search\Hook\Selector\Component

Class SearchDocumentBrowser

SearchSelectorBrowserClass in namespace XELOS\Modules\Search\Hook\Selector

Class SearchSelectorBrowser

SearchCheckClass in namespace XELOS\Modules\Search\Hook\SystemStatus
SearchAdapterInterfaceClass in namespace XELOS\Modules\Search\Interfaces

Interface Class for Search Adapters

SearchDocumentInterfaceClass in namespace XELOS\Modules\Search\Interfaces

Interface SearchDocumentInterface

SearchMetaDataInterfaceClass in namespace XELOS\Modules\Search\Interfaces

Interface SearchMetaDataInterface

DocumentElasticsearch::save() — Method in class DocumentElasticsearch
SearchHistoryClass in namespace XELOS\Modules\Search\Model

Class SearchHistory

SearchHistory::save() — Method in class SearchHistory

Updates the search history entry for the user and the search term.

SearchagentClass in namespace XELOS\Modules\Search\Model
SearchagentPageClass in namespace XELOS\Modules\Search\Page
SearchagentPage::searchagent_table_cb_result_count() — Method in class SearchagentPage
SearchagentPage::searchagent_table_cb() — Method in class SearchagentPage
SettingsPageClass in namespace XELOS\Modules\Search\Page
SuggestPageClass in namespace XELOS\Modules\Search\Page
SearchControllerClass in namespace XELOS\Modules\Search

Class SearchController This module uses an index to show search results. The index is based on Lucene or mySQL

$ SearchController#searchAdapterProperty in class SearchController
$ SearchController#search_engineProperty in class SearchController
SearchIndexContentRecordClass in namespace XELOS\Modules\Search
$ SearchIndexContentRecord#summaryProperty in class SearchIndexContentRecord
SearchIndexContentRecord::setTitle() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::setSummary() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::setIndexContent() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::setLocale() — Method in class SearchIndexContentRecord
SearchIndexContentRecord::setIsAutoTranslated() — Method in class SearchIndexContentRecord

Set to true if this Content has not been translated by humans

SearchIndexRecordClass in namespace XELOS\Modules\Search
$ SearchIndexRecord#summaryProperty in class SearchIndexRecord
SearchIndexRecord::setTitle() — Method in class SearchIndexRecord
SearchIndexRecord::setUrl() — Method in class SearchIndexRecord
SearchIndexRecord::setSummary() — Method in class SearchIndexRecord
SearchIndexRecord::setIndexContent() — Method in class SearchIndexRecord
SearchIndexRecord::setLocale() — Method in class SearchIndexRecord
SearchIndexRecord::setAttachments() — Method in class SearchIndexRecord
SearchIndexRecord::setNormalizedAttachments() — Method in class SearchIndexRecord
SearchIndexRecord::setNormalizedAttachment() — Method in class SearchIndexRecord
SearchIndexRecord::setRelatedPostId() — Method in class SearchIndexRecord
SearchIndexRecord::setTags() — Method in class SearchIndexRecord
SearchIndexRecord::setPreProcessingData() — Method in class SearchIndexRecord

Used by Pre-Processing Logic to store / get additional data during indexing

SearchIndexRecord::setRemoveFromIndex() — Method in class SearchIndexRecord

Mark this Index Record for deletion during indexing process

SearchIndexRecord::setMetaData() — Method in class SearchIndexRecord

Set additional meta data which allows to filter the search results by additional faceted filters.

SearchUpdateRecordClass in namespace XELOS\Modules\Search
SearchUpdateRecord::setMetaData() — Method in class SearchUpdateRecord

Set additional meta data which allows to filter the search results by additional faceted filters.

SearchUpdateRecord::setProperty() — Method in class SearchUpdateRecord

Set an additional property in the index.

SystemCronClass in namespace XELOS\Modules\Search
SystemCron::search_agent_notifications() — Method in class SystemCron
ResultPanel::setSearchterm() — Method in class ResultPanel
SearchIntegrationResultPanelClass in namespace XELOS\Modules\Search\UI
SearchIntegrationResultPanel::setSearchTerm() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::setSearchIndexRecords() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::setSearchIndexCount() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::setPaging() — Method in class SearchIntegrationResultPanel
SearchIntegrationResultPanel::setIntegrationHook() — Method in class SearchIntegrationResultPanel
TabsTrait::setTabs() — Method in class TabsTrait
$ AbstractBrowserItem#sizeProperty in class AbstractBrowserItem
$ AbstractBrowserItem#sourceProperty in class AbstractBrowserItem
$ AbstractBrowserItem#selectableProperty in class AbstractBrowserItem
AbstractBrowserItem::set_size() — Method in class AbstractBrowserItem

Sets the site of this file in bytes.

AbstractBrowserItem::set_author() — Method in class AbstractBrowserItem

Sets the author for this item.

AbstractBrowserItem::set_source() — Method in class AbstractBrowserItem

Sets the source location of this item.

AbstractBrowserItem::set_id() — Method in class AbstractBrowserItem

Sets the identifier for this item.

AbstractBrowserItem::set_name() — Method in class AbstractBrowserItem

Sets the name of this item.

AbstractBrowserItem::set_thumbnail_url() — Method in class AbstractBrowserItem

Sets the thumbnail url of this item.

AbstractBrowserItem::set_selectable() — Method in class AbstractBrowserItem

Sets the selectable status for this item.

AbstractBrowserItem::set_created_at() — Method in class AbstractBrowserItem

Sets the creation time.

AbstractBrowserItem::set_modified_at() — Method in class AbstractBrowserItem

Sets the modification time.

$ AbstractDocumentBrowser#show_operation_optionsProperty in class AbstractDocumentBrowser
AbstractDocumentBrowser::setConfirmMessageForPassiveLink() — Method in class AbstractDocumentBrowser
AbstractDocumentBrowser::setConfirmMessageForReferenceLink() — Method in class AbstractDocumentBrowser
AbstractDocumentBrowser::setConfirmMessageForCopy() — Method in class AbstractDocumentBrowser
AbstractDocumentBrowser::set_mode() — Method in class AbstractDocumentBrowser

Sets the mode for display and selection of browser items. Allowed modes are folders and files.

AbstractDocumentBrowser::set_item_limit() — Method in class AbstractDocumentBrowser

Sets the limit how many items should be loaded per one call.

AbstractDocumentBrowser::set_multiple_selection() — Method in class AbstractDocumentBrowser

Sets whether multiple items can be selected or not.

AbstractDocumentBrowser::set_show_operation_options() — Method in class AbstractDocumentBrowser

Sets whether to show the option to set the operation for selecting item (link, move, copy).

AbstractDocumentBrowser::set_allowed_file_types() — Method in class AbstractDocumentBrowser
SearchableDocumentBrowserInterfaceClass in namespace XELOS\Modules\Selector\Interfaces

Interface SearchableDocumentBrowserInterface

BrowserFile::set_ext() — Method in class BrowserFile

Sets the extension name.

BrowserFile::set_media_type() — Method in class BrowserFile

Sets the media type.

BrowserFile::set_revision() — Method in class BrowserFile

Sets the revision for this file.

BrowserFile::set_user_id() — Method in class BrowserFile

Sets the user id who created this file.

BrowserFile::setAllowedOperations() — Method in class BrowserFile
BrowserFile::setAllowedCopy() — Method in class BrowserFile
BrowserFile::setAllowedReferenceLink() — Method in class BrowserFile
BrowserFile::setAllowedPassiveLink() — Method in class BrowserFile
BrowserFolder::set_has_children() — Method in class BrowserFolder

Sets whether this folder has dub folders or not.

$ Page#showProperty in class Page
$ Page#sourceProperty in class Page
Page::show() — Method in class Page
Page::source() — Method in class Page
$ PageDocumentation#slug:Property in class PageDocumentation

stored in MySQL as varchar

$ PageDocumentation#sortProperty in class PageDocumentation
SmartWikiControllerDocumentationClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Page#slugProperty in class Page
$ Page#sortProperty in class Page
Page::saveToHistory() — Method in class Page

Makes a snapshot of the page and saves it to the history

Page::set_documents() — Method in class Page

Set documents - try accepting multiple

Page::save() — Method in class Page
ShowPageClass in namespace XELOS\Modules\SmartWiki\Page
SourcePageClass in namespace XELOS\Modules\SmartWiki\Page
SmartWikiControllerClass in namespace XELOS\Modules\SmartWiki

Class SmartWikiController

SystemCronClass in namespace XELOS\Modules\SmartWiki
WikiCest::seeEmpty() — Method in class WikiCest
ViewWikiRead::set_document() — Method in class ViewWikiRead
ViewWikiWrite::set_document() — Method in class ViewWikiWrite
$ DocumentActionHistoryDocumentation#status:Property in class DocumentActionHistoryDocumentation

enum new|update|view

$ DocumentWallItemDocumentation#status:Property in class DocumentWallItemDocumentation

enum new|update|delete

$ DocumentWallItemDocumentation#sharedProperty in class DocumentWallItemDocumentation
SystemActionlogControllerDocumentationClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ BackupQueue#status:Property in class BackupQueue

enum waiting|running|finished

$ EventTrigger#source:Property in class EventTrigger

stored in MySQL as varchar

$ InstallQueue#settings:Property in class InstallQueue

stored in MySQL as text

$ InstallQueue#status:Property in class InstallQueue

enum waiting|downloading|updating|installing|error|done

DocumentIndexDaemonThreaded::setMaxThreads() — Method in class DocumentIndexDaemonThreaded
SystemCronClass in namespace XELOS\Modules\SystemAdmin
SystemDaemonClass in namespace XELOS\Modules\SystemAdmin
$ SystemDaemon#sleep_between_processProperty in class SystemDaemon
SearchMetaDataClass in namespace XELOS\Modules\SystemDMS\Hook\Search
SystemDMSBrowserFileClass in namespace XELOS\Modules\SystemDMS\Hook\Selector\Browser

Class SystemDMSBrowserFile

SystemDMSBrowserFolderClass in namespace XELOS\Modules\SystemDMS\Hook\Selector\Browser

Class SystemDMSBrowserFolder

SystemDMSDocumentBrowserClass in namespace XELOS\Modules\SystemDMS\Hook\Selector\Browser

Class SystemDMSDocumentBrowser

SelectorBrowserClass in namespace XELOS\Modules\SystemDMS\Hook\Selector

Class XELOS\Modules\SystemDMS\Hook\Selector\xm_system_dms_selector_browser

SavePayloadActionClass in namespace XELOS\Modules\SystemDMS\Hook\Workflows

Class XELOS\Modules\SystemDMS\Hook\Workflow\xwf_action_system_dms_save_payload

PreviewJob::setForceGenerate() — Method in class PreviewJob

If set to true existing previews will be regenerated in all cases

Category::save() — Method in class Category

Save Changes

Category::search_category_id_by_name() — Method in class Category

Lookup Category ID

Category::set_name_i18n() — Method in class Category
$ Document#save_as_new_versionProperty in class Document
Document::set_model_default_render_xui() — Method in class Document
Document::save() — Method in class Document

Save document to database

Document::secureFile() — Method in class Document

auto-renames filename and document-name triggered from save()

Document::start_new_version() — Method in class Document

Starts a new version (will be saved when save() is called)

Document::set_property() — Method in class Document
Document::save_meta_data() — Method in class Document

Writes the meta data to the database Wrapped in a public method to allow forwarding this request to link targets in the future

Document::set_uploaded_file() — Method in class Document

Handler for uploading files (should be attached as upload_callback to the corresponding form)

Document::set_filename() — Method in class Document

Will set the filename url-friendly and without any path-information IMPORTANT: do not use the current model-set-methods it will not rename the files proper

DocumentTemplate::save() — Method in class DocumentTemplate

Stores the template.

Preview::setDocument() — Method in class Preview
XfsDocument::send_file() — Method in class XfsDocument
XfsDocument::save() — Method in class XfsDocument
$ CategoryPage#serviceProperty in class CategoryPage
SystemCronClass in namespace XELOS\Modules\SystemDMS

Class XELOS\Modules\SystemDMS\xsc_system_dms

SystemDMSControllerClass in namespace XELOS\Modules\SystemDMS

Class SystemDMSController

$ SystemDMSController#security_levelProperty in class SystemDMSController

Used in category rights to check if it is possible to disable tree policies for certain folders.

SystemDMSController::show_file_options() — Method in class SystemDMSController

show any file options such as edit, delete, lock, download as zip etc.

SystemDMSController::showNavBar() — Method in class SystemDMSController
SystemDMSController::set_default_document_page() — Method in class SystemDMSController

show download link in file table instead of the detail link

SystemDMSController::set_quota_size() — Method in class SystemDMSController

Sets the quota as the given unit.

SystemDMSController::setNestedPath() — Method in class SystemDMSController

Nested Path is used for resolving referenced documents and is special to SystemDMS

SystemDMSController::send_file() — Method in class SystemDMSController

Allows access to different versions DMS documents.

SystemDMSController::store_file_raw() — Method in class SystemDMSController

Stores a file of an instance

CategoryCest::showCategory() — Method in class CategoryCest
SystemDMSControllerHelperClass in namespace XELOS\Modules\SystemDMS\Tests\Codeception\Support\Helper

Class SystemDMSControllerHelper

$ CategoryTest#systemDMSControllerProperty in class CategoryTest
SystemDMSControllerTestClass in namespace XELOS\Modules\SystemDMS\Tests\Codeception\Unit

Class SystemDMSControllerTest

$ SystemDMSControllerTest#systemDMSHelperProperty in class SystemDMSControllerTest
$ SystemDMSControllerTest#systemDMSControllerProperty in class SystemDMSControllerTest
DocumentGalleryPanel::set_category() — Method in class DocumentGalleryPanel
DocumentGalleryPanel::set_category_id() — Method in class DocumentGalleryPanel
DocumentPage::set_document() — Method in class DocumentPage
DocumentPage::set_allow_edit_category() — Method in class DocumentPage
DocumentPageSidebar::set_document() — Method in class DocumentPageSidebar
DocumentPageSidebar::set_content_document() — Method in class DocumentPageSidebar
DocumentPageSidebar::set_locked() — Method in class DocumentPageSidebar
DocumentPageSidebar::set_can_write() — Method in class DocumentPageSidebar
DocumentPageViews::set_document() — Method in class DocumentPageViews
DocumentPageViews::set_content_document() — Method in class DocumentPageViews
DocumentPageViews::set_locked() — Method in class DocumentPageViews
DocumentPageViews::set_can_write() — Method in class DocumentPageViews
DocumentPageViews::set_allow_edit_category() — Method in class DocumentPageViews
DocumentPanel::set_category() — Method in class DocumentPanel
DocumentPanel::set_category_id() — Method in class DocumentPanel
DocumentTablePanel::set_category() — Method in class DocumentTablePanel
DocumentTablePanel::set_category_id() — Method in class DocumentTablePanel
DocumentTablePanel::set_mode() — Method in class DocumentTablePanel
Explorer::set_path() — Method in class Explorer

Set the default path to load. This can be the category_id if the mode = "folder" or the id of the corresponding meta field

Explorer::set_mode() — Method in class Explorer

Set the default display mode. Can be either "folder", "flat" or "meta_X".

Explorer::set_default_sidebar_status() — Method in class Explorer

Defines whether or not the sidebar should initially be displayed or hidden.

FilterPanel::set_current_filter() — Method in class FilterPanel
FolderTreePanel::set_category() — Method in class FolderTreePanel
FolderTreePanel::set_category_id() — Method in class FolderTreePanel
FolderTreePanel::set_root() — Method in class FolderTreePanel
FormFilterSpecification::save() — Method in class FormFilterSpecification

Returns the value of this component in a way it can be saved

FormReportSpecification::save() — Method in class FormReportSpecification

Returns the value of this component in a way it can be saved

PortletFolderview::set_display_mode() — Method in class PortletFolderview
PortletFolderview::set_link_mode() — Method in class PortletFolderview
PortletFolderview::set_show_pagination() — Method in class PortletFolderview
PortletFolderview::set_thumb_width() — Method in class PortletFolderview
PortletFolderview::set_thumb_height() — Method in class PortletFolderview

Set thumb height

PortletFolderview::setThumbFormat() — Method in class PortletFolderview

Set thumb format

PortletFolderview::set_limit() — Method in class PortletFolderview
PortletFolderview::set_order_by() — Method in class PortletFolderview
PortletFolderview::set_where() — Method in class PortletFolderview
PreviewLoader::set_document() — Method in class PreviewLoader
ReportSpecificationHelper::set_specification() — Method in class ReportSpecificationHelper

Define the initial specification that shall be rendered as long as no newer specification was found in the cache

ReportSpecificationHelper::set_fieldname() — Method in class ReportSpecificationHelper

Define the fieldname to be used by the form editors

ReportSpecificationHelper::set_form_name() — Method in class ReportSpecificationHelper

Define the name of the form that shall be used for rendering. This is important to ensure proper JS execution by the form editors

ViewDocumentDetails::set_document() — Method in class ViewDocumentDetails
ViewDocumentLink::set_document() — Method in class ViewDocumentLink
ViewDocumentRead::set_document() — Method in class ViewDocumentRead
ViewDocumentTemplate::set_document() — Method in class ViewDocumentTemplate
ViewDocumentWrite::set_document() — Method in class ViewDocumentWrite
ViewDocumentWrite::set_allow_edit_category() — Method in class ViewDocumentWrite
ViewDocumentWrite::set_is_locked() — Method in class ViewDocumentWrite

If document is locked, the form will be set readonly

XfsDocument::set_keep_image_ratio() — Method in class XfsDocument
XfsDocument::set_xfs_render_type() — Method in class XfsDocument

Sets the render type. Available types are "tile", "compact", "default".

$ Category#sizeProperty in class Category
$ Category#share_idProperty in class Category
$ Category#system_folderProperty in class Category

: stored in MySQL as tinyint

$ Category#structureProperty in class Category

: stored in MySQL as varchar

$ Document#summaryProperty in class Document

: stored in MySQL as text

$ DocumentHistory#summaryProperty in class DocumentHistory

: stored in MySQL as text

$ DocumentMetaField#show_as_hierarchy:Property in class DocumentMetaField

stored in MySQL as tinyint

$ DocumentMetaField#show_as_filterProperty in class DocumentMetaField

: stored in MySQL as tinyint

$ DocumentMetaField#sortProperty in class DocumentMetaField
$ Preview#status:Property in class Preview

in progress|done|failed

$ Report#specification:Property in class Report

stored in MySQL as text

$ ZipImportJob#statusProperty in class ZipImportJob

: enum waiting|running|prepared|done|error

SystemNotificationControllerDocumentationClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

NotificationChannelInterface::send() — Method in class NotificationChannelInterface
EmailNotificationChannel::send() — Method in class EmailNotificationChannel
SettingsConfigUserClass in namespace XELOS\Modules\SystemNotification\Hook\Usermanagement

Class SettingsHook

UserSetting::save() — Method in class UserSetting
SettingsPageClass in namespace XELOS\Modules\SystemNotification\Page
SystemCronClass in namespace XELOS\Modules\SystemNotification
SystemNotificationControllerClass in namespace XELOS\Modules\SystemNotification

Class xm_system_notification

NotificationAction::sendWebPushNotification() — Method in class NotificationAction

Send Web Push Notification to users Very well supported by Chrome and Firefox.

NotificationAction::sendWebPush() — Method in class NotificationAction

Send Web Push Notification to users Very well supported by Chrome and Firefox.

$ PushSubscriptionDocumentation#subscription:Property in class PushSubscriptionDocumentation

stored in MySQL as blob

SystemPwaControllerDocumentationClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

PushNotificationChannel::send() — Method in class PushNotificationChannel
$ PushSubscription#subscriptionProperty in class PushSubscription

BLOB, json_encoded

SystemPwaControllerClass in namespace XELOS\Modules\SystemPwa
$ AggregateDimensionDocumentation#sortProperty in class AggregateDimensionDocumentation
$ EventDocumentation#session_idProperty in class EventDocumentation
SystemStatsControllerDocumentationClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

CollectorData::setAggregatedData() — Method in class CollectorData
CollectorDimension::setTitle() — Method in class CollectorDimension
CollectorDimension::setTitleShort() — Method in class CollectorDimension
CollectorDimension::setDescription() — Method in class CollectorDimension
CollectorDimension::setStyle() — Method in class CollectorDimension
CollectorDimension::setType() — Method in class CollectorDimension

Set data type

AggregateDimension::setCollector() — Method in class AggregateDimension
AggregateDimension::setCollectorDimension() — Method in class AggregateDimension
AggregateNumeric::saveCollectorData() — Method in class AggregateNumeric
SystemCronClass in namespace XELOS\Modules\SystemStats

System Stats maintenance

SystemStatsControllerClass in namespace XELOS\Modules\SystemStats

Class SystemStatsController

AggregationChart::setTimeRange() — Method in class AggregationChart
AggregationChart::setDimensions() — Method in class AggregationChart
AggregationChart::setChartTitle() — Method in class AggregationChart
AggregationChart::setAggregationLevel() — Method in class AggregationChart
LevelSelector::setAggregationChart() — Method in class LevelSelector

Sets the chart which is controlled by this selector.

LevelSelector::setTimeRange() — Method in class LevelSelector

Sets the timespan displayed in the selector drop down, e.g last 12 days, last 7 days, etc.

LevelSelector::setDefaultLevel() — Method in class LevelSelector

Sets the aggregation level used, when none is selected.

$ CheckDocumentation#state:Property in class CheckDocumentation

enum green|orange|red

$ NodeDocumentation#state:Property in class NodeDocumentation

enum green|orange|red

SystemStatusControllerDocumentationClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

$ Check#scopeProperty in class Check
$ Check#skip_checkProperty in class Check
Check::skip_check() — Method in class Check

Returns true if this check should be skipped

$ Result#stateProperty in class Result

Status of the Check. The signal light can have three states: red -> CRITICAL, orange -> NEEDS ATTENTION, green -> ALL SYSTEMS OK

$ Result#STATE_GREENProperty in class Result
$ Result#STATE_ORANGEProperty in class Result
$ Result#STATE_REDProperty in class Result
$ Result#severityProperty in class Result

Importance of this check for the overall system stability

$ Result#SEVERITY_LOWProperty in class Result
$ Result#SEVERITY_MEDIUMProperty in class Result
$ Result#SEVERITY_CRITICALProperty in class Result
ServiceCheckClass in namespace XELOS\Modules\SystemStatus\Interfaces
ServiceCheckResultClass in namespace XELOS\Modules\SystemStatus\Interfaces
SystemCronClass in namespace XELOS\Modules\SystemStatus
SystemStatusControllerClass in namespace XELOS\Modules\SystemStatus

Class Main

$ RecurringTaskDocumentation#start_time:Property in class RecurringTaskDocumentation

stored in MySQL as datetime

$ RecurringTaskDocumentation#set_deadline:Property in class RecurringTaskDocumentation

stored in MySQL as tinyint

$ TaskDocumentation#status:Property in class TaskDocumentation

stored in MySQL as varchar

$ TaskDocumentation#sortProperty in class TaskDocumentation
SystemTasksControllerDocumentationClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

ShowTasksShowPortletClass in namespace XELOS\Modules\SystemTasks\Hook\Portal

Class XELOS\Modules\SystemTasks\Hook\Portal\ShowTasksShowPortlet

ApiService::setupMethods() — Method in class ApiService
ApiService::syncChanged() — Method in class ApiService

Sync task and column changes -- more added later

$ Task#sortProperty in class Task
Task::save() — Method in class Task
Task::set_checklist() — Method in class Task

Store Checklist Array as JSON

Task::set_checklist_simple() — Method in class Task

Set simple checklist, will be converted to complex format

Task::setTaskSort() — Method in class Task

Sort Taks in List Column

$ TaskList#shared_userProperty in class TaskList
TaskList::save() — Method in class TaskList
$ TaskListColumn#sortProperty in class TaskListColumn
TaskListColumn::setColumnSort() — Method in class TaskListColumn

Sort Taks in List Column

SystemCronClass in namespace XELOS\Modules\SystemTasks
SystemTasksControllerClass in namespace XELOS\Modules\SystemTasks
TaskCest::showTask() — Method in class TaskCest
SystemTasksControllerHelperClass in namespace XELOS\Modules\SystemTasks\Tests\Codeception\Support\Helper

Class SystemTasksControllerHelper

$ TaskTest#systemTasksControllerProperty in class TaskTest
$ ResultPanel#special_listsProperty in class ResultPanel
ResultPanel::set_cmd() — Method in class ResultPanel
ResultPanel::set_config() — Method in class ResultPanel

(Ajax Call) Set Config

ResultPanel::save_list_order() — Method in class ResultPanel

(Ajax Call) Save new Order after sorting

ConfigUser::set() — Method in class ConfigUser
ConfigUser::save_data() — Method in class ConfigUser

Can be used for saving/processing data, will be called before get_html()

MobileNotificationChannel::send() — Method in class MobileNotificationChannel
Webservice::setupMethods() — Method in class Webservice

Return your defined methods.

$ Page#suggestProperty in class Page
Page::suggest() — Method in class Page
SuggestPageClass in namespace XELOS\Modules\Tagging\Page

Display Tag-Suggestion Page (Used for AJAX Tag Auto-Suggest Calls)

SystemCronClass in namespace XELOS\Modules\Tagging
$ Page#settingsProperty in class Page
Page::settings() — Method in class Page
$ TranslationFeedbackDocumentation#source_model:Property in class TranslationFeedbackDocumentation

enum translation_document|translation

$ TranslationFeedbackDocumentation#source_idProperty in class TranslationFeedbackDocumentation
$ BaseTranslationApi#source_languageProperty in class BaseTranslationApi
BaseTranslationApi::setUrl() — Method in class BaseTranslationApi
BaseTranslationApi::setSourceLanguage() — Method in class BaseTranslationApi
BaseTranslationApi::setContent() — Method in class BaseTranslationApi
BaseTranslationApi::setTargetLanguage() — Method in class BaseTranslationApi
BaseTranslationApi::setTranslatedContent() — Method in class BaseTranslationApi
BaseTranslationApi::sendFeedback() — Method in class BaseTranslationApi

Send feedback aka improved human translation to the API

BaseTranslationApi::setParameters() — Method in class BaseTranslationApi

Sets possible content and target language

BaseTranslationApi::setBackgroundTranslationToDisabled() — Method in class BaseTranslationApi

Sets the config var 'translation_enabled' to false to disable automatic translations.

Deepl::setKey() — Method in class Deepl
Deepl::setSourceLanguage() — Method in class Deepl
Google::setKey() — Method in class Google
Transperfect::setKey() — Method in class Transperfect
Transperfect::setSourceLanguage() — Method in class Transperfect
Transperfect::sendFormRequest() — Method in class Transperfect

Returns the response from the endpoint. Form post.

Transperfect::sendFeedback() — Method in class Transperfect
$ TranslationFeedback#sourceModelProperty in class TranslationFeedback
SettingsPageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

StatisticsPageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

SystemDaemonClass in namespace XELOS\Modules\Translation

Daemon to process the TranslationJob queue

$ SystemDaemon#sleep_between_processProperty in class SystemDaemon
TranslationController::setTranslationApi() — Method in class TranslationController

Setter for the translation Api

TranslationController::setDisableTranslationForLanguage() — Method in class TranslationController

Sets the config to disable the translation for the given $language based on $disable flag.

$ Trendvote#status:Property in class Trendvote

enum draft|active','closed

$ Trendvote#start_at:Property in class Trendvote

stored in MySQL as datetime

ScanActionClass in namespace XELOS\Modules\VirusScan\Action

Class ScanAction

$ Model#scanProperty in class Model
Model::scan() — Method in class Model
$ FileDocumentation#scan_idProperty in class FileDocumentation
ScanDocumentationClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Scan.

$ ScanDocumentation#scan_status:Property in class ScanDocumentation

enum ok|found_virus

$ FileDeleteJob#scanIdProperty in class FileDeleteJob
ScanClass in namespace XELOS\Modules\VirusScan\Model
SystemCronClass in namespace XELOS\Modules\VirusScan
$ OAuthServerAction#scopeSeparatorProperty in class OAuthServerAction
ServiceClass in namespace XELOS\Modules\Webservice\Hook\Base

Base class for Webservice Hooks.

Service::setupMethods() — Method in class Service

Define and return your webservice methods.

Method::setName() — Method in class Method
Method::setVersion() — Method in class Method
Method::setCallback() — Method in class Method

Instead of a defining a separate function in the service hook,

ModelCRUD::sanitizeInputArrayByType() — Method in class ModelCRUD

Cleans/Sanitizes $value based in the datatype in the schema definition

ModelCRUD::sanitizeInputByType() — Method in class ModelCRUD

Cleans/Sanitizes value based in the datatype in the schemaType

OAuthClientHook::setModelValid() — Method in class OAuthClientHook
OAuthClientHook::setModelInvalid() — Method in class OAuthClientHook
OAuthClientHook::saveOAuthAccess() — Method in class OAuthClientHook

Save and encrypt oauth data to database

OAuthClientHook::setIsBasicAuthorization() — Method in class OAuthClientHook
SoapServiceClass in namespace XELOS\Modules\Webservice\Hook\Webservice
SoapService::setupMethods() — Method in class SoapService
ServiceInterfaceClass in namespace XELOS\Modules\Webservice\Interfaces

Interface for webservice hooks to provide own functionality.

$ OAuthClient#scopeProperty in class OAuthClient

The scopes which you want to request authorization for.

$ OAuthClient#stateProperty in class OAuthClient

An opaque value the application adds to the initial request that Auth includes when redirecting back to the application.

OAuthClient::setClientId() — Method in class OAuthClient

Set application's Client ID.

OAuthClient::setClientSecret() — Method in class OAuthClient

Set application's Client Secret

OAuthClient::setRedirectUrl() — Method in class OAuthClient
OAuthClient::setAuthorizeUrl() — Method in class OAuthClient
OAuthClient::setAccessTokenUrl() — Method in class OAuthClient
OAuthClient::setScope() — Method in class OAuthClient

Set scopes which you want to request authorization for.

OAuthClient::setOptionalAuthParams() — Method in class OAuthClient
OAuthClient::setState() — Method in class OAuthClient
OAuthClient::setRefreshToken() — Method in class OAuthClient
OAuthClient::setEndSessionUrl() — Method in class OAuthClient
OAuthClient::setAccessToken() — Method in class OAuthClient
OAuthClient::setPersonal() — Method in class OAuthClient

Defines whether the client is for personal or global usage.

OAuthClient::startAuthorisationCodeFlow() — Method in class OAuthClient

Start Authorization Code Grant flow (redirect to authorizeUrl)

OAuthClient::setResource() — Method in class OAuthClient

Set additional resource param when requesting access code

OAuthClient::setSendBasicAuthorization() — Method in class OAuthClient

Should client_id and client_secret be sent as Basic Auth Header during code exchange?

OAuthClient::setPKCEParams() — Method in class OAuthClient

Set Code Verifier and Code Challenge Method for RFC 7636: Proof Key for Code Exchange (PKCE) which is an alternative to client_secret or may be used in hybrid flows

SoapServerClass in namespace XELOS\Modules\Webservice\Lib
SoapServer::set_xf_module() — Method in class SoapServer
OauthAccess::save() — Method in class OauthAccess
OAuthAccountsPage::setShowUserAccounts() — Method in class OAuthAccountsPage
WebserviceController::set_oauth_info() — Method in class WebserviceController

Set OAuth Info for current Session

$ Page#settingsProperty in class Page
Page::settings() — Method in class Page
$ CategoryDocumentation#sortProperty in class CategoryDocumentation
$ WidgetDocumentation#sortProperty in class WidgetDocumentation
SettingsPageClass in namespace XELOS\Modules\Widgets\Page

Class XELOS\Modules\Widgets\Page\SettingsPage

WidgetList::setDisplayMode() — Method in class WidgetList

Set the display mode to show all accessible widgets sorted by name or displays them group by category.

WidgetList::setSortMode() — Method in class WidgetList

Sets the sorting mode of this list

WidgetList::setVisibleWidgetIds() — Method in class WidgetList

Can be set to show only specific Widgets.

WidgetList::setStrictMode() — Method in class WidgetList

If visibleWidgetIds is empty, the accessible widgets will be displayed when strict mode is off.

$ Model#surveyProperty in class Model
Model::survey() — Method in class Model
$ AnswerDocumentation#survey_idProperty in class AnswerDocumentation
$ ParticipantDocumentation#survey_idProperty in class ParticipantDocumentation
SurveyDocumentationClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Survey.

$ SurveyDocumentation#start_date:Property in class SurveyDocumentation

stored in MySQL as timestamp

SurveyClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Model

T

Autoloader::to_camel_case() — Method in class Autoloader

Returns the passed name from underscore writing to CamelCase (test_class --> TestClass) Warning: Converting back to CamelCase is not unique in all cases! e.g. SystemDMS can not be regenerated from system_dms

$ BaseAuthentication#ttlProperty in class BaseAuthentication
$ ActivedirectoryAuthentication#ttlProperty in class ActivedirectoryAuthentication
$ AlternativeLoginAuthentication#ttlProperty in class AlternativeLoginAuthentication
$ GuestAuthentication#ttlProperty in class GuestAuthentication
$ IpAuthentication#ttlProperty in class IpAuthentication
$ LdapAuthentication#ttlProperty in class LdapAuthentication
$ MobileAccessAuthentication#ttlProperty in class MobileAccessAuthentication
$ NtlmAuthentication#ttlProperty in class NtlmAuthentication
$ RadiusAuthentication#ttlProperty in class RadiusAuthentication
$ RemembermeAuthentication#ttlProperty in class RemembermeAuthentication
$ SamlAuthentication#ttlProperty in class SamlAuthentication
$ SuperuserAuthentication#ttlProperty in class SuperuserAuthentication
$ XelosAuthentication#ttlProperty in class XelosAuthentication
TestClass in namespace XELOS\Framework\Core\Console\Command

Class StartDaemon

ThemeClass in namespace XELOS\Framework\Core\Console\Command

Class Themes

TableClass in namespace XELOS\Framework\Core\Console\Helper

Class Table Simple table helper for CLI output which allows the display of tabular data

Output::table() — Method in class Output

Print Table in CLI, Example: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Module │ Installed │ Repository │ Package │ ┝━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┥ │ Directory Sync │ 8.2.4 │ 9.0.5 │ Active Directory and SSO Authentication │ └────────────────────────────────────────────────────────────────────────────────────────────────────────┘

$ Core#templateProperty in class Core
$ ContentException#templateProperty in class ContentException
TemplateClass in namespace XELOS\Framework\Core

Class Template

$ Template#theme_set_configProperty in class Template

Stores Theme configuration information

$ Template#template_includesProperty in class Template
$ VarsTemplate#template_file:Property in class VarsTemplate

stored in MySQL as varchar

$ VarsTemplate#template:Property in class VarsTemplate

stored in MySQL as mediumtext

$ VarsTemplate#titleProperty in class VarsTemplate

Extract from the XML template

Controller::templateResponse() — Method in class Controller
$ AuthenticationHook#ttlProperty in class AuthenticationHook
EventListener::trigger() — Method in class EventListener
$ Model#table_nameProperty in class Model

var string Table name for this model

$ Model#table_use_group_idProperty in class Model
$ Model#table_auto_propertiesProperty in class Model
$ Model#table_primary_keyProperty in class Model
$ Model#table_primary_compound_keyProperty in class Model
Model::to_xml() — Method in class Model

Returns an XML of all model properties

Model::to_json() — Method in class Model

Returns the model as JSON array

Model::to_string() — Method in class Model

Returns the model as STRING

Model::temporarily_disable_table_group_id() — Method in class Model

Temporarily disable the use of the group ID in all queries made

Model::temporarily_enable_table_group_id() — Method in class Model

Temporarily enables the use of the group ID in all queries made

ModelCollection::to_string() — Method in class ModelCollection

Returns collection as string

ModelCollection::to_array() — Method in class ModelCollection

Returns collection as array of models

ModelCollection::to_json() — Method in class ModelCollection

Returns collection as json of models

ModelCollection::to_xml() — Method in class ModelCollection

Returns an XML of all model properties

$ AuditableTrait#table_nameProperty in class AuditableTrait
AuditableTrait::triggerAuditEvent() — Method in class AuditableTrait

TBD: Move this method to the audit model? and keep things slim in trait?

$ SoftDeleteTrait#table_nameProperty in class SoftDeleteTrait

Provides the methods:

$ SystemDaemonThreaded#threadLifetimeCyclesProperty in class SystemDaemonThreaded
$ XF#themeProperty in class XF
MySQLAdapter::table_exists() — Method in class MySQLAdapter
MySQLAdapter::table_field_exists() — Method in class MySQLAdapter
Query::triggerOnChange() — Method in class Query

Trigger onChange event callbacks

Query::table() — Method in class Query

Syntax-Helper to start a query with for a table. Use as Query::table('myTable')->where('field1','=','val');

Event::trigger() — Method in class Event
$ Lib#thumbnailProperty in class Lib
$ Lib#textProperty in class Lib
$ Lib#threadingProperty in class Lib
Convert::to_text() — Method in class Convert
Convert::to_html() — Method in class Convert
$ Debug#timer_section_startProperty in class Debug
$ Debug#timer_section_itemsProperty in class Debug
Export::table_as_file() — Method in class Export
Export::table() — Method in class Export
$ File#trash_folderProperty in class File
Format::text_parse() — Method in class Format

Parst einen Text

Format::text_pre_parse() — Method in class Format

Parses the passed text

Html::tag() — Method in class Html

Helper function to create HTML tags without content (e.g. <input ... />)

$ I18n#timezoneProperty in class I18n
$ I18n#template_varsProperty in class I18n
Import::table() — Method in class Import
ThreadedStreamHandlerFactoryClass in namespace XELOS\Framework\XF\Lib\Logger\HandlerFactory

Class ThreadedStreamHandlerFactory

Logger::translateLevel() — Method in class Logger

Translates default PHP log levels into PSR / Monolog levels.

Mention::transformToLink() — Method in class Mention

Transform mentions, defined in HTML or JSON notation to XELOS specific output (user and group links)

Mention::transformHTMLToJSON() — Method in class Mention

Transform HTML mentions generated in WYSIWYG (defining name and id in the data attribute) into @JSON representation, e.g. @{1:UserName} or @{gid_1:Group} .

Mention::transformJSONToHTML() — Method in class Mention

Transform JSON mentions int HTML format which is suitable for the WYSIWYG Editor

Mention::transformToNameText() — Method in class Mention

Transform HTML or JSON mentions in string to text only, e.g. ATname.

$ Modsetup#testrunProperty in class Modsetup
Modsetup::trigger_event() — Method in class Modsetup
$ NotificationBuilder#tokenProperty in class NotificationBuilder
$ NotificationBuilder#typeProperty in class NotificationBuilder
Shell::tail() — Method in class Shell
TextClass in namespace XELOS\Framework\XF\Lib
ThreadingClass in namespace XELOS\Framework\XF\Lib
ThumbnailClass in namespace XELOS\Framework\XF\Lib

Thumbnail Creation Class

TyeDiffClass in namespace XELOS\Framework\XF\Lib
TemplateParserClass in namespace XELOS\Framework\XF\Lib\i18n\Parser
TokenClass in namespace XELOS\Framework\XF\Lib\i18n
TokenCollectionClass in namespace XELOS\Framework\XF\Lib\i18n
$ Model#theme_setProperty in class Model
$ AuditPolicy#table_nameProperty in class AuditPolicy
$ AuditPolicy#table_auto_propertiesProperty in class AuditPolicy
$ AuditPolicy#table_use_group_idProperty in class AuditPolicy
$ AuditTrail#table_nameProperty in class AuditTrail
$ AuditTrail#table_auto_propertiesProperty in class AuditTrail
$ AuditTrail#table_use_group_idProperty in class AuditTrail
$ Cron#table_nameProperty in class Cron
$ Cron#table_auto_propertiesProperty in class Cron
$ Cron#table_use_group_idProperty in class Cron
$ Daemon#table_nameProperty in class Daemon
$ Daemon#table_auto_propertiesProperty in class Daemon
$ Daemon#table_use_group_idProperty in class Daemon
$ DocumentIndex#table_nameProperty in class DocumentIndex
$ DocumentIndex#table_auto_propertiesProperty in class DocumentIndex
$ DocumentIndex#table_use_group_idProperty in class DocumentIndex
$ DocumentIndex#titleProperty in class DocumentIndex
$ DocumentIndex#thumb_docProperty in class DocumentIndex
$ DocumentIndexJobQueue#table_nameProperty in class DocumentIndexJobQueue
$ DocumentIndexJobQueue#table_auto_propertiesProperty in class DocumentIndexJobQueue
$ DocumentIndexJobQueue#table_use_group_idProperty in class DocumentIndexJobQueue
$ DocumentIndexJobQueueHistory#table_nameProperty in class DocumentIndexJobQueueHistory
$ DocumentIndexJobQueueHistory#table_auto_propertiesProperty in class DocumentIndexJobQueueHistory
$ DocumentIndexJobQueueHistory#table_use_group_idProperty in class DocumentIndexJobQueueHistory
$ DocumentIndexLock#table_nameProperty in class DocumentIndexLock
$ DocumentIndexLock#table_auto_propertiesProperty in class DocumentIndexLock
$ DocumentIndexLock#table_use_group_idProperty in class DocumentIndexLock
$ DocumentIndexPolicyCluster#table_nameProperty in class DocumentIndexPolicyCluster
$ DocumentIndexPolicyCluster#table_auto_propertiesProperty in class DocumentIndexPolicyCluster
$ DocumentIndexPolicyCluster#table_use_group_idProperty in class DocumentIndexPolicyCluster
$ DocumentIndexReference#table_nameProperty in class DocumentIndexReference
$ DocumentIndexReference#table_auto_propertiesProperty in class DocumentIndexReference
$ DocumentIndexReference#table_use_group_idProperty in class DocumentIndexReference
$ DocumentIndexReference#typeProperty in class DocumentIndexReference

default 0

$ DocumentRegistry#table_nameProperty in class DocumentRegistry
$ DocumentRegistry#table_auto_propertiesProperty in class DocumentRegistry
$ DocumentRegistry#table_use_group_idProperty in class DocumentRegistry
$ DocumentRegistry#table_keyProperty in class DocumentRegistry
$ DocumentRegistry#table_parentkeyProperty in class DocumentRegistry
$ DocumentRegistry#titleProperty in class DocumentRegistry
$ DocumentRelations#table_nameProperty in class DocumentRelations
$ DocumentRelations#table_auto_propertiesProperty in class DocumentRelations
$ DocumentRelations#table_use_group_idProperty in class DocumentRelations
$ DocumentRelations#table_primary_keyProperty in class DocumentRelations
$ ErrorLog#table_nameProperty in class ErrorLog
$ ErrorLog#table_auto_propertiesProperty in class ErrorLog
$ ErrorLog#table_use_group_idProperty in class ErrorLog
$ Follows#table_nameProperty in class Follows
$ Follows#table_auto_propertiesProperty in class Follows
$ Follows#table_use_group_idProperty in class Follows
$ GlobalConfig#table_nameProperty in class GlobalConfig
$ GlobalConfig#table_auto_propertiesProperty in class GlobalConfig
$ GlobalConfig#table_use_group_idProperty in class GlobalConfig
$ Group#table_nameProperty in class Group
$ Group#table_auto_propertiesProperty in class Group
$ Group#table_use_group_idProperty in class Group
$ Hierarchy#table_nameProperty in class Hierarchy
$ Hierarchy#table_auto_propertiesProperty in class Hierarchy
$ Hierarchy#table_use_group_idProperty in class Hierarchy
$ Hierarchy#titleProperty in class Hierarchy

Title

$ HierarchyContext#table_nameProperty in class HierarchyContext
$ HierarchyContext#table_auto_propertiesProperty in class HierarchyContext
$ HierarchyContext#table_use_group_idProperty in class HierarchyContext
$ HierarchyUser#table_nameProperty in class HierarchyUser
$ HierarchyUser#table_auto_propertiesProperty in class HierarchyUser
$ HierarchyUser#table_use_group_idProperty in class HierarchyUser
$ HookRegistry#table_nameProperty in class HookRegistry
$ HookRegistry#table_auto_propertiesProperty in class HookRegistry
$ HookRegistry#table_use_group_idProperty in class HookRegistry
$ I18nLanguage#table_nameProperty in class I18nLanguage
$ I18nLanguage#table_auto_propertiesProperty in class I18nLanguage
$ I18nToken#table_nameProperty in class I18nToken
$ I18nToken#table_auto_propertiesProperty in class I18nToken
$ I18nToken#token_keyProperty in class I18nToken

Token key

$ I18nToken#tokenProperty in class I18nToken

Token

$ InstanceConfig#table_nameProperty in class InstanceConfig
$ InstanceConfig#table_auto_propertiesProperty in class InstanceConfig
$ InstanceConfig#table_use_group_idProperty in class InstanceConfig
$ InstanceRegistry#table_nameProperty in class InstanceRegistry
$ InstanceRegistry#table_auto_propertiesProperty in class InstanceRegistry
$ InstanceRegistry#table_use_group_idProperty in class InstanceRegistry
$ InstanceSetup#table_nameProperty in class InstanceSetup
$ InstanceSetup#table_auto_propertiesProperty in class InstanceSetup
$ InstanceSetup#table_use_group_idProperty in class InstanceSetup
$ LibCountry#table_nameProperty in class LibCountry
$ LibCountry#table_auto_propertiesProperty in class LibCountry
$ LibCountry#table_use_group_idProperty in class LibCountry
$ ModuleGroupSecurity#table_nameProperty in class ModuleGroupSecurity
$ ModuleGroupSecurity#table_auto_propertiesProperty in class ModuleGroupSecurity
$ ModuleGroupSecurity#table_use_group_idProperty in class ModuleGroupSecurity
$ ModuleGroupSecurity#titleProperty in class ModuleGroupSecurity
$ ModuleRegistry#table_nameProperty in class ModuleRegistry
$ ModuleRegistry#table_auto_propertiesProperty in class ModuleRegistry
$ ModuleRegistry#table_use_group_idProperty in class ModuleRegistry
$ Navigation#table_nameProperty in class Navigation
$ Navigation#table_auto_propertiesProperty in class Navigation
$ Notification#table_nameProperty in class Notification

Notification-Messages

$ Notification#table_auto_propertiesProperty in class Notification
$ Notification#table_use_group_idProperty in class Notification
$ Notification#tokenProperty in class Notification
$ Notification#typeProperty in class Notification

['message', 'todo', 'activity', 'admin'], default: 'activity'

$ NotificationRegistry#table_nameProperty in class NotificationRegistry
$ NotificationRegistry#table_auto_propertiesProperty in class NotificationRegistry
$ NotificationRegistry#table_use_group_idProperty in class NotificationRegistry
$ Pages#table_nameProperty in class Pages
$ Pages#table_auto_propertiesProperty in class Pages
$ Pages#table_use_group_idProperty in class Pages
$ Policy#table_nameProperty in class Policy
$ Policy#table_auto_propertiesProperty in class Policy
$ Policy#table_use_group_idProperty in class Policy
$ Policy#typeProperty in class Policy
$ Policy2Group#table_nameProperty in class Policy2Group
$ Policy2Group#table_auto_propertiesProperty in class Policy2Group
$ Policy2Group#table_use_group_idProperty in class Policy2Group
$ Policy2User#table_nameProperty in class Policy2User
$ Policy2User#table_auto_propertiesProperty in class Policy2User
$ Policy2User#table_use_group_idProperty in class Policy2User
$ Queue#table_nameProperty in class Queue
$ Queue#table_auto_propertiesProperty in class Queue
$ RecentDocument#table_nameProperty in class RecentDocument
$ RecentDocument#table_auto_propertiesProperty in class RecentDocument
$ RecentDocument#table_use_group_idProperty in class RecentDocument
ThemeSetClass in namespace XELOS\Framework\XF\System\Model
$ ThemeSet#table_nameProperty in class ThemeSet
$ ThemeSet#table_auto_propertiesProperty in class ThemeSet
$ ThemeSet#table_use_group_idProperty in class ThemeSet
$ User#table_nameProperty in class User
$ User#table_auto_propertiesProperty in class User
$ User#table_use_group_idProperty in class User
$ UserConfig#table_nameProperty in class UserConfig
$ UserConfig#table_auto_propertiesProperty in class UserConfig
$ UserConfig#table_use_group_idProperty in class UserConfig
$ UserDevices#table_nameProperty in class UserDevices
$ UserDevices#table_auto_propertiesProperty in class UserDevices
$ UserGroup#table_nameProperty in class UserGroup
$ UserGroup#table_auto_propertiesProperty in class UserGroup
$ UserGroup#table_use_group_idProperty in class UserGroup
$ UserLink#table_nameProperty in class UserLink
$ UserLink#table_auto_propertiesProperty in class UserLink
$ UserLink#table_use_group_idProperty in class UserLink
$ UserLink#templateProperty in class UserLink
$ UserLog#table_nameProperty in class UserLog
$ UserLog#table_auto_propertiesProperty in class UserLog
$ UserPropertyLog#table_nameProperty in class UserPropertyLog
$ UserPropertyLog#table_auto_propertiesProperty in class UserPropertyLog
$ Wizard#table_nameProperty in class Wizard
$ Wizard#table_auto_propertiesProperty in class Wizard
$ UI#template_linksProperty in class UI
$ Chart#titleProperty in class Chart
$ DocumentLock#ttlProperty in class DocumentLock
$ Form#tag_sourcesProperty in class Form
$ FormRowRenderer#tagsProperty in class FormRowRenderer
$ FroalaEditorBuilder#toolbarSetProperty in class FroalaEditorBuilder
$ FroalaEditorBuilder#toolbarAttachedProperty in class FroalaEditorBuilder

Uses standard toolbar or inline toolbar?

FroalaInsertGroup::toArray() — Method in class FroalaInsertGroup
FroalaOption::tabIndex() — Method in class FroalaOption

The tabIndex to set on the editor element.

FroalaOption::tabSpaces() — Method in class FroalaOption

When TAB key is hit, the editor will add the specified number of space. If set to 0 the TAB key allows default navigation through the page.

FroalaOption::theme() — Method in class FroalaOption

Specify the theme name to use in the editor. The theme should be included as CSS. For more details please read the color themes example.

FroalaOption::toolbarBottom() — Method in class FroalaOption

Enable or disable positioning the toolbar at the bottom of the editor. This option is not available on mobile devices.

FroalaOption::toolbarButtons() — Method in class FroalaOption

The list of buttons that appear in the rich text editor's toolbar on large devices (≥ 1200px).

Note: | will insert a vertical separator line in the toolbar, and - a horizontal one.

Some of the buttons above require a specific plugin. Here is the <a href="../docs/plugins/" class="f-link" title="Plugins" target="_blank">complete list of plugins and the files required by each them.

align button requires align plugin;
color button requires colors plugin;
embedly button requires embedly plugin;
emoticons button requires emoticons plugin;
fontFamily button requires fontFamily plugin;
fontSize button requires fontSize plugin;
formatOL and formatUL buttons require lists plugin;
fullscreen button requires fullscreen plugin;
getPDF button requires print plugin;
html button requires codeView plugin;
inlineStyle button requires inlineStyle plugin;
inlineClass button requires inlineClass plugin;
insertFile button requires file plugin;
insertImage button requires image plugin;
insertLink button requires link plugin;
insertTable button requires table plugin;
insertVideo button requires video plugin;
paragraphFormat button requires paragraphFormat plugin;
paragraphStyle button requires paragraphStyle plugin;
print button requires print plugin;
quote button requires quote plugin;
specialCharacters button requires specialCharacters plugin;

FroalaOption::toolbarButtonsMD() — Method in class FroalaOption

The list of buttons that appear in the rich text editor's toolbar on medium devices (≥ 992px). By default on MD screens, the editor uses the same buttons as for toolbarButtons.

Note: Some of the buttons above require a specific plugin. See toolbarButtons option for more details.

FroalaOption::toolbarButtonsSM() — Method in class FroalaOption

The list of buttons that appear in the rich text editor's toolbar on small devices (≥ 768px).

Note: Some of the buttons above require a specific plugin. See <a href="#toolbarButtons" title="toolbarButtons option">toolbarButtons option for more details.

FroalaOption::toolbarButtonsXS() — Method in class FroalaOption

The list of buttons that appear in the rich text editor's toolbar on extra small devices (< 768px).

Note: Some of the buttons above require a specific plugin. See <a href="#toolbarButtons" title="toolbarButtons option">toolbarButtons option for more details.

FroalaOption::toolbarContainer() — Method in class FroalaOption

A custom HTML selector placing the toolbar inside.

FroalaOption::toolbarInline() — Method in class FroalaOption

Enable or disable inline mode.

FroalaOption::toolbarSticky() — Method in class FroalaOption

Keeps the toolbar at the top of the editing box in basic mode. Disabling this option, will keep the toolbar at the top of the page when scrolling down.

FroalaOption::toolbarStickyOffset() — Method in class FroalaOption

The offset of the sticky toolbar from top of the page. If <a href="#toolbarBottom" target="_blank" title="toolbarBottom">toolbarBottom option is used, then this option will define the offset of the toolbar from the bottom of the page.

FroalaOption::toolbarVisibleWithoutSelection() — Method in class FroalaOption

Keeps the editor visible next to the cursor even when there is no selection.
Note: This option is available only when the toolbarInline option is set to true.

FroalaOption::tooltips() — Method in class FroalaOption

Control if tooltips are shown when getting with mouse over the buttons from the toolbar.

FroalaOption::typingTimer() — Method in class FroalaOption

Time in milliseconds to define how long the typing pause may be without the change to be saved in the undo stack.

FroalaOption::tableCellMultipleStyles() — Method in class FroalaOption

Allows multiple table cell styles to be selected at a time.

FroalaOption::tableCellStyles() — Method in class FroalaOption

Set custom styles for the selected table cells. The classes should be defined in CSS, otherwise no changes will be visible.

FroalaOption::tableColors() — Method in class FroalaOption

The list of colors used in the edit table colors popup for the background of a table cell. Passing REMOVE as a value in the array will display the Clear Formatting button for the cell background color.

FroalaOption::tableColorsButtons() — Method in class FroalaOption

The list of buttons that appear in the edit table colors popup.

FroalaOption::tableColorsStep() — Method in class FroalaOption

The number of colors displayed on a line in the edit table colors popup.

FroalaOption::tableDefaultWidth() — Method in class FroalaOption

The size of the table when it is inserted in the editor.

FroalaOption::tableEditButtons() — Method in class FroalaOption

The list of buttons that appear in the edit table popup, when one or many cells are selected.

FroalaOption::tableInsertButtons() — Method in class FroalaOption

The list of buttons that appear in the insert table popup, when the <a href="#toolbarInline" title="toolbarInline" target="_blank">toolbarInline option is set to true.

FroalaOption::tableInsertHelper() — Method in class FroalaOption

Insert rows and columns easier by going to the edge of the table.

FroalaOption::tableInsertHelperOffset() — Method in class FroalaOption

The offset for showing the table insert helper.

FroalaOption::tableInsertMaxSize() — Method in class FroalaOption

The maximum number of lines and columns when inserting a table into the rich text editor.

FroalaOption::tableMultipleStyles() — Method in class FroalaOption

Allows multiple table styles to be selected at a time.

FroalaOption::tableResizer() — Method in class FroalaOption

Enables resizing table cells.

FroalaOption::tableResizerOffset() — Method in class FroalaOption

The distance in pixels from the table cell's left or right border at which to show the resizer.

FroalaOption::tableResizingLimit() — Method in class FroalaOption

The minimum width in pixels of a table cell allowed while resizing. The resizer cannot be dragged over this limit.

FroalaOption::tableStyles() — Method in class FroalaOption

Set custom styles for the selected table. The classes should be defined in CSS, otherwise no changes will be visible on the table's appearance.

$ Item#typeProperty in class Item
$ Item#thumbnail_urlProperty in class Item
TableClass in namespace XELOS\Framework\XF\UI
TableEditorClass in namespace XELOS\Framework\XF\UI
TableEditor::table_editor_cb() — Method in class TableEditor
TableEditor::table_model_sort_cb() — Method in class TableEditor
TableRowClass in namespace XELOS\Framework\XF\UI

Class TableRow

TabsClass in namespace XELOS\Framework\XF\UI
TimeLineClass in namespace XELOS\Framework\XF\UI
TimeLineRowClass in namespace XELOS\Framework\XF\UI

Class TimeLineRow

$ TimeLineRow#time_rangesProperty in class TimeLineRow
TranslationClass in namespace XELOS\Framework\XF\UI

xtag to provide a translation service via the Translation module.

TreeClass in namespace XELOS\Framework\XF\UI
$ Tree#table_queryProperty in class Tree
$ ViewModeSwitcher#target_containerProperty in class ViewModeSwitcher
Wizard::take_control() — Method in class Wizard

put your comment there.

$ View#templateProperty in class View
$ AdCache#table_nameProperty in class AdCache
$ AdCache#table_auto_propertiesProperty in class AdCache
AdCache::truncate_cache() — Method in class AdCache
$ SynchStatus#table_nameProperty in class SynchStatus
$ SynchStatus#table_primary_keyProperty in class SynchStatus
$ SynchStatus#table_auto_propertiesProperty in class SynchStatus
SynchStatus::truncate_status() — Method in class SynchStatus
AdSyncTest::testInstanceIsAvailable() — Method in class AdSyncTest
AdSyncTest::testUserAccountExpires() — Method in class AdSyncTest
$ DropboxOauthClient#titleProperty in class DropboxOauthClient
$ GoogleOauthClient#titleProperty in class GoogleOauthClient
$ MicrosoftOauthClient#titleProperty in class MicrosoftOauthClient
$ OnedriveOauthClient#titleProperty in class OnedriveOauthClient
$ Subscription#table_nameProperty in class Subscription
$ Subscription#table_auto_propertiesProperty in class Subscription
$ Subscription#table_use_group_idProperty in class Subscription
$ Calendar#type:Property in class Calendar

default|remote_cal

$ Calendar#title:Property in class Calendar

stored in MySQL as varchar

$ Event#title:Property in class Event

stored in MySQL as varchar

$ ReminderQueue#trigger_date:Property in class ReminderQueue

stored in MySQL as timestamp

$ ReminderQueue#triggered_at:Property in class ReminderQueue

stored in MySQL as timestamp

$ Page#treeProperty in class Page
Page::tree() — Method in class Page
$ HistoryPage#title:Property in class HistoryPage

stored in MySQL as varchar

$ Page#title:Property in class Page

stored in MySQL as varchar

$ PageLive#title:Property in class PageLive

stored in MySQL as varchar

$ Partial#title:Property in class Partial

stored in MySQL as varchar

$ PartialLive#title:Property in class PartialLive

stored in MySQL as varchar

$ LinkInfo#title:Property in class LinkInfo

stored in MySQL as varchar

$ LinkInfo#type:Property in class LinkInfo

stored in MySQL as varchar

$ Comment#table_nameProperty in class Comment
$ Comment#table_use_group_idProperty in class Comment
$ LinkInfo#table_nameProperty in class LinkInfo
$ LinkInfo#table_use_group_idProperty in class LinkInfo
$ LinkInfo#table_auto_propertiesProperty in class LinkInfo
TemplatesPageClass in namespace XELOS\Modules\DMS\Page

Class TemplatesPage

TrashPageClass in namespace XELOS\Modules\DMS\Page

Class TrashPage

$ Model#ticketProperty in class Model
Model::ticket() — Method in class Model
$ CategoryDocumentation#title_i18n:Property in class CategoryDocumentation

stored in MySQL as varchar

$ EventDocumentation#title:Property in class EventDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#total_priceProperty in class InvoiceDocumentation
$ InvoiceDocumentation#telephone:Property in class InvoiceDocumentation

stored in MySQL as varchar

$ InvoiceTemplateDocumentation#title:Property in class InvoiceTemplateDocumentation

stored in MySQL as varchar

$ PriceCategoryDocumentation#title:Property in class PriceCategoryDocumentation

stored in MySQL as varchar

$ PriceCategoryDocumentation#type:Property in class PriceCategoryDocumentation

enum code|user_group

$ PriceCategoryDocumentation#type_value:Property in class PriceCategoryDocumentation

stored in MySQL as varchar

$ PriceCategoryDocumentation#ticket_limitProperty in class PriceCategoryDocumentation
$ RelatedEventsDocumentation#title:Property in class RelatedEventsDocumentation

stored in MySQL as varchar

TicketDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Ticket.

$ UserGroupTicketContingentDocumentation#ticket_limitProperty in class UserGroupTicketContingentDocumentation
$ EventplannerController#titleProperty in class EventplannerController
$ CRMParticipationShowPortlet#titleProperty in class CRMParticipationShowPortlet
$ Category#table_nameProperty in class Category
$ Category#table_auto_propertiesProperty in class Category
$ Event#table_nameProperty in class Event
$ Event#table_auto_propertiesProperty in class Event
$ Event#table_use_group_idProperty in class Event
$ Event#tagsProperty in class Event
$ InvitationReplyLog#table_nameProperty in class InvitationReplyLog
$ InvitationReplyLog#table_auto_propertiesProperty in class InvitationReplyLog
$ Invoice#table_nameProperty in class Invoice
$ Invoice#table_auto_propertiesProperty in class Invoice
$ InvoiceTemplate#table_auto_propertiesProperty in class InvoiceTemplate
$ InvoiceTemplate#table_nameProperty in class InvoiceTemplate
$ InvoiceTemplate#titleProperty in class InvoiceTemplate

: stored in MySQL as varchar

$ Job#table_auto_propertiesProperty in class Job
$ Job#table_nameProperty in class Job
$ Numberrange#table_auto_propertiesProperty in class Numberrange
$ Numberrange#table_nameProperty in class Numberrange
$ Participant#table_nameProperty in class Participant
$ Participant#table_auto_propertiesProperty in class Participant
$ ParticipantLog#table_nameProperty in class ParticipantLog
$ ParticipantLog#table_auto_propertiesProperty in class ParticipantLog
$ PriceCategory#table_nameProperty in class PriceCategory
$ PriceCategory#table_auto_propertiesProperty in class PriceCategory
$ RelatedEvents#table_nameProperty in class RelatedEvents
$ RelatedEvents#table_auto_propertiesProperty in class RelatedEvents
TicketClass in namespace XELOS\Modules\Eventplanner\Model
$ Ticket#table_nameProperty in class Ticket
$ Ticket#table_auto_propertiesProperty in class Ticket
$ UserGroupTicketContingent#table_auto_propertiesProperty in class UserGroupTicketContingent
$ UserGroupTicketContingent#table_nameProperty in class UserGroupTicketContingent
ParticipantsPage::table_question_cb() — Method in class ParticipantsPage
ParticipantsPage::table_unknown_response_cb() — Method in class ParticipantsPage
ParticipantsPage::table_action_cb() — Method in class ParticipantsPage
ParticipantsPage::table_unknown_action_cb() — Method in class ParticipantsPage
ThreadActionClass in namespace XELOS\Modules\Forum\Action

Class ThreadAction

$ Action#threadProperty in class Action
$ Model#threadProperty in class Model
Model::thread() — Method in class Model
$ Ui#thread_previewProperty in class Ui
$ CategoryDocumentation#tree_idProperty in class CategoryDocumentation
$ CategoryDocumentation#title:Property in class CategoryDocumentation

stored in MySQL as varchar

$ CategoryDocumentation#type:Property in class CategoryDocumentation

enum discussion|voting|question

$ PostDocumentation#thread_idProperty in class PostDocumentation
$ PostDocumentation#title:Property in class PostDocumentation

stored in MySQL as varchar

ThreadDocumentationClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Thread.

$ ThreadDocumentation#title:Property in class ThreadDocumentation

stored in MySQL as varchar

$ ThreadDocumentation#type:Property in class ThreadDocumentation

enum default','question

$ VotesDocumentation#thread_idProperty in class VotesDocumentation
ThreadActionTraitClass in namespace XELOS\Modules\Forum\Hook\Workflows
ThreadPayloadClass in namespace XELOS\Modules\Forum\Hook\Workflows
$ Category#table_nameProperty in class Category
$ Category#table_use_group_idProperty in class Category
$ Category#table_auto_propertiesProperty in class Category
$ Post#table_nameProperty in class Post
$ Post#table_use_group_idProperty in class Post
$ Post#table_auto_propertiesProperty in class Post
ThreadClass in namespace XELOS\Modules\Forum\Model
$ Thread#table_nameProperty in class Thread
$ Thread#table_use_group_idProperty in class Thread
$ Thread#table_auto_propertiesProperty in class Thread
ThreadStateClass in namespace XELOS\Modules\Forum\Model

Class ThreadState

$ Votes#table_nameProperty in class Votes
$ Votes#table_auto_propertiesProperty in class Votes
Step::threadURL() — Method in class Step
ThreadPreviewClass in namespace XELOS\Modules\Forum\UI

Class ThreadPreview

$ Model#taskProperty in class Model
$ Model#task_listProperty in class Model
$ Model#task_list_columnProperty in class Model
Model::task() — Method in class Model
Model::task_list() — Method in class Model
Model::task_list_column() — Method in class Model
$ Page#tasks_feedProperty in class Page
Page::tasks_feed() — Method in class Page
$ Ui#taskProperty in class Ui
$ Ui#tasks_listProperty in class Ui
TaskDocumentationClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Task.

$ TaskDocumentation#type:Property in class TaskDocumentation

enum open|closed

$ TaskDocumentation#title:Property in class TaskDocumentation

stored in MySQL as varchar

TemplateInitClass in namespace XELOS\Modules\GroupsTasks\Hook\Groups
TaskClass in namespace XELOS\Modules\GroupsTasks\Model
$ Task#table_use_group_idProperty in class Task
TaskListClass in namespace XELOS\Modules\GroupsTasks\Model

Class TaskList

$ TaskList#table_nameProperty in class TaskList
$ TaskList#table_use_group_idProperty in class TaskList
TaskListColumnClass in namespace XELOS\Modules\GroupsTasks\Model
TasksFeedPageClass in namespace XELOS\Modules\GroupsTasks\Page
TaskClass in namespace XELOS\Modules\GroupsTasks\UI
TasksListClass in namespace XELOS\Modules\GroupsTasks\UI
TemplateClass in namespace XELOS\Modules\Groups\Console

Class Group

$ Category#tree_idProperty in class Category
$ Category#title_i18nProperty in class Category
$ Group#title_i18n:Property in class Group

stored in MySQL as varchar

$ Group#teaser_i18n:Property in class Group

stored in MySQL as varchar

$ Group#todelete:Property in class Group

stored in MySQL as tinyint

$ Group#template_group_idProperty in class Group
$ Module#template_init:Property in class Module

enum finished

TimesheetStateClass in namespace XELOS\Modules\Hrm\Model

Class TimesheetState

$ Page#testProperty in class Page
Page::test() — Method in class Page
TestJobClass in namespace XELOS\Modules\JobQueue\Infrastructure\Job

Class TestJob (FOR INTERNAL TESTS ONLY)

$ Job#table_nameProperty in class Job
$ Job#table_auto_propertiesProperty in class Job
$ JobHistory#table_nameProperty in class JobHistory
$ JobHistory#table_auto_propertiesProperty in class JobHistory
TestPageClass in namespace XELOS\Modules\JobQueue\Page

Class TestPage (FOR INTERNAL TESTS ONLY)

$ Page#table_nameProperty in class Page
$ Page#table_auto_propertiesProperty in class Page
$ CategoryDocumentation#title:Property in class CategoryDocumentation

stored in MySQL as varchar

$ ListDocumentation#title:Property in class ListDocumentation

stored in MySQL as varchar

$ ListDocumentation#template_idProperty in class ListDocumentation
$ ListStatusDocumentation#title:Property in class ListStatusDocumentation

stored in MySQL as varchar

TicketClass in namespace XELOS\Modules\Lists\Hook\Base\Field\Resource
TextareaClass in namespace XELOS\Modules\Lists\Hook\Base\Field
TextboxClass in namespace XELOS\Modules\Lists\Hook\Base\Field
TimespanClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ToggleSwitchClass in namespace XELOS\Modules\Lists\Hook\Base\Field
TimespanGetEventsClass in namespace XELOS\Modules\Lists\Hook\Calendar

Class TimespanGetEvents

ListItemPayload::to_html() — Method in class ListItemPayload

Get payload as HTML

$ Category#table_nameProperty in class Category
$ Category#table_auto_propertiesProperty in class Category
$ Category#table_use_group_idProperty in class Category
$ Category#titleProperty in class Category

: stored in MySQL as varchar

$ ListItem#table_nameProperty in class ListItem
$ ListItem#table_auto_propertiesProperty in class ListItem
$ ListItem#table_use_group_idProperty in class ListItem
$ ListProperties#table_nameProperty in class ListProperties
$ ListProperties#table_auto_propertiesProperty in class ListProperties
$ ListProperties#table_use_group_idProperty in class ListProperties
$ ListProperties#titleProperty in class ListProperties

Title

$ ListProperties#timespan_labelProperty in class ListProperties

The field name of the label used for the calendar hook.

$ ListProperties#timespan_locationProperty in class ListProperties

The field name of the location used for the calendar hook.

$ ListProperties#timespan_userProperty in class ListProperties

The field name of the user used for the calendar hook.

$ ListStatus#table_nameProperty in class ListStatus
$ ListStatus#table_auto_propertiesProperty in class ListStatus
$ ListStatus#table_use_group_idProperty in class ListStatus
$ ListStatus#titleProperty in class ListStatus

: stored in MySQL as varchar

ListsControllerTest::testInstanceIsAvailable() — Method in class ListsControllerTest
ListsControllerTest::testListItemValidation() — Method in class ListsControllerTest
$ Model#tabProperty in class Model
Model::tab() — Method in class Model
$ Property#type:Property in class Property

stored in MySQL as varchar

$ PropertyGroup#type:Property in class PropertyGroup

stored in MySQL as varchar

$ PropertyTab#title_i18n:Property in class PropertyTab

stored in MySQL as varchar

$ LookbookControllerTest#testerProperty in class LookbookControllerTest
LookbookControllerTest::testInstanceIsAvailable() — Method in class LookbookControllerTest

Basic instance existence test

LookbookControllerTest::testUmlautSubstitution() — Method in class LookbookControllerTest
$ LookbookProfileTest#testerProperty in class LookbookProfileTest
LookbookProfileTest::testPropertySearchQuery() — Method in class LookbookProfileTest

Test property search query

$ ArticleDocumentation#title_i18n:Property in class ArticleDocumentation

stored in MySQL as varchar

$ ArticleDocumentation#topnews_enabled:Property in class ArticleDocumentation

stored in MySQL as tinyint

$ ArticleDocumentation#topnews_sort:Property in class ArticleDocumentation

stored in MySQL as tinyint

$ CategoryDocumentation#title_i18n:Property in class CategoryDocumentation

stored in MySQL as varchar

$ Article#table_auto_propertiesProperty in class Article
$ Article#table_nameProperty in class Article
$ Article#tmppathProperty in class Article
$ Article#tmplocationProperty in class Article
$ Category#table_auto_propertiesProperty in class Category
$ Category#table_nameProperty in class Category
$ Category#table_use_group_idProperty in class Category
$ Category#tmppathProperty in class Category
$ Category#tmplocationProperty in class Category
$ NewsController#teaser_img_thresholdProperty in class NewsController
$ Workspace#table_nameProperty in class Workspace
$ Workspace#table_auto_propertiesProperty in class Workspace
$ PersonalWorkspaceControllerTest#testerProperty in class PersonalWorkspaceControllerTest
PersonalWorkspaceControllerTest::testInstanceIsAvailable() — Method in class PersonalWorkspaceControllerTest

Basic instance test

PersonalWorkspaceControllerTest::testGetWorkspace() — Method in class PersonalWorkspaceControllerTest

Basic instance test

$ ConfirmationDocumentation#title_i18n:Property in class ConfirmationDocumentation

stored in MySQL as varchar

$ DocumentDocumentation#title_i18n:Property in class DocumentDocumentation

stored in MySQL as varchar

$ Confirmation#table_nameProperty in class Confirmation
$ Confirmation#table_auto_propertiesProperty in class Confirmation
$ Confirmation#table_use_group_idProperty in class Confirmation
$ Document#table_nameProperty in class Document
$ Document#table_auto_propertiesProperty in class Document
$ Document#table_use_group_idProperty in class Document
$ Model#termProperty in class Model
Model::term() — Method in class Model
$ FacetedFilterDocumentation#type:Property in class FacetedFilterDocumentation

enum global|hook

$ SearchHistoryDocumentation#termProperty in class SearchHistoryDocumentation
$ SearchagentDocumentation#titleProperty in class SearchagentDocumentation
TermDocumentationClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Term.

$ TermDocumentation#term:Property in class TermDocumentation

stored in MySQL as varchar

$ FacetedFilter#table_nameProperty in class FacetedFilter
$ FacetedFilter#table_auto_propertiesProperty in class FacetedFilter
$ SearchHistory#table_nameProperty in class SearchHistory
$ SearchHistory#table_auto_propertiesProperty in class SearchHistory
$ Searchagent#table_auto_propertiesProperty in class Searchagent
$ Searchagent#table_nameProperty in class Searchagent
TermClass in namespace XELOS\Modules\Search\Model
$ Term#table_nameProperty in class Term
$ Term#table_auto_propertiesProperty in class Term
$ SearchIndexContentRecord#titleProperty in class SearchIndexContentRecord
$ SearchIndexRecord#titleProperty in class SearchIndexRecord
$ SearchIndexRecord#tagsProperty in class SearchIndexRecord
TabsTraitClass in namespace XELOS\Modules\Search\UI\Traits
$ TabsTrait#tabsProperty in class TabsTrait
$ AbstractBrowserItem#thumbnail_urlProperty in class AbstractBrowserItem
$ Page#templatesProperty in class Page
Page::templates() — Method in class Page
$ PageDocumentation#title:Property in class PageDocumentation

stored in MySQL as varchar

$ PageHistoryDocumentation#title:Property in class PageHistoryDocumentation

stored in MySQL as varchar

$ PageLinkDocumentation#to_page_idProperty in class PageLinkDocumentation
$ PageLinkDocumentation#to_page_slug:Property in class PageLinkDocumentation

stored in MySQL as varchar

$ PageLinkDocumentation#to_version_idProperty in class PageLinkDocumentation
$ Page#table_use_group_idProperty in class Page
$ Page#table_nameProperty in class Page
$ Page#table_auto_propertiesProperty in class Page
$ Page#titleProperty in class Page
$ PageHistory#table_nameProperty in class PageHistory
$ PageHistory#table_use_group_idProperty in class PageHistory
$ PageHistory#table_auto_propertiesProperty in class PageHistory
$ PageLink#table_nameProperty in class PageLink
$ PageLink#table_use_group_idProperty in class PageLink
$ PageLink#table_auto_propertiesProperty in class PageLink
TemplatesPageClass in namespace XELOS\Modules\SmartWiki\Page

Class TemplatesPage

$ EntryDocumentation#target_user_idProperty in class EntryDocumentation
$ EventTrigger#trigger_config:Property in class EventTrigger

stored in MySQL as text

$ LicenseProblem#time:Property in class LicenseProblem

stored in MySQL as timestamp

$ CrmPortletShowTab#titleProperty in class CrmPortletShowTab
$ CrmPortletShowTab#tab_idProperty in class CrmPortletShowTab
$ WebdavService#tmp_file_nameProperty in class WebdavService
$ Category#treeProperty in class Category
$ Category#table_nameProperty in class Category
$ Category#table_auto_propertiesProperty in class Category
$ Category#table_use_group_idProperty in class Category
$ Document#table_nameProperty in class Document
$ Document#table_use_group_idProperty in class Document
$ Document#table_auto_propertiesProperty in class Document
$ DocumentHistory#table_auto_propertiesProperty in class DocumentHistory
$ DocumentHistory#table_nameProperty in class DocumentHistory
$ DocumentMetaData#table_nameProperty in class DocumentMetaData
$ DocumentMetaData#table_use_group_idProperty in class DocumentMetaData
$ DocumentMetaData#table_auto_propertiesProperty in class DocumentMetaData
$ DocumentMetaField#table_nameProperty in class DocumentMetaField
$ DocumentMetaField#table_use_group_idProperty in class DocumentMetaField
$ DocumentMetaField#table_auto_propertiesProperty in class DocumentMetaField
$ DocumentTemplate#table_nameProperty in class DocumentTemplate
$ DocumentTemplate#table_auto_propertiesProperty in class DocumentTemplate
$ DocumentTemplate#table_use_group_idProperty in class DocumentTemplate
$ FileTemplate#table_nameProperty in class FileTemplate
$ FileTemplate#table_auto_propertiesProperty in class FileTemplate
$ FileTemplate#table_use_group_idProperty in class FileTemplate
$ FileTemplate#templates_locationProperty in class FileTemplate
$ Preview#table_nameProperty in class Preview
$ Preview#table_auto_propertiesProperty in class Preview
$ Preview#table_use_group_idProperty in class Preview
$ Report#table_nameProperty in class Report
$ Report#table_use_group_idProperty in class Report
$ Report#table_auto_propertiesProperty in class Report
$ ZipImportJob#table_nameProperty in class ZipImportJob
$ ZipImportJob#table_use_group_idProperty in class ZipImportJob
$ ZipImportJob#table_auto_propertiesProperty in class ZipImportJob
TemplatesPageClass in namespace XELOS\Modules\SystemDMS\Page

Class xpage_system_dms_templates

TemplatesPage::template_table_cb() — Method in class TemplatesPage

Callback function returning the action links in the template list.

TrashPageClass in namespace XELOS\Modules\SystemDMS\Page

Class TrashPage

$ SystemDMSController#table_show_exportProperty in class SystemDMSController
$ SystemDMSController#table_show_versionProperty in class SystemDMSController
$ SystemDMSController#table_show_summaryProperty in class SystemDMSController
$ SystemDMSController#table_show_sizeProperty in class SystemDMSController
$ SystemDMSController#table_show_ownerProperty in class SystemDMSController
$ SystemDMSController#table_show_dateProperty in class SystemDMSController
$ SystemDMSController#table_show_select_columnProperty in class SystemDMSController
$ CategoryCest#testerProperty in class CategoryCest
$ CategoryTest#testerProperty in class CategoryTest
CategoryTest::testGetCategoryTree() — Method in class CategoryTest
CategoryTest::testResolveCategoryId() — Method in class CategoryTest
$ SystemDMSControllerTest#testerProperty in class SystemDMSControllerTest
SystemDMSControllerTest::testInstanceIsAvailable() — Method in class SystemDMSControllerTest

Basic instance test

SystemDMSControllerTest::testEnsureInitialization() — Method in class SystemDMSControllerTest
$ Page#templatesProperty in class Page
$ Page#trashProperty in class Page
Page::templates() — Method in class Page
Page::trash() — Method in class Page
$ Category#template_idProperty in class Category
$ Document#template_idProperty in class Document
$ Document#tagProperty in class Document
$ DocumentHistory#template_idProperty in class DocumentHistory
$ DocumentMetaField#template_idProperty in class DocumentMetaField
$ DocumentMetaField#typeProperty in class DocumentMetaField

: stored in MySQL as varchar

$ DocumentTemplate#titleProperty in class DocumentTemplate

: stored in MySQL as varchar

$ FileTemplate#titleProperty in class FileTemplate

: stored in MySQL as varchar

$ FileTemplate#typeProperty in class FileTemplate

: stored in MySQL as varchar

$ FileTemplate#template_file:Property in class FileTemplate

stored in MySQL as varchar

$ Preview#typeProperty in class Preview
$ ZipImportJob#tmp_folderProperty in class ZipImportJob

: stored in MySQL as varchar

$ ZipImportJob#total_countProperty in class ZipImportJob
$ UserSetting#table_nameProperty in class UserSetting
$ UserSetting#table_auto_propertiesProperty in class UserSetting
$ PushSubscription#table_nameProperty in class PushSubscription
$ PushSubscription#table_auto_propertiesProperty in class PushSubscription
$ EventDocumentation#type:Property in class EventDocumentation

enum login|login_failed|logout|download|page call

$ AggregateDimension#table_nameProperty in class AggregateDimension
$ AggregateDimension#table_auto_propertiesProperty in class AggregateDimension
$ AggregateNumeric#table_nameProperty in class AggregateNumeric
$ AggregateNumeric#table_auto_propertiesProperty in class AggregateNumeric
$ Event#table_nameProperty in class Event
$ Event#table_auto_propertiesProperty in class Event
$ CheckDocumentation#title:Property in class CheckDocumentation

stored in MySQL as varchar

$ NodeDocumentation#title:Property in class NodeDocumentation

stored in MySQL as varchar

$ Check#titleProperty in class Check
$ Result#typeProperty in class Result

Type of influence on system -> Performance, Stability

$ Result#TYPE_STABILITYProperty in class Result
$ Result#TYPE_PERFORMANCEProperty in class Result
$ Result#titleProperty in class Result
TimeCheckClass in namespace XELOS\Modules\SystemStatus\Hook\SystemStatus
$ Check#table_nameProperty in class Check
$ Check#table_auto_propertiesProperty in class Check
$ Node#table_nameProperty in class Node
$ Node#table_auto_propertiesProperty in class Node
$ Model#taskProperty in class Model
$ Model#task_listProperty in class Model
$ Model#task_list_columnProperty in class Model
Model::task() — Method in class Model
Model::task_list() — Method in class Model
Model::task_list_column() — Method in class Model
$ Page#tasks_feedProperty in class Page
Page::tasks_feed() — Method in class Page
$ Ui#taskProperty in class Ui
$ Ui#tasks_listProperty in class Ui
$ RecurringTaskDocumentation#task_idProperty in class RecurringTaskDocumentation
$ RecurringTaskDocumentation#target_list_idProperty in class RecurringTaskDocumentation
$ RecurringTaskDocumentation#target_list_column_idProperty in class RecurringTaskDocumentation
TaskDocumentationClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Task.

$ TaskDocumentation#type:Property in class TaskDocumentation

enum open|closed

$ TaskDocumentation#title:Property in class TaskDocumentation

stored in MySQL as varchar

$ ShowTasksShowPortlet#title_lengthProperty in class ShowTasksShowPortlet
$ RecurringTask#table_nameProperty in class RecurringTask
$ RecurringTask#table_auto_propertiesProperty in class RecurringTask
$ RecurringTask#table_use_group_idProperty in class RecurringTask
TaskClass in namespace XELOS\Modules\SystemTasks\Model
$ Task#table_nameProperty in class Task
$ Task#table_use_group_idProperty in class Task
$ Task#table_auto_propertiesProperty in class Task
$ Task#typeProperty in class Task

'open', 'closed'

$ Task#titleProperty in class Task
Task::toggle_type() — Method in class Task
TaskListClass in namespace XELOS\Modules\SystemTasks\Model
$ TaskList#table_nameProperty in class TaskList
$ TaskList#table_use_group_idProperty in class TaskList
$ TaskList#table_auto_propertiesProperty in class TaskList
$ TaskList#titleProperty in class TaskList
$ TaskList#typeProperty in class TaskList
TaskListColumnClass in namespace XELOS\Modules\SystemTasks\Model
$ TaskListColumn#table_nameProperty in class TaskListColumn
$ TaskListColumn#table_use_group_idProperty in class TaskListColumn
$ TaskListColumn#table_auto_propertiesProperty in class TaskListColumn
$ TaskListColumn#titleProperty in class TaskListColumn
TasksFeedPageClass in namespace XELOS\Modules\SystemTasks\Page
SystemTasksController::toggle_task() — Method in class SystemTasksController

Toggle Task Status

TaskCestClass in namespace XELOS\Modules\SystemTasks\Tests\Codeception\Phantom

Class CategoryCest

TaskTestClass in namespace XELOS\Modules\SystemTasks\Tests\Codeception\Unit

Class CategoryTest

$ TaskTest#testerProperty in class TaskTest
TaskTest::testInstanceIsAvailable() — Method in class TaskTest

Basic instance existence test

TaskTest::testCheckTask() — Method in class TaskTest
TaskTest::taskPropertiesProvider() — Method in class TaskTest
$ ResultPanel#title_lengthProperty in class ResultPanel
TaskClass in namespace XELOS\Modules\SystemTasks\UI
TasksListClass in namespace XELOS\Modules\SystemTasks\UI
$ ConfigUser#titleProperty in class ConfigUser

Title of the tab

$ ConfigUser#tab_idProperty in class ConfigUser

Tab ID

$ PushClient#type:Property in class PushClient

enum ios|android|winphone|blackberry|unknown

$ Model#TagProperty in class Model
$ Model#TagDocumentProperty in class Model
Model::Tag() — Method in class Model
Model::TagDocument() — Method in class Model
TagDocumentationClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Tag.

$ TagDocumentation#tag_text:Property in class TagDocumentation

stored in MySQL as varchar

TaggingControllerDocumentationClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

TagClass in namespace XELOS\Modules\Tagging\Model
$ Tag#table_nameProperty in class Tag

var string Table name for this model

$ Tag#table_use_group_idProperty in class Tag
$ Tag#table_auto_propertiesProperty in class Tag
TagDocumentClass in namespace XELOS\Modules\Tagging\Model
$ TagDocument#table_nameProperty in class TagDocument

var string Table name for this model

$ TagDocument#table_use_group_idProperty in class TagDocument
$ TagDocument#table_auto_propertiesProperty in class TagDocument
$ TagDocument#tag_idProperty in class TagDocument
TaggingControllerClass in namespace XELOS\Modules\Tagging

Tagging Helper provides system-wide tagging capabilities

TranslateActionClass in namespace XELOS\Modules\Translation\Action
TranslateAction::translate() — Method in class TranslateAction
$ Action#translateProperty in class Action
Action::translate() — Method in class Action
$ Model#translationProperty in class Model
$ Model#translation_documentProperty in class Model
$ Model#translation_feedbackProperty in class Model
$ Model#translation_jobProperty in class Model
Model::translation() — Method in class Model
Model::translation_document() — Method in class Model
Model::translation_feedback() — Method in class Model
Model::translation_job() — Method in class Model
$ Page#testProperty in class Page
Page::test() — Method in class Page
TranslationDocumentDocumentationClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model TranslationDocument.

TranslationDocumentationClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Translation.

TranslationFeedbackDocumentationClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model TranslationFeedback.

$ TranslationFeedbackDocumentation#target_language:Property in class TranslationFeedbackDocumentation

stored in MySQL as varchar

TranslationJobDocumentationClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\Model

This file provides property and method documentation for the model TranslationJob.

$ TranslationJobDocumentation#target_model:Property in class TranslationJobDocumentation

enum translation_document|translation|translation_feedback

$ TranslationJobDocumentation#target_idProperty in class TranslationJobDocumentation
$ TranslationJobDocumentation#target_language:Property in class TranslationJobDocumentation

stored in MySQL as varchar

TranslationControllerDocumentationClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

TranslationExceptionClass in namespace XELOS\Modules\Translation\Exception
TranslateProcessorClass in namespace XELOS\Modules\Translation\Hook\Doclink

Class TranslateProcessor

TranslateProcessor::translate() — Method in class TranslateProcessor
TranslateDocumentSearchPreprocessorClass in namespace XELOS\Modules\Translation\Hook\Search

Is triggered when a document_index is created or modified. Check if the translation API has to be called.

TranslationInProgressFrontendHookClass in namespace XELOS\Modules\Translation\Hook\System

Class TranslationInProgressMultiplex

$ BaseTranslationApi#target_languageProperty in class BaseTranslationApi
$ BaseTranslationApi#translated_contentProperty in class BaseTranslationApi
BaseTranslationApi::translate() — Method in class BaseTranslationApi

Translates content to target language. Possible errors should be added to the error array.

Deepl::translate() — Method in class Deepl
Google::translate() — Method in class Google
TransperfectClass in namespace XELOS\Modules\Translation\Lib\Api
Transperfect::translate() — Method in class Transperfect
$ CommonOperationsTrait#TRANSLATED_CONTENT_PROPERTY_STARTProperty in class CommonOperationsTrait
TranslationClass in namespace XELOS\Modules\Translation\Model

Class Translation

$ Translation#table_nameProperty in class Translation
$ Translation#table_auto_propertiesProperty in class Translation
TranslationDocumentClass in namespace XELOS\Modules\Translation\Model

Class TranslationDocument

$ TranslationDocument#table_nameProperty in class TranslationDocument
$ TranslationDocument#table_auto_propertiesProperty in class TranslationDocument
TranslationFeedbackClass in namespace XELOS\Modules\Translation\Model

Class Translation

$ TranslationFeedback#table_nameProperty in class TranslationFeedback
$ TranslationFeedback#table_auto_propertiesProperty in class TranslationFeedback
TranslationJobClass in namespace XELOS\Modules\Translation\Model

Class Translation

$ TranslationJob#table_nameProperty in class TranslationJob
$ TranslationJob#table_auto_propertiesProperty in class TranslationJob
TestPageClass in namespace XELOS\Modules\Translation\Page

Pages for the GECKO registration process.

TranslationControllerHelperClass in namespace XELOS\Modules\Translation\Tests\Codeception\Support\Helper
TranslationControllerTestClass in namespace XELOS\Modules\Translation\Tests\Codeception\Unit

Class TranslationControllerTest

$ TranslationControllerTest#testerProperty in class TranslationControllerTest
$ TranslationControllerTest#translationHelperProperty in class TranslationControllerTest
TranslationControllerTest::testInstanceIsAvailable() — Method in class TranslationControllerTest

Basic instance test

TranslationControllerTest::testIsValidTranslationModelName() — Method in class TranslationControllerTest

Basic function test

TranslationControllerTest::testIsValidLocale() — Method in class TranslationControllerTest
TranslationControllerTest::translationModelnameProvider() — Method in class TranslationControllerTest
TranslationControllerTest::testProcessDaemonOndemand() — Method in class TranslationControllerTest

Complex test of main translation functionality and mocked API (instance setting: ondemand = true)

TranslationControllerTest::testProcessDaemonDefault() — Method in class TranslationControllerTest

Complex test of main translation functionality and mocked API (instance setting: ondemand = false)

TranslationControllerTest::testGetTranslated() — Method in class TranslationControllerTest

Test to run through the core functionality of the translation Module.

TranslationControllerClass in namespace XELOS\Modules\Translation
$ Model#trendvoteProperty in class Model
Model::trendvote() — Method in class Model
$ Page#trendvotesProperty in class Page
Page::trendvotes() — Method in class Page
$ Ui#trendvoteProperty in class Ui
$ Result#trendvote_idProperty in class Result
TrendvoteClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\Model

This file provides property and method documentation for the model trendvote.

$ Trendvote#title:Property in class Trendvote

stored in MySQL as varchar

$ Trendvote#timing:Property in class Trendvote

stored in MySQL as tinyint

$ File#table_nameProperty in class File
$ File#table_auto_propertiesProperty in class File
$ Scan#table_nameProperty in class Scan
$ Scan#table_auto_propertiesProperty in class Scan
ModelCRUD::translatePropertyType() — Method in class ModelCRUD

Translates between webservice and database types

TypesClass in namespace XELOS\Modules\Webservice\Hook\Base\Service

XSD Types for service method parameters.

$ OAuthClientHook#titleProperty in class OAuthClientHook

Title for this OAuth Client Hook will be used in create modal client

OAuthClient::toArray() — Method in class OAuthClient
$ OpenIDConfiguration#tokenEndpointProperty in class OpenIDConfiguration
$ OauthAccess#table_nameProperty in class OauthAccess
$ OauthAccess#table_use_group_idProperty in class OauthAccess
$ OauthAccess#table_auto_propertiesProperty in class OauthAccess
$ Category#table_nameProperty in class Category
$ Category#table_auto_propertiesProperty in class Category
$ Widget#table_nameProperty in class Widget
$ Widget#table_auto_propertiesProperty in class Widget
$ ActionIntegrationTestBase#TRANSITION_IDENTIFIERProperty in class ActionIntegrationTestBase
$ ActionIntegrationTestBase#transitionProperty in class ActionIntegrationTestBase
ActionMappingIntegrationTest::testMapFixedValues() — Method in class ActionMappingIntegrationTest
ActionStartProcessIntegrationTest::testStartProcesses() — Method in class ActionStartProcessIntegrationTest

Uses the data provider to tests if the corrects process is started exactly once.

WorkflowItemProcessTest::testInstanceIsAvailable() — Method in class WorkflowItemProcessTest

Make sure the instance is installed and available.

WorkflowItemProcessTest::testProcessIsAvailable() — Method in class WorkflowItemProcessTest
WorkflowItemProcessTest::testRunWorkflowProcess() — Method in class WorkflowItemProcessTest

A workflow process is run from start to end with an additional state between the start and the end states.

ActionHeaderFieldsIntegrationTest::testHeaderFields() — Method in class ActionHeaderFieldsIntegrationTest
ActionHeaderFieldsIntegrationTest::testSetTitle() — Method in class ActionHeaderFieldsIntegrationTest
ActionHeaderFieldsIntegrationTest::testSetTitleAndHeaderFields() — Method in class ActionHeaderFieldsIntegrationTest
$ HeaderFieldsActionTest#testerProperty in class HeaderFieldsActionTest
HeaderFieldsActionTest::testProcess() — Method in class HeaderFieldsActionTest

This tests whether the process method sets the rights fields in the

HeaderFieldsActionTest::testGetFieldLabels() — Method in class HeaderFieldsActionTest
$ IndexDaemonPerformance#testerProperty in class IndexDaemonPerformance
IndexDaemonPerformance::testDaemonRun() — Method in class IndexDaemonPerformance

TODO: Some local caches still cause "overlapping" queries TODO: Do a cached and uncached run per step to show effectiveness of caching for this call

$ SurveyDocumentation#title:Property in class SurveyDocumentation

stored in MySQL as varchar

$ Answer#table_auto_propertiesProperty in class Answer
$ Answer#table_nameProperty in class Answer
$ Participant#table_auto_propertiesProperty in class Participant
$ Participant#table_nameProperty in class Participant
$ Survey#table_auto_propertiesProperty in class Survey
$ Survey#table_nameProperty in class Survey

U

$ ActivedirectoryAuthentication#user_detailsProperty in class ActivedirectoryAuthentication
$ AlternativeLoginAuthentication#user_detailsProperty in class AlternativeLoginAuthentication
$ GuestAuthentication#user_idProperty in class GuestAuthentication
$ GuestAuthentication#user_loginProperty in class GuestAuthentication
$ IpAuthentication#user_idProperty in class IpAuthentication
$ LdapAuthentication#user_detailsProperty in class LdapAuthentication
$ MobileAccessAuthentication#user_idProperty in class MobileAccessAuthentication
$ NtlmAuthentication#user_idProperty in class NtlmAuthentication
$ NtlmAuthentication#user_loginProperty in class NtlmAuthentication
$ RadiusAuthentication#user_loginProperty in class RadiusAuthentication
$ SamlAuthentication#user_detailsProperty in class SamlAuthentication
UserDetailsClass in namespace XELOS\Framework\Core\Authentication
$ UserDetails#url_accessProperty in class UserDetails
UninstallClass in namespace XELOS\Framework\Core\Console\Command

Class Uninstall

UpdateClass in namespace XELOS\Framework\Core\Console\Command

Class Update

UserClass in namespace XELOS\Framework\Core\Console\Command

Class User

$ Core#uiProperty in class Core

Access to ui components defined in the class sub-folder ui

Core::user_has_policy() — Method in class Core
Core::user_has_policy_in_groups() — Method in class Core

Return the group_security ids the user has the policy in

Core::user_has_policy_values() — Method in class Core

User has policy values

Core::user_has_access() — Method in class Core

Userrights Check

Core::user_has_access_in_groups() — Method in class Core

Return the group_security ids the user has access to

UserCreationExceptionClass in namespace XELOS\Framework\Core\Exception

Class UserImportException

UserImportExceptionClass in namespace XELOS\Framework\Core\Exception

Class UserImportException

$ VarsTemplate#updated_at:Property in class VarsTemplate

stored in MySQL as timestamp

$ Controller#uiProperty in class Controller
ModulePortlet::update() — Method in class ModulePortlet

is called during update() method of cms component. Can be overwritten in portlet, if there is an action required after a form submit.

$ BackgroundJob#uniquenessKeyProperty in class BackgroundJob
BackgroundJob::updateStatusMessage() — Method in class BackgroundJob

Updates the status message for this job which is being shown in user output (can only be used in execute() function)

BackgroundJob::updateStatusProgress() — Method in class BackgroundJob

Updates the status progress for this job (can only be used in execute() function)

Collection::updateField() — Method in class Collection

Creates an update statement for the scoped collection and executes it.

DocumentModel::update_document_index() — Method in class DocumentModel

updates the related index-item for itself (not global, only for this model!)

ModelCollection::updateDocumentIndexes() — Method in class ModelCollection
ModelCollection::unshift() — Method in class ModelCollection

This function prepends passed elements to the front of the array.

ModelCollection::usort() — Method in class ModelCollection

DESTRUCTIVE This will manipulate the models-list and doesn't return anything!

ScopesTrait::unscope() — Method in class ScopesTrait

Removes all scopes (including Default Scopes)

SortTrait::update_sort() — Method in class SortTrait

Update the sort property for a given table (Move a record up/down)

SetupPage::user_has_access() — Method in class SetupPage

return true if user has access to the setup page and return false if user is denied default: return true

UIAjaxComponentClass in namespace XELOS\Framework\Module\UI

Class UIAjaxComponent

UIComponentClass in namespace XELOS\Framework\Module\UI

Class UIComponent Parent class for all User Interface Helpers (XUI)

$ UIComponent#unique_dom_idProperty in class UIComponent
$ UIComponent#uidProperty in class UIComponent
$ XF#uiProperty in class XF
$ XF#userProperty in class XF
$ DB#usernameProperty in class DB
$ MySQLAdapter#usernameProperty in class MySQLAdapter
MySQLAdapter::update() — Method in class MySQLAdapter

Updates the table using the passed values

Query::unscope() — Method in class Query

Unscope Function to remove specific scopes of the query

Query::unscopeWhere() — Method in class Query

Removes all Where Conditions or the Conditions for a specific field

Query::unscopeFromQuery() — Method in class Query

Removes all scope conditions which are set in the passed Query object (similar to boolean subtract)

$ Lib#user_importProperty in class Lib
$ Cache#user_internal_cacheProperty in class Cache
$ Date#UTC_TO_LOCALProperty in class Date
$ Date#UTC_TO_LOCAL_HOURSProperty in class Date
Date::utc_to_local() — Method in class Date

Converts a UTC timestamp to a LOCAL timestamp

File::unzip() — Method in class File

Unzip and extract files from given source to target path.

GroupSecurity::update_global_group() — Method in class GroupSecurity
GroupSecurity::update_group_member() — Method in class GroupSecurity

Add Member to security Group

$ Mail#userProperty in class Mail
$ Mail#use_tlsProperty in class Mail
$ Modsetup#user_group_to_idProperty in class Modsetup
Modsetup::update_datasource() — Method in class Modsetup
Modsetup::update_shellplugin_dependencies() — Method in class Modsetup

Updates the ShellPlugin registry with the information provided by the module and adds missing integration data

Modsetup::update_tokens() — Method in class Modsetup

Updates all tokens of the specified module in the database

Modsetup::uninstall_instance() — Method in class Modsetup
Modsetup::update_module() — Method in class Modsetup

Update module

Modsetup::update_composer_dependencies() — Method in class Modsetup

Run Composer Shell Command to update dependencies

Modsetup::unset_system_maintenance() — Method in class Modsetup

Return to normal execution. Pages are deleiverd normaly, Crons are executed, Daemons have to be started manually or by cron!

$ NotificationBuilder#userIdProperty in class NotificationBuilder
Policy::users_that_have_policy() — Method in class Policy

Returns all users that have a certain policy parity.

$ Quota#unitProperty in class Quota
$ Quota#usedProperty in class Quota
UserImportClass in namespace XELOS\Framework\XF\Lib

This class handels the import and update of user data

$ UserImport#uniqueIdentifierFieldProperty in class UserImport
Validate::url_id() — Method in class Validate
$ Model#userProperty in class Model
$ Model#user_devicesProperty in class Model
$ Model#user_groupProperty in class Model
$ Model#user_linkProperty in class Model
$ Model#user_logProperty in class Model
$ Model#user_property_logProperty in class Model
$ AuditTrail#user_idProperty in class AuditTrail

User associated with this trail

$ DocumentIndex#user_idProperty in class DocumentIndex
DocumentIndex::updateIndexCache() — Method in class DocumentIndex
DocumentIndex::unmark_document_recent() — Method in class DocumentIndex
DocumentIndex::update_details() — Method in class DocumentIndex

Update the document index with the details from the referenced document model

$ DocumentIndexJobQueue#user_idProperty in class DocumentIndexJobQueue
DocumentIndexJobQueue::updateProcessState() — Method in class DocumentIndexJobQueue

Updates the process state for the given job queue ids.

$ DocumentIndexLock#user_idProperty in class DocumentIndexLock
$ DocumentIndexLock#updated_atProperty in class DocumentIndexLock
DocumentIndexLock::update_visitor() — Method in class DocumentIndexLock

Updates or create entries in the document index lock table. If an entry is already exist the update_at field will be set to actual time.

$ DocumentRegistry#use_groupProperty in class DocumentRegistry

'true', 'false', default 'false'

GlobalConfig::updateConfigVar() — Method in class GlobalConfig

Update Config Variable if it does not exist or value is not correct

$ I18nToken#updated_atProperty in class I18nToken

Updated at

InstanceConfig::updateConfigVar() — Method in class InstanceConfig

Update Config Variable if it does not exist or value is not correct

$ Notification#user_idProperty in class Notification
$ Notification#updated_atProperty in class Notification

Time of last update in DB

ThemeSet::update() — Method in class ThemeSet

Set all dynamic properties

UserClass in namespace XELOS\Framework\XF\System\Model

XELOS System User Model

UserConfigClass in namespace XELOS\Framework\XF\System\Model
UserDevicesClass in namespace XELOS\Framework\XF\System\Model
$ UserDevices#user_idProperty in class UserDevices
$ UserDevices#updated_atProperty in class UserDevices

: stored in MySQL as timestamp

UserGroupClass in namespace XELOS\Framework\XF\System\Model
UserLinkClass in namespace XELOS\Framework\XF\System\Model

Class UserLink

$ UserLink#urlProperty in class UserLink
$ UserLink#updated_atProperty in class UserLink
UserLogClass in namespace XELOS\Framework\XF\System\Model
UserPropertyLogClass in namespace XELOS\Framework\XF\System\Model
UIClass in namespace XELOS\Framework\XF

Class UI

$ UI#use_jsProperty in class UI
$ UI#used_uidsProperty in class UI
UI::unshift_js_block() — Method in class UI
$ AmchartChart#uid_prefixProperty in class AmchartChart
$ AmchartChart#unique_idProperty in class AmchartChart
Form::unset_request_var() — Method in class Form

Removes a certain field from the request array

$ FroalaEditorBuilder#useMentionsProperty in class FroalaEditorBuilder
$ FroalaEditorBuilder#useSubmitOnCtrlEnterProperty in class FroalaEditorBuilder
$ FroalaEditorBuilder#useTagsProperty in class FroalaEditorBuilder
FroalaOption::useClasses() — Method in class FroalaOption

When this options is disabled the edited content will have the external CSS properties converted to inline style.

FroalaOption::username() — Method in class FroalaOption

The name of the user joining the co-editing session. For a content management service, this should be set for each logged-in user based on their credentials. This name will be displayed during real-time co-editing sessions.

Html::ul_list() — Method in class Html
$ Item#updated_atProperty in class Item
$ Tabs#uidProperty in class Tabs
$ Tree#uid_fieldProperty in class Tree
UserImageClass in namespace XELOS\Framework\XF\UI

Class UserImage

$ UserImage#user_idProperty in class UserImage

The user id as integer or the string "current" for the current user as target.

UserLinkClass in namespace XELOS\Framework\XF\UI

Class UserLink

$ UserLink#user_idProperty in class UserLink
Wizard::updateWizardData() — Method in class Wizard

put your comment there.

UserClass in namespace XELOS\Framework\XF

User Object This object stores almost everything you associate with the user it also provides core functions associated with the user such as login,logout

User::user_init() — Method in class User
User::user_exists() — Method in class User

Checks wether a specific user already exists in the user db

User::update_displayname() — Method in class User

Update Displayname

$ View#userProperty in class View
UiClass in namespace XELOS\Modules\AdSync\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ AdCache#updated_at:Property in class AdCache

stored in MySQL as timestamp

$ SynchStatus#user_idProperty in class SynchStatus
$ SynchStatus#updated_at:Property in class SynchStatus

stored in MySQL as timestamp

UploadDocumentProcessorClass in namespace XELOS\Modules\ApiCloudstorage\Hook\Doclink

Class UploadDocumentProcessor

CrmSyncPlugins::updateContactPropertyValues() — Method in class CrmSyncPlugins
OnedriveStorageProvider::uploadAndCreateLink() — Method in class OnedriveStorageProvider

Executes the provider specific file upload from xelos to the remote storage space.

UiClass in namespace XELOS\Modules\AuthSaml\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
UiClass in namespace XELOS\Modules\Calendar\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Calendar#user_idProperty in class Calendar
$ Calendar#updated_at:Property in class Calendar

stored in MySQL as timestamp

$ Event#user_idProperty in class Event
$ Event#updated_at:Property in class Event

stored in MySQL as timestamp

$ Participant#user_idProperty in class Participant
$ Participant#uid:Property in class Participant

stored in MySQL as varchar

$ SyncData#updated_at:Property in class SyncData

stored in MySQL as timestamp

$ SyncSetting#user_idProperty in class SyncSetting
$ SyncSetting#updated_at:Property in class SyncSetting

stored in MySQL as timestamp

UiClass in namespace XELOS\Modules\Cms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Component#updated_at:Property in class Component

stored in MySQL as timestamp

$ History#user_idProperty in class History
$ HistoryComponent#updated_at:Property in class HistoryComponent

stored in MySQL as timestamp

$ HistoryPage#updated_at:Property in class HistoryPage

stored in MySQL as timestamp

$ Page#updated_at:Property in class Page

stored in MySQL as timestamp

$ PageLive#updated_at:Property in class PageLive

stored in MySQL as timestamp

$ CommentsController#uiProperty in class CommentsController
CommentsController::usedResources() — Method in class CommentsController

Fetches all comments from this instance and returns the amount of them in an array format, containing the value and the raw value.

UiClass in namespace XELOS\Modules\Comments\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Comment#user_idProperty in class Comment
$ Comment#updated_at:Property in class Comment

stored in MySQL as timestamp

$ LinkInfo#url:Property in class LinkInfo

stored in MySQL as varchar

$ LinkInfo#updated_at:Property in class LinkInfo

stored in MySQL as timestamp

CrmSync::updateContactPropertyValues() — Method in class CrmSync

Update the properties of the specified contact

UnzipActionClass in namespace XELOS\Modules\DMS\Action

Class UnzipAction

RegistrationAction::unregister_from_event() — Method in class RegistrationAction
$ EventplannerControllerDocumentation#uiProperty in class EventplannerControllerDocumentation
$ Model#user_group_ticket_contingentProperty in class Model
Model::user_group_ticket_contingent() — Method in class Model
UiClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#updated_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

$ EventDocumentation#user_idProperty in class EventDocumentation
$ EventDocumentation#url:Property in class EventDocumentation

stored in MySQL as varchar

$ EventDocumentation#use_workflow:Property in class EventDocumentation

stored in MySQL as tinyint

$ EventDocumentation#updated_at:Property in class EventDocumentation

stored in MySQL as timestamp

$ InvoiceDocumentation#user_idProperty in class InvoiceDocumentation
$ InvoiceDocumentation#updated_at:Property in class InvoiceDocumentation

stored in MySQL as timestamp

$ InvoiceTemplateDocumentation#updated_at:Property in class InvoiceTemplateDocumentation

stored in MySQL as timestamp

$ JobDocumentation#updated_at:Property in class JobDocumentation

stored in MySQL as timestamp

$ ParticipantDocumentation#user_idProperty in class ParticipantDocumentation
$ ParticipantDocumentation#unknown:Property in class ParticipantDocumentation

stored in MySQL as tinyint

$ ParticipantLogDocumentation#user_idProperty in class ParticipantLogDocumentation
$ PriceCategoryDocumentation#updated_at:Property in class PriceCategoryDocumentation

stored in MySQL as timestamp

$ RelatedEventsDocumentation#updated_at:Property in class RelatedEventsDocumentation

stored in MySQL as timestamp

$ TicketDocumentation#updated_at:Property in class TicketDocumentation

stored in MySQL as timestamp

UserGroupTicketContingentDocumentationClass in namespace XELOS\Modules\Eventplanner\Docs\ClassGenerated\Model

This file provides property and method documentation for the model UserGroupTicketContingent.

$ UserGroupTicketContingentDocumentation#user_group_idProperty in class UserGroupTicketContingentDocumentation
$ UserGroupTicketContingentDocumentation#updated_at:Property in class UserGroupTicketContingentDocumentation

stored in MySQL as timestamp

$ EventplannerController#user_statusProperty in class EventplannerController
$ EventplannerController#user_status_classProperty in class EventplannerController
$ EventplannerController#user_status_iconProperty in class EventplannerController
EventplannerController::unregister_from_event() — Method in class EventplannerController
EventplannerController::usedResources() — Method in class EventplannerController

Returns the amount of events, that exist in this instance.

$ InvoiceTemplate#updated_atProperty in class InvoiceTemplate

: stored in MySQL as timestamp

$ Ticket#use_cancelled_flagProperty in class Ticket

A public flag whether or not to automatically use the cancelled field.

UserGroupTicketContingentClass in namespace XELOS\Modules\Eventplanner\Model

Class XELOS\Modules\Eventplanner\Model\UserGroupTicketContingent

SetupPage::user_has_access() — Method in class SetupPage

return true if user has access to the setup page and return false if user is denied default: return true

$ ForumControllerDocumentation#uiProperty in class ForumControllerDocumentation
UiClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#updated_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

$ PostDocumentation#updated_byProperty in class PostDocumentation
$ PostDocumentation#updated_at:Property in class PostDocumentation

stored in MySQL as timestamp

$ ThreadDocumentation#user_idProperty in class ThreadDocumentation
$ ThreadDocumentation#updated_at:Property in class ThreadDocumentation

stored in MySQL as timestamp

$ VotesDocumentation#user_idProperty in class VotesDocumentation
ForumController::usedResources() — Method in class ForumController

Calculate used resources of this instance (by group_id if given) used in Groups Module

UpdateThreadActionClass in namespace XELOS\Modules\Forum\Hook\Workflows
Category::update() — Method in class Category
SetupPage::user_has_access() — Method in class SetupPage
ForumCest::userShouldNotEditCategory() — Method in class ForumCest
ForumCest::userReplyToDiscussionStartedByCreator() — Method in class ForumCest
$ GroupsTasksControllerDocumentation#uiProperty in class GroupsTasksControllerDocumentation
UiClass in namespace XELOS\Modules\GroupsTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaskDocumentation#user_idProperty in class TaskDocumentation
$ TaskDocumentation#updated_at:Property in class TaskDocumentation

stored in MySQL as timestamp

GroupsTasksController::usedResources() — Method in class GroupsTasksController
$ Page#urlaccessProperty in class Page
Page::urlaccess() — Method in class Page
UiClass in namespace XELOS\Modules\Groups\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Group#user_idProperty in class Group
$ Group#url_id:Property in class Group

stored in MySQL as varchar

$ Group#use_template_settings:Property in class Group

stored in MySQL as tinyint

$ Group#updated_at:Property in class Group

stored in MySQL as timestamp

$ Invitation#updated_at:Property in class Invitation

stored in MySQL as timestamp

$ Member#user_idProperty in class Member
$ Newsletter#updated_at:Property in class Newsletter

stored in MySQL as timestamp

$ Pending#user_idProperty in class Pending
$ Pending#updated_at:Property in class Pending

stored in MySQL as timestamp

$ JobQueueControllerDocumentation#uiProperty in class JobQueueControllerDocumentation
UiClass in namespace XELOS\Modules\JobQueue\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ JobDocumentation#user_idProperty in class JobDocumentation
$ JobHistoryDocumentation#user_idProperty in class JobHistoryDocumentation
JobLoader::unserialize() — Method in class JobLoader
Job::updateStatus() — Method in class Job
$ LegalControllerDocumentation#uiProperty in class LegalControllerDocumentation
UiClass in namespace XELOS\Modules\Legal\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ PageDocumentation#updated_at:Property in class PageDocumentation

stored in MySQL as timestamp

$ FormprocessorAction#upload_dirProperty in class FormprocessorAction
$ ListsControllerDocumentation#uiProperty in class ListsControllerDocumentation
UiClass in namespace XELOS\Modules\Lists\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ListDocumentation#user_idProperty in class ListDocumentation
$ ListDocumentation#updated_at:Property in class ListDocumentation

stored in MySQL as timestamp

$ ListItemDocumentation#user_idProperty in class ListItemDocumentation
$ ListItemDocumentation#updated_at:Property in class ListItemDocumentation

stored in MySQL as timestamp

$ ListStatusDocumentation#updated_at:Property in class ListStatusDocumentation

stored in MySQL as timestamp

UserSelectorClass in namespace XELOS\Modules\Lists\Hook\Base\Field
ApiService::update_list_item() — Method in class ApiService
UpdateStatusActionClass in namespace XELOS\Modules\Lists\Hook\Workflows

Workflow action hook to change the value of a field in the list item payload.

ListsController::usedResources() — Method in class ListsController

Represents the amount (as value and raw value, stored in an array) of list items in this instance.

$ ListItem#unique_valueProperty in class ListItem
$ ListItem#user_idProperty in class ListItem
$ ListItem#updated_atProperty in class ListItem

: stored in MySQL as timestamp

$ ListProperties#user_idProperty in class ListProperties

User ID

$ ListProperties#updated_atProperty in class ListProperties

Last update date

$ ListStatus#updated_atProperty in class ListStatus

: stored in MySQL as timestamp

UiClass in namespace XELOS\Modules\Lookbook\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Profile#user_idProperty in class Profile
$ Profile#updated_at:Property in class Profile

stored in MySQL as timestamp

$ ProfileProperty#updated_at:Property in class ProfileProperty

stored in MySQL as timestamp

$ Property#unique:Property in class Property

stored in MySQL as tinyint

$ Property#updated_at:Property in class Property

stored in MySQL as timestamp

LookbookControllerTest::umlautProvider() — Method in class LookbookControllerTest
UiClass in namespace XELOS\Modules\News\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ArticleDocumentation#user_idProperty in class ArticleDocumentation
$ ArticleDocumentation#updated_at:Property in class ArticleDocumentation

stored in MySQL as timestamp

$ CategoryDocumentation#updated_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

$ NewsControllerDocumentation#uiProperty in class NewsControllerDocumentation
NewsController::usedResources() — Method in class NewsController
SetupPage::user_has_access() — Method in class SetupPage

return true if user has access to the setup page and return false if user is denied default: return true

PersonalWorkspaceController::user_has_access() — Method in class PersonalWorkspaceController
UiClass in namespace XELOS\Modules\ReadConfirmation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ConfirmationDocumentation#user_idProperty in class ConfirmationDocumentation
$ ConfirmationDocumentation#updated_at:Property in class ConfirmationDocumentation

stored in MySQL as timestamp

$ DocumentDocumentation#user_idProperty in class DocumentDocumentation
$ DocumentDocumentation#updated_at:Property in class DocumentDocumentation

stored in MySQL as timestamp

$ ReadConfirmationControllerDocumentation#uiProperty in class ReadConfirmationControllerDocumentation
IndexerAction::updateDocumentsByCallback() — Method in class IndexerAction

Mass Update to update a few search index attributes for many documents at once This command will not create new Index entries but only update existing ones

BulkOperationsTrait::updateDocumentsByCallback() — Method in class BulkOperationsTrait

Mass Update to update a few search index attributes for many documents at once This command will not create new Index entries but only update existing ones

UiClass in namespace XELOS\Modules\Search\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ FacetedFilterDocumentation#updated_at:Property in class FacetedFilterDocumentation

stored in MySQL as timestamp

$ SearchHistoryDocumentation#user_idProperty in class SearchHistoryDocumentation
$ SearchHistoryDocumentation#updated_at:Property in class SearchHistoryDocumentation

stored in MySQL as timestamp

$ SearchagentDocumentation#user_idProperty in class SearchagentDocumentation
$ SearchagentDocumentation#updated_at:Property in class SearchagentDocumentation

stored in MySQL as timestamp

$ SearchControllerDocumentation#uiProperty in class SearchControllerDocumentation
UpdateSearchIndexDocumentIndexEventClass in namespace XELOS\Modules\Search\Hook\System
Searchagent::update_agent() — Method in class Searchagent
$ BrowserFile#user_idProperty in class BrowserFile
UiClass in namespace XELOS\Modules\SmartWiki\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ PageDocumentation#updated_user_idProperty in class PageDocumentation
$ PageDocumentation#updated_at:Property in class PageDocumentation

stored in MySQL as timestamp

$ SmartWikiControllerDocumentation#uiProperty in class SmartWikiControllerDocumentation
$ Page#updated_user_idProperty in class Page
$ Page#updated_atProperty in class Page
Page::updateSlug() — Method in class Page

Generates and sets the slug from the title remeber to save the model

Page::update_link_references() — Method in class Page

Updates the page link reference table for all links starting from the current page

SmartWikiController::usedResources() — Method in class SmartWikiController

calculate used resources of this instance (by group_id if given)

UiClass in namespace XELOS\Modules\SystemActionlog\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ DocumentActionHistoryDocumentation#user_idProperty in class DocumentActionHistoryDocumentation
$ DocumentWallItemDocumentation#user_idProperty in class DocumentWallItemDocumentation
$ DocumentWallItemDocumentation#updated_at:Property in class DocumentWallItemDocumentation

stored in MySQL as timestamp

$ EntryDocumentation#user_idProperty in class EntryDocumentation
$ HiddenInstanceDocumentation#user_idProperty in class HiddenInstanceDocumentation
$ SystemActionlogControllerDocumentation#uiProperty in class SystemActionlogControllerDocumentation
$ Main#uiProperty in class Main
$ BackupQueue#updated_at:Property in class BackupQueue

stored in MySQL as timestamp

$ EventTrigger#updated_at:Property in class EventTrigger

stored in MySQL as timestamp

$ InstallQueue#updated_at:Property in class InstallQueue

stored in MySQL as timestamp

UnzipActionClass in namespace XELOS\Modules\SystemDMS\Action

Class UnzipAction

$ WebdavService#unsupported_methodsProperty in class WebdavService
Category::user_has_tree_policy() — Method in class Category

checks for a policy in this category-context

Document::update() — Method in class Document

Updates properties.

Document::unlock() — Method in class Document

Remove all locks from the referenced document

SystemDMSController::usedResources() — Method in class SystemDMSController

Calculates used resources of this instance.

$ Action#unzipProperty in class Action
UiClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Category#updated_atProperty in class Category

: stored in MySQL as timestamp

$ Document#user_idProperty in class Document
$ Document#updated_at:Property in class Document

stored in MySQL as timestamp

$ DocumentHistory#user_idProperty in class DocumentHistory
$ DocumentHistory#updated_atProperty in class DocumentHistory

: stored in MySQL as timestamp

$ DocumentMetaData#updated_at:Property in class DocumentMetaData

stored in MySQL as timestamp

$ DocumentMetaField#updated_atProperty in class DocumentMetaField

: stored in MySQL as timestamp

$ DocumentTemplate#user_idProperty in class DocumentTemplate
$ DocumentTemplate#updated_atProperty in class DocumentTemplate

: stored in MySQL as timestamp

$ FileTemplate#updated_atProperty in class FileTemplate

: stored in MySQL as timestamp

$ Preview#updated_at:Property in class Preview

stored in MySQL as timestamp

$ Report#updated_atProperty in class Report

: stored in MySQL as timestamp

$ ZipImportJob#user_idProperty in class ZipImportJob
$ ZipImportJob#updated_atProperty in class ZipImportJob

: stored in MySQL as timestamp

$ Model#user_settingProperty in class Model
Model::user_setting() — Method in class Model
UiClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ ChannelSettingDocumentation#user_idProperty in class ChannelSettingDocumentation
$ ChannelSettingDocumentation#updated_atProperty in class ChannelSettingDocumentation
UserSettingDocumentationClass in namespace XELOS\Modules\SystemNotification\Docs\ClassGenerated\Model

This file provides property and method documentation for the model UserSetting.

$ UserSettingDocumentation#user_idProperty in class UserSettingDocumentation
$ UserSettingDocumentation#updated_atProperty in class UserSettingDocumentation
$ SystemNotificationControllerDocumentation#uiProperty in class SystemNotificationControllerDocumentation
UpdateFrontendHookClass in namespace XELOS\Modules\SystemNotification\Hooks\System

Class xm_messenger_update_frontend_hook

UserSettingClass in namespace XELOS\Modules\SystemNotification\Model
UiClass in namespace XELOS\Modules\SystemPwa\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ PushSubscriptionDocumentation#user_idProperty in class PushSubscriptionDocumentation
$ PushSubscriptionDocumentation#updated_at:Property in class PushSubscriptionDocumentation

stored in MySQL as timestamp

$ SystemPwaControllerDocumentation#uiProperty in class SystemPwaControllerDocumentation
$ PushSubscription#user_idProperty in class PushSubscription
UiClass in namespace XELOS\Modules\SystemStats\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ AggregateDimensionDocumentation#updated_at:Property in class AggregateDimensionDocumentation

stored in MySQL as timestamp

$ EventDocumentation#userProperty in class EventDocumentation
$ SystemStatsControllerDocumentation#uiProperty in class SystemStatsControllerDocumentation
UiClass in namespace XELOS\Modules\SystemStatus\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CheckDocumentation#updated_at:Property in class CheckDocumentation

stored in MySQL as timestamp

$ NodeDocumentation#updated_at:Property in class NodeDocumentation

stored in MySQL as timestamp

$ SystemStatusControllerDocumentation#uiProperty in class SystemStatusControllerDocumentation
UiClass in namespace XELOS\Modules\SystemTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ RecurringTaskDocumentation#updated_at:Property in class RecurringTaskDocumentation

stored in MySQL as timestamp

$ TaskDocumentation#user_idProperty in class TaskDocumentation
$ TaskDocumentation#updated_at:Property in class TaskDocumentation

stored in MySQL as timestamp

$ SystemTasksControllerDocumentation#uiProperty in class SystemTasksControllerDocumentation
$ Task#user_idProperty in class Task

Last User action by

$ Task#updated_atProperty in class Task

Access via get_* methods

Task::user_displayname() — Method in class Task
$ TaskList#user_idProperty in class TaskList
TaskList::user_can_read() — Method in class TaskList

Checks if the given user has the policy to read the task list.

SystemTasksController::usedResources() — Method in class SystemTasksController

Counts the tasks in this instance and gives back the information as array containing the value (string) and the raw_value (double).

$ ConfigUser#user_idProperty in class ConfigUser

User ID

UiClass in namespace XELOS\Modules\SystemXelosApp\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ PushClient#user_idProperty in class PushClient
$ PushClient#uuid:Property in class PushClient

stored in MySQL as varchar

$ PushClient#updated_at:Property in class PushClient

stored in MySQL as timestamp

Webservice::unregister() — Method in class Webservice

Unregister push client

UiClass in namespace XELOS\Modules\Tagging\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TaggingControllerDocumentation#uiProperty in class TaggingControllerDocumentation
TaggingController::updateTagsForDocument() — Method in class TaggingController

Update Tags associated with a document in XELOS

TranslateAction::updateTranslationCounter() — Method in class TranslateAction

Updates the translation_counter table with info about the translated content

UiClass in namespace XELOS\Modules\Translation\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ TranslationDocumentDocumentation#user_idProperty in class TranslationDocumentDocumentation
$ TranslationDocumentDocumentation#updated_at:Property in class TranslationDocumentDocumentation

stored in MySQL as timestamp

$ TranslationDocumentation#user_idProperty in class TranslationDocumentation
$ TranslationDocumentation#updated_at:Property in class TranslationDocumentation

stored in MySQL as timestamp

$ TranslationFeedbackDocumentation#user_idProperty in class TranslationFeedbackDocumentation
$ TranslationFeedbackDocumentation#updated_at:Property in class TranslationFeedbackDocumentation

stored in MySQL as timestamp

$ TranslationJobDocumentation#updated_at:Property in class TranslationJobDocumentation

stored in MySQL as timestamp

$ TranslationControllerDocumentation#uiProperty in class TranslationControllerDocumentation
$ BaseTranslationApi#urlProperty in class BaseTranslationApi
$ Deepl#urlProperty in class Deepl
UiClass in namespace XELOS\Modules\Trendvote\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ Main#uiProperty in class Main
$ Result#user_idProperty in class Result
$ Result#updated_at:Property in class Result

stored in MySQL as timestamp

$ Trendvote#user_idProperty in class Trendvote
$ Trendvote#updated_at:Property in class Trendvote

stored in MySQL as timestamp

UiClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ FileDocumentation#updated_at:Property in class FileDocumentation

stored in MySQL as timestamp

$ ScanDocumentation#updated_at:Property in class ScanDocumentation

stored in MySQL as timestamp

$ VirusScanControllerDocumentation#uiProperty in class VirusScanControllerDocumentation
UiClass in namespace XELOS\Modules\VueTasks\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ VueTasksControllerDocumentation#uiProperty in class VueTasksControllerDocumentation
UiClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ CategoryDocumentation#updated_at:Property in class CategoryDocumentation

stored in MySQL as timestamp

$ WidgetDocumentation#updated_at:Property in class WidgetDocumentation

stored in MySQL as timestamp

$ WidgetsControllerDocumentation#uiProperty in class WidgetsControllerDocumentation
$ ExampleSurveyControllerDocumentation#uiProperty in class ExampleSurveyControllerDocumentation
UiClass in namespace XELOS\Vendor\Blueend\Modules\ExampleSurvey\Docs\ClassGenerated\MagicHelper

This file provides autocompletion for XELOS modules.

$ AnswerDocumentation#user_idProperty in class AnswerDocumentation
$ ParticipantDocumentation#user_idProperty in class ParticipantDocumentation
$ SurveyDocumentation#user_idProperty in class SurveyDocumentation
$ SurveyDocumentation#updated_at:Property in class SurveyDocumentation

stored in MySQL as timestamp

V

$ Input#vendorProperty in class Input
$ Output#verbosityProperty in class Output
VarsTemplateClass in namespace XELOS\Framework\Core
BackgroundJob::validate() — Method in class BackgroundJob

If the return is false, the job will not be executed.

Model::validate() — Method in class Model
$ SystemDaemon#viewProperty in class SystemDaemon
$ XF#viewProperty in class XF
$ Lib#validateProperty in class Lib
Date::verbose_dayscount() — Method in class Date
Date::verbose_datediff() — Method in class Date
$ Mail#verify_sslProperty in class Mail
$ NotificationBuilder#varsTemplateProperty in class NotificationBuilder
ValidateClass in namespace XELOS\Framework\XF\Lib
DocumentIndexReference::validate() — Method in class DocumentIndexReference

Does this reference fulfill the minimum requirement and does target/attachment allow this level?

Hierarchy::validate() — Method in class Hierarchy
HierarchyUser::validate() — Method in class HierarchyUser

Generic validate Ensures that no user will be assigned as a primary user to two different levels in the same hierarchy context

$ I18nToken#valueProperty in class I18nToken

Value

User::validate() — Method in class User

Validate User Model Changes

UserDevices::validate_auth_token() — Method in class UserDevices

Compares a given auth token with the device auth token.

Form::validate() — Method in class Form
FormCaptcha::validate() — Method in class FormCaptcha
FormColor::validate() — Method in class FormColor
FormComponent::validate() — Method in class FormComponent
FormDate::validate() — Method in class FormDate

Validate

FormDatetime::validate() — Method in class FormDatetime
FormFile::validate() — Method in class FormFile

Validate, Check MimeTypes

FormIconSelect::validate() — Method in class FormIconSelect

Handles the validation for required icon selector fields.

FormMultifile::validate() — Method in class FormMultifile
FormPayment::validate() — Method in class FormPayment

This method is called when the form is submited and checks whether user has payed or not.

FormPolicySelector::validate() — Method in class FormPolicySelector
FormRrule::validate() — Method in class FormRrule
FormTextarea::validate() — Method in class FormTextarea
FormTextbox::validate() — Method in class FormTextbox
FormTextboxList::validate() — Method in class FormTextboxList
FormTileSelection::validate() — Method in class FormTileSelection
FormUserSelector::validate() — Method in class FormUserSelector

Validate field

$ FroalaOption#valueProperty in class FroalaOption
FroalaOption::videoAllowedProviders() — Method in class FroalaOption

The list of video providers allowed to be inserted as URL.

FroalaOption::videoAllowedTypes() — Method in class FroalaOption

The list of video types that are allowed to be uploaded. Although this will restrict uploading other types of files, we strongly recommend you to check the file type on the server too.

FroalaOption::videoDefaultAlign() — Method in class FroalaOption

Sets the default video alignment when it is inserted into the WYSIWYG editor. Possible values are left, center and right.

FroalaOption::videoDefaultDisplay() — Method in class FroalaOption

Sets the default display for videos when they are inserted into the WYSIWYG editor. Possible options are: "inline" and "block".

FroalaOption::videoDefaultWidth() — Method in class FroalaOption

Sets the default width of the video when it is inserted in the rich text editor. Setting it to 0 will not set any width.

FroalaOption::videoEditButtons() — Method in class FroalaOption

The buttons that appear in the edit video popup, when a video is selected.

FroalaOption::videoInsertButtons() — Method in class FroalaOption

The buttons that appear in the insert video popup, when a video is inserted into the WYSIWYG editor.

FroalaOption::videoMaxSize() — Method in class FroalaOption

The maximum video size allowed on upload in bytes. The default value is 30MB. Although this makes an additional check before uploading the video, it is highly recommended to check image size on your server too.

FroalaOption::videoMove() — Method in class FroalaOption

Allows changing the position of the videos by dragging them.

FroalaOption::videoResize() — Method in class FroalaOption

Enable or disable resizing the videos inside the editor.

FroalaOption::videoResponsive() — Method in class FroalaOption

Enable or disable inserting responsive videos in the Froala Editor.

FroalaOption::videoSizeButtons() — Method in class FroalaOption

The buttons that appear in the edit video size popup, when changing the size of a selected video.

FroalaOption::videoSplitHTML() — Method in class FroalaOption

Enables splitting the HTML when inserting a new view.

FroalaOption::videoTextNear() — Method in class FroalaOption

Allows text near a video when it is aligned to the left or to the right. Disabling this option will make the display button for image editor popup unavailable.

FroalaOption::videoUpload() — Method in class FroalaOption

Enable or disable video upload.

FroalaOption::videoUploadMethod() — Method in class FroalaOption

The HTTP video upload request type.

FroalaOption::videoUploadParam() — Method in class FroalaOption

Customize the name of the parameter that contains the video file in the upload request.

FroalaOption::videoUploadParams() — Method in class FroalaOption

Pass additional parameters to the upload request.

FroalaOption::videoUploadToS3() — Method in class FroalaOption

Set the options for video upload to S3. All the fields from the example below are required. Also make sure that you have enabled <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html" title="CORS" target="_blank" rel="nofollow">CORS on Amazon.

Note: uploadURL property can be used instead of bucket and region properties to specify a custom URL from Amazon where to upload the video.

FroalaOption::videoUploadURL() — Method in class FroalaOption

The URL where the videos uploaded by the user are saved. When a video is uploaded, the editor sends the file to the server through a HTTP request. The server should process the data from the file parameter of the request and return a JSON object containing a link field with the link to the uploaded video.

$ HtmlTree#valuesProperty in class HtmlTree
$ HtmlUlList#valuesProperty in class HtmlUlList
$ ProgressBar#valueProperty in class ProgressBar
VCardClass in namespace XELOS\Framework\XF\UI
ViewModeSwitcherClass in namespace XELOS\Framework\XF\UI
$ ViewModeSwitcher#viewmodesProperty in class ViewModeSwitcher
ViewClass in namespace XELOS\Framework\XF

View determines what page-(sub)class (or combinations of) needs to be called

$ Action#viewProperty in class Action
Action::view() — Method in class Action
$ Calendarset#visible_calendars:Property in class Calendarset

stored in MySQL as text

ViewDocumentDetailsClass in namespace XELOS\Modules\DMS\UI

Class ViewDocumentDetails

ViewDocumentLinkClass in namespace XELOS\Modules\DMS\UI

Class ViewDocumentLink

ViewDocumentReadClass in namespace XELOS\Modules\DMS\UI

Class ViewDocumentRead

ViewDocumentTemplateClass in namespace XELOS\Modules\DMS\UI

Class ViewDocumentTemplate

ViewDocumentWriteClass in namespace XELOS\Modules\DMS\UI

Class ViewDocumentWrite

DocviewProcessor::view_count() — Method in class DocviewProcessor
$ InvoiceDocumentation#vatProperty in class InvoiceDocumentation
$ NumberrangeDocumentation#valueProperty in class NumberrangeDocumentation
PostPage::validate_end_date() — Method in class PostPage
$ Model#votesProperty in class Model
Model::votes() — Method in class Model
$ Ui#vote_boxProperty in class Ui
VotesDocumentationClass in namespace XELOS\Modules\Forum\Docs\ClassGenerated\Model

This file provides property and method documentation for the model Votes.

$ VotesDocumentation#vote:Property in class VotesDocumentation

enum up|down

VotesClass in namespace XELOS\Modules\Forum\Model

Class XELOS\Modules\Forum\Model\Votes

$ Step#visiblePostNoProperty in class Step
$ Step#visibleThreadNoProperty in class Step
$ Step#visibleCategoryIdProperty in class Step
VoteBoxClass in namespace XELOS\Modules\Forum\UI

Class XELOS\Modules\Forum\UI\VoteBox

$ Page#viewProperty in class Page
Page::view() — Method in class Page
$ PageDocumentation#versionProperty in class PageDocumentation
Field::validateResource() — Method in class Field

Validates the resources and their bookings.

Resource::validateResource() — Method in class Resource

Validates the resources and their bookings.

Room::validateResource() — Method in class Room

Validates the resources and their bookings.

Ticket::validateResource() — Method in class Ticket

Validates the resources and their bookings.

ListItem::validate() — Method in class ListItem

Tests if the form_identifier is unique and if only 5 facetted fields are selected.

ListProperties::validate() — Method in class ListProperties

Tests if the form_identifier is unique and if only 5 facetted fields are selected.

$ Action#vcard_exportProperty in class Action
Action::vcard_export() — Method in class Action
$ Profile#visible:Property in class Profile

stored in MySQL as tinyint

$ ProfileProperty#value:Property in class ProfileProperty

stored in MySQL as text

$ Property#values:Property in class Property

stored in MySQL as text

ViewArticleReadClass in namespace XELOS\Modules\News\UI
ViewArticleWriteClass in namespace XELOS\Modules\News\UI
$ FacetedFilterDocumentation#visible:Property in class FacetedFilterDocumentation

stored in MySQL as tinyint

$ Ui#view_wiki_readProperty in class Ui
$ Ui#view_wiki_writeProperty in class Ui
$ PageDocumentation#version_idProperty in class PageDocumentation
$ PageHistoryDocumentation#version_idProperty in class PageHistoryDocumentation
$ Page#version_idProperty in class Page
Page::validate() — Method in class Page
ViewWikiReadClass in namespace XELOS\Modules\SmartWiki\UI

Class XELOS\Modules\SmartWiki\UI\ViewWikiRead

ViewWikiWriteClass in namespace XELOS\Modules\SmartWiki\UI

Class XELOS\Modules\SmartWiki\UI\ViewWikiWrite

$ PreviewJob#versionIdProperty in class PreviewJob
Category::validate() — Method in class Category
Document::validate() — Method in class Document

Validate Function for Forms with Document-Models as Target

FormReportSpecification::validate() — Method in class FormReportSpecification

Validate the element Right now, there is no real validation done in this routine, as no scenario comes to mind where a user could accidentally provide invalid input. However, the validate function usually also prepares the REQUEST_VARS value.

ViewDocumentDetailsClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_view_document_details

ViewDocumentLinkClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_view_document_link

ViewDocumentReadClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_view_document_read

ViewDocumentTemplateClass in namespace XELOS\Modules\SystemDMS\UI

This view allows to use document templates in document links, e.g. a News article can get a template

ViewDocumentWriteClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_view_document_write

$ Ui#view_document_detailsProperty in class Ui
$ Ui#view_document_linkProperty in class Ui
$ Ui#view_document_readProperty in class Ui
$ Ui#view_document_templateProperty in class Ui
$ Ui#view_document_writeProperty in class Ui
$ Document#version_idProperty in class Document
$ DocumentHistory#version_idProperty in class DocumentHistory
$ DocumentMetaData#version_idProperty in class DocumentMetaData
$ DocumentMetaData#valueProperty in class DocumentMetaData

: stored in MySQL as text

$ Preview#version_idProperty in class Preview
$ AggregateNumericDocumentation#value:Property in class AggregateNumericDocumentation

stored in MySQL as decimal

Task::validate() — Method in class Task

Validate Form Input

TranslationControllerTest::validLocaleProvider() — Method in class TranslationControllerTest
VirusScanControllerDocumentationClass in namespace XELOS\Modules\VirusScan\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

VirusCheckClass in namespace XELOS\Modules\VirusScan\Hook\SystemStatus

Class VirusCheck

VirusScanControllerClass in namespace XELOS\Modules\VirusScan
VueTasksControllerDocumentationClass in namespace XELOS\Modules\VueTasks\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

VueTasksControllerClass in namespace XELOS\Modules\VueTasks
$ OAuthServerAction#validScopesProperty in class OAuthServerAction
$ AnswerDocumentation#value:Property in class AnswerDocumentation

stored in MySQL as text

W

Input::withCommand() — Method in class Input

Returns a new instance of Input with the given command.

Output::warning() — Method in class Output

Outputs a Success Message

SoftDeleteInterface::withDeleted() — Method in class SoftDeleteInterface
SoftDeleteTrait::withDeleted() — Method in class SoftDeleteTrait
Condition::whereGroup() — Method in class Condition
Condition::whereEqual() — Method in class Condition
Condition::whereNotEqual() — Method in class Condition
Condition::where() — Method in class Condition
Condition::whereNot() — Method in class Condition
Condition::whereRaw() — Method in class Condition
Condition::whereIsNull() — Method in class Condition
Condition::whereIsNotNull() — Method in class Condition
ConditionGroup::whereFromQuery() — Method in class ConditionGroup
Query::where() — Method in class Query

Adds a custom WHERE Condition to the query

Query::whereNot() — Method in class Query

Adds a custom NEGATED WHERE Condition to the query

Query::whereEqual() — Method in class Query

Adds a EQUAL WHERE Condition to the query

Query::whereNotEqual() — Method in class Query

Adds a NEGATED EQUAL WHERE Condition to the query

Query::whereRaw() — Method in class Query

Adds a RAW WHERE Condition to the query

Query::whereCondition() — Method in class Query

Adds a Condition object as condition

Query::whereFromQuery() — Method in class Query

Applies all WHERE conditions of the passed Query object to the current query (Copy)

Format::wiki_parse() — Method in class Format
DatabaseHandler::write() — Method in class DatabaseHandler
DisplayHandler::write() — Method in class DisplayHandler
InMemoryHandler::write() — Method in class InMemoryHandler
Logger::warning() — Method in class Logger
NonpersistentSessionHandler::write() — Method in class NonpersistentSessionHandler
SqlSessionHandler::write() — Method in class SqlSessionHandler
Threading::waitForRunningChildren() — Method in class Threading

Wait's until all child processes have been finished

Yaml::writeYamlFile() — Method in class Yaml
$ Model#wizardProperty in class Model
WizardClass in namespace XELOS\Framework\XF\System\Model
$ Chart#widthProperty in class Chart
$ FormRowRendererMultifieldRow#widthProperty in class FormRowRendererMultifieldRow
FroalaEditorBuilder::withOptions() — Method in class FroalaEditorBuilder

Adds a new option to froala editor.

FroalaEditorBuilder::withMod() — Method in class FroalaEditorBuilder
FroalaEditorBuilder::withDocumentIndex() — Method in class FroalaEditorBuilder
FroalaEditorBuilder::withDocumentSelector() — Method in class FroalaEditorBuilder
FroalaEditorBuilder::withMentions() — Method in class FroalaEditorBuilder
FroalaEditorBuilder::withTags() — Method in class FroalaEditorBuilder

Enables inline #tag Tags incl. autosuggest

FroalaEditorBuilder::withColorsText() — Method in class FroalaEditorBuilder

Add to or replace the color picker colors for text and background color

FroalaEditorBuilder::withSubmitOnCtrlEnter() — Method in class FroalaEditorBuilder

If enabled pressing CTRL+ENTER in the textarea will submit the form

FroalaEditorBuilder::withAllowHTML() — Method in class FroalaEditorBuilder

The Input mode can be full, image-only, none

FroalaEditorBuilder::withToolbarSet() — Method in class FroalaEditorBuilder

Sets the set of toolbar buttons used for editor.

FroalaOption::width() — Method in class FroalaOption

Sets the width of the editing box.

FroalaOption::wordAllowedStyleProps() — Method in class FroalaOption

The list of allowed CSS attributes to be used for tags when pasting from Word.

FroalaOption::wordDeniedAttrs() — Method in class FroalaOption

Attributes that are removed when pasting something into the rich text editor from Word.

FroalaOption::wordDeniedTags() — Method in class FroalaOption

Tags that are removed together with their content when pasting something into the rich text editor from Word.

FroalaOption::wordPasteModal() — Method in class FroalaOption

Show modal to choose if to keep or not styles pasted from Word. If set to false, the default action is to keep the formatting.

FroalaOption::wordPasteKeepFormatting() — Method in class FroalaOption

Choose the default action when wordPasteModal option is enabled.

$ ProgressBar#width_styleProperty in class ProgressBar
$ UserImage#widthProperty in class UserImage

The width of the image in pixel.

WizardClass in namespace XELOS\Framework\XF\UI
$ Wizard#wizardDataProperty in class Wizard
$ CrmSyncPlugins#was_syncedProperty in class CrmSyncPlugins

flag to determine if anything was actually synchronized.

WebdavServiceClass in namespace XELOS\Modules\DMS\Hook\Webdav
$ EventDocumentation#workflow_idProperty in class EventDocumentation
$ ParticipantDocumentation#wf_item_idProperty in class ParticipantDocumentation
$ ListItemDocumentation#workflow_status:Property in class ListItemDocumentation

stored in MySQL as varchar

WorkflowItemTraitClass in namespace XELOS\Modules\Lists\Hook\Workflows
$ ListItem#workflow_statusProperty in class ListItem
$ ItemList#workflowsModProperty in class ItemList
$ ItemList#workflowPayloadsProperty in class ItemList
$ ItemList#workflowItemsProperty in class ItemList
$ ItemList#workflowStatesProperty in class ItemList
$ Article#weblocationProperty in class Article
$ Category#weblocationProperty in class Category
WebdavServiceClass in namespace XELOS\Modules\PersonalWorkspace\Hook\Webdav

Class WebdavService

WorkspaceClass in namespace XELOS\Modules\PersonalWorkspace\Model

Class XELOS\Modules\PersonalWorkspace\Model\xmodel_personal_workspace_workspace

$ PersonalWorkspaceController#workspaceProperty in class PersonalWorkspaceController
$ PageHistoryDocumentation#was_active:Property in class PageHistoryDocumentation

stored in MySQL as tinyint

WikiCestClass in namespace XELOS\Modules\SmartWiki\Tests\Codeception\Acceptance
$ Action#wallProperty in class Action
Action::wall() — Method in class Action
$ Page#wallProperty in class Page
Page::wall() — Method in class Page
$ EntryDocumentation#what:Property in class EntryDocumentation

stored in MySQL as varchar

$ EntryDocumentation#what_params:Property in class EntryDocumentation

stored in MySQL as text

WebdavServiceClass in namespace XELOS\Modules\SystemDMS\Hook\Webdav

Class XELOS\Modules\SystemDMS\Hook\Webdav\xm_system_dms_webdav

WebdavService::write() — Method in class WebdavService

Write File

$ FormReportSpecification#was_validatedProperty in class FormReportSpecification
WhoisonlineShowPortletClass in namespace XELOS\Modules\SystemStats\Hook\Portal
SystemStatusController::writeStatusFile() — Method in class SystemStatusController

Update the _files/system_status.json file which can be used for external systems / monitoring etc. to collect some metrics from the XELOS system.

WebserviceClass in namespace XELOS\Modules\SystemXelosApp\Hook\Webservice
WebserviceControllerClass in namespace XELOS\Modules\Webservice

Class xm_webservice

$ Model#widgetProperty in class Model
Model::widget() — Method in class Model
$ Ui#widgetsProperty in class Ui
WidgetDocumentationClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated\Model

This file provides property and method documentation for the model widget.

WidgetsControllerDocumentationClass in namespace XELOS\Modules\Widgets\Docs\ClassGenerated

This file provides autocompletion for XELOS modules.

WidgetClass in namespace XELOS\Modules\Widgets\Model

Class XELOS\Modules\Widgets\Model\Widget

WidgetListClass in namespace XELOS\Modules\Widgets\UI

Class XELOS\Modules\Widgets\UI\WidgetList

WidgetsControllerClass in namespace XELOS\Modules\Widgets

Class XELOS\Modules\Widgets\WidgetController

WorkflowItemProcessTestClass in namespace XELOS\Modules\Workflows\Tests\Codeception\Integration

Integration test to make sure the workflow process performs the required steps on the item via the transitions.

X

XelosAuthenticationClass in namespace XELOS\Framework\Core\Authentication\Method
$ Core#xf_linkProperty in class Core
XUILinkHelperClass in namespace XELOS\Framework\Core\Helper

Class XUILinkHelper

ObjectManager::xelos_object_manager_init() — Method in class ObjectManager

trait constructor This method have to be called from constructor of each class that uses this trait.

$ ModulePortlet#XFProperty in class ModulePortlet
$ UIAjaxComponent#xui_payloadProperty in class UIAjaxComponent
$ UIComponent#xf_linkProperty in class UIComponent
XFClass in namespace XELOS\Framework

Class xf Singleton Fabric The xf class is used to get access to helpers and instantiate other objects.

$ ExtendedSoapClient#xf_optionsProperty in class ExtendedSoapClient
$ Breadcrumb#xtag_paramsProperty in class Breadcrumb
$ Callback#xtag_paramsProperty in class Callback
$ Carousel#xtag_paramsProperty in class Carousel

Default parameters

$ Chart#xtag_paramsProperty in class Chart
$ Chart#x_axis_labelProperty in class Chart
$ Chart#x_axis_label_verticalProperty in class Chart
$ Chart#x_axis_label_stepsProperty in class Chart
$ Chart#x_axis_interpolationProperty in class Chart

Values that are not within the specified timespan are cropped BUT are used for internal functions

$ Chart#x_axis_date_formatProperty in class Chart

if passed labels are timestamps set this option to date() format string (e.g. 'd.m.Y')

$ Link#xf_link_arrayProperty in class Link
$ Table#xtag_paramsProperty in class Table
$ Tabs#xtag_paramsProperty in class Tabs
$ Translation#xtag_paramsProperty in class Translation
$ Comment#xui_targetProperty in class Comment
XfsDocumentClass in namespace XELOS\Modules\DMS\UI

Class XELOS\Modules\DMS\UI\xui_dms_xfs_document

$ LookbookControllerTest#XFHelperProperty in class LookbookControllerTest
$ PersonalWorkspaceControllerTest#XFHelperProperty in class PersonalWorkspaceControllerTest
XfsDocumentClass in namespace XELOS\Modules\SystemDMS\Model

Class XELOS\Modules\SystemDMS\Model\xm_system_dms_xfs_document

$ CategoryTest#XFHelperProperty in class CategoryTest
$ SystemDMSControllerTest#XFHelperProperty in class SystemDMSControllerTest
$ DocumentTablePanel#xui_tableProperty in class DocumentTablePanel
XfsDocumentClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_xfs_document

$ XfsDocument#xfs_render_typeProperty in class XfsDocument
$ Model#xfs_documentProperty in class Model
Model::xfs_document() — Method in class Model
$ Ui#xfs_documentProperty in class Ui
$ Category#xfs_sourceProperty in class Category

: stored in MySQL as varchar

$ Document#xfs_pathProperty in class Document

: stored in MySQL as varchar

$ DocumentHistory#xfs_pathProperty in class DocumentHistory

: stored in MySQL as varchar

$ TaskTest#XFHelperProperty in class TaskTest
$ TranslationControllerTest#XFHelperProperty in class TranslationControllerTest
xm_webservice_magic_actionClass in namespace XELOS\Modules\Webservice
xm_webservice_magic_modelClass in namespace XELOS\Modules\Webservice

Y

$ Lib#yamlProperty in class Lib
YamlClass in namespace XELOS\Framework\XF\Lib

Class Yaml

$ Calendar#yearProperty in class Calendar
$ Chart#y_axis_labelProperty in class Chart
$ Chart#y_axis_init_scale_valueProperty in class Chart

Use to set an Y-Scale value indipendent from given data array.

Z

FroalaOption::zIndex() — Method in class FroalaOption

The zIndex to set on the editor toolbars and popups.

ZipImportJobClass in namespace XELOS\Modules\DMS\Model

Class ZipImportJob

ZipImportStatusBarClass in namespace XELOS\Modules\DMS\UI

Class ZipImportStatusBar

$ EventDocumentation#zip:Property in class EventDocumentation

stored in MySQL as varchar

$ InvoiceDocumentation#zip:Property in class InvoiceDocumentation

stored in MySQL as varchar

ZipImportJobClass in namespace XELOS\Modules\SystemDMS\Model

Class XELOS\Modules\SystemDMS\Model\xm_system_dms_zip_import_job

ZipImportStatusBarClass in namespace XELOS\Modules\SystemDMS\UI

Class XELOS\Modules\SystemDMS\UI\xui_system_dms_zip_import_status_bar

$ Model#zip_import_jobProperty in class Model
Model::zip_import_job() — Method in class Model
$ Ui#zip_import_status_barProperty in class Ui
ZipImportJobClass in namespace XELOS\Modules\SystemDms\Docs\ClassGenerated\Model

This file provides property and method documentation for the model zip_import_job.

_

ActivedirectoryAuthentication::__construct() — Method in class ActivedirectoryAuthentication
AlternativeLoginAuthentication::__construct() — Method in class AlternativeLoginAuthentication
LdapAuthentication::__construct() — Method in class LdapAuthentication
NtlmAuthentication::__construct() — Method in class NtlmAuthentication
SamlAuthentication::__construct() — Method in class SamlAuthentication
UserDetails::__construct() — Method in class UserDetails

UserDetails constructor.

CommandDefinition::__construct() — Method in class CommandDefinition

CommandDefinition constructor.

CommandSet::__construct() — Method in class CommandSet

CommandSet constructor.

Console::__construct() — Method in class Console

Setup minimal constraints for Console Output and Logging

ConsoleLogger::__construct() — Method in class ConsoleLogger

ConsoleLogger constructor.

CommandNotFoundException::__construct() — Method in class CommandNotFoundException

CommandNotFoundException constructor.

ConsoleException::__construct() — Method in class ConsoleException

ConsoleException constructor.

InvalidArgumentException::__construct() — Method in class InvalidArgumentException

InvalidParameterException constructor.

Table::__construct() — Method in class Table

Table constructor.

Input::__construct() — Method in class Input

Input constructor.

Output::__construct() — Method in class Output

Output constructor.

Output::_parseCLITagsCallback() — Method in class Output
Core::__construct() — Method in class Core
Core::_() — Method in class Core

Gettext Wrapper using current module context for module specific translations

Core::__toString() — Method in class Core
AuthenticationException::__construct() — Method in class AuthenticationException

AuthenticationException constructor.

ContentException::__construct() — Method in class ContentException
LinkContextHelper::__construct() — Method in class LinkContextHelper
LinkContextHelper::__call() — Method in class LinkContextHelper
LinkContextHelper::__get() — Method in class LinkContextHelper
MagicDocumentHelper::__construct() — Method in class MagicDocumentHelper
$ MagicMethodHelper#_skip_errorsProperty in class MagicMethodHelper
MagicMethodHelper::__construct() — Method in class MagicMethodHelper
XUILinkHelper::__construct() — Method in class XUILinkHelper
$ Template#_prerenderedProperty in class Template
$ Template#_raw_markersProperty in class Template
Template::__construct() — Method in class Template

Template constructor.

Template::_render_array_block() — Method in class Template

Internal Render Function

Template::_parse_template_content() — Method in class Template
Template::_parse_template_content_markers() — Method in class Template

Parse for ###Markers###

Template::_parse_template_content_xtags() — Method in class Template

Parse the passed HTML source for xTags and render these xTags

Template::__toString() — Method in class Template
ObjectManager::__isset() — Method in class ObjectManager

Magic method.

ObjectManager::__set() — Method in class ObjectManager

Magic method.

ObjectManager::__get() — Method in class ObjectManager

Magic method.

ObjectManager::__call() — Method in class ObjectManager

Magic method.

VarsTemplate::__construct() — Method in class VarsTemplate

Vars constructor

VarsTemplate::__get() — Method in class VarsTemplate
VarsTemplate::__toString() — Method in class VarsTemplate
Controller::__construct() — Method in class Controller
$ BaseHook#_hook_infoProperty in class BaseHook

Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => ""

$ ModulePortlet#_hook_infoProperty in class ModulePortlet

Information is populated when called via get_hook (default)

ModulePortlet::__construct() — Method in class ModulePortlet

put your comment there.

InstallEvents::__construct() — Method in class InstallEvents

InstallEvents constructor.

$ DocumentModel#_update_document_indexProperty in class DocumentModel
$ Model#_request_cacheProperty in class Model
Model::__construct() — Method in class Model
Model::__get() — Method in class Model
Model::__set() — Method in class Model
Model::__call() — Method in class Model
Model::_call_cached_function() — Method in class Model

Calls the passed function only if it is not cached yet, otherwise the previous cached result will be returned

Model::_scopeGroupId() — Method in class Model

Applies Group ID Filtering

Model::__clone() — Method in class Model

Magic Function Object Cloning Make sure object references are cleaned up as each object requires a clean and separate reference

Model::__toString() — Method in class Model

String Representation of this object (calls for render method)

Model::__isset() — Method in class Model
ModelCollection::__construct() — Method in class ModelCollection

Create new Model Array

ModelCollection::__call() — Method in class ModelCollection

Handle find functions

ModelCollection::_search_by() — Method in class ModelCollection

returns model found by property => value

ModelCollection::__toString() — Method in class ModelCollection
ScopesTrait::_scopeAll() — Method in class ScopesTrait

Global named scope scopeAll to use on models to return an unscoped unloaded collection

ScopesTrait::_scopeDefault() — Method in class ScopesTrait

Load default scopes

ScopesTrait::_scope_by() — Method in class ScopesTrait

Called for scopeby Magic Function Creates a new ModelCollection and applies the passed scope

ScopesTrait::_scope_custom() — Method in class ScopesTrait

Called for scope_ Magic Function Creates a new ModelCollection and applies the passed custom scope function

SoftDeleteTrait::_scopeNotDeleted() — Method in class SoftDeleteTrait
SoftDeleteTrait::_scopeSoftDeleted() — Method in class SoftDeleteTrait
$ StateMachineTrait#_state_machine_field_transitionsProperty in class StateMachineTrait

Array of all fields and their values which have been changed during the last save() call

$ StateMachineTrait#_state_machine_activeProperty in class StateMachineTrait

Has State Machine beein initialized yet (registered event listeners)

$ StateMachineTrait#_state_machine_registered_transitionsProperty in class StateMachineTrait

List of registered transitions which will be checked on field changes

StateMachineTrait::_state_machine_before_save() — Method in class StateMachineTrait

beforeSave Event Handler Identify all properties which will be modified with this call

StateMachineTrait::_state_machine_after_save() — Method in class StateMachineTrait

afterSave Event Handler Process State Machine after Save

SystemDaemon::__construct() — Method in class SystemDaemon

put your comment there.

SystemDaemon::__destruct() — Method in class SystemDaemon
$ UIComponent#_overwrite_param_arrayProperty in class UIComponent
$ UIComponent#_orig_marker_contentProperty in class UIComponent
$ UIComponent#_allowed_params_filterProperty in class UIComponent
$ UIComponent#_contentProperty in class UIComponent

When used in template this property will contain the XML/HTML within the XUI Nodes

UIComponent::__construct() — Method in class UIComponent

UIComponent constructor.

UIComponent::__toString() — Method in class UIComponent
Config::__construct() — Method in class Config
MySQLAdapter::__construct() — Method in class MySQLAdapter

Constructur for Database Wrapper

MySQLAdapter::__sleep() — Method in class MySQLAdapter

PHP __sleep -> Disconnect Server in case of object serialization

MySQLAdapter::__destruct() — Method in class MySQLAdapter

Disconnect Server in case of object destruction

MySQLAdapter::__wakeup() — Method in class MySQLAdapter

PHP __wakeup ->Re-Connect Server in case of object unserialize

Condition::__construct() — Method in class Condition

Condition constructor

Condition::__toString() — Method in class Condition
ConditionGroup::__toString() — Method in class ConditionGroup
Query::__construct() — Method in class Query

Query constructor.

Query::__toString() — Method in class Query

Returns a String representation (SQL Query String) - depending on the defaultStringReturn setting this may be the whole SQL or only the WHERE condition SQL

Lib::__construct() — Method in class Lib

Lib constructor.

Ajax::__construct() — Method in class Ajax
Browser::__construct() — Method in class Browser

Constructor

Cache::__construct() — Method in class Cache
Connect::__construct() — Method in class Connect
Connect::__get() — Method in class Connect

Magic Function to initialize object on first access of magic properties

Connect::__call() — Method in class Connect

Magic Function If started with underscore the call is handled by the connect call dispatcher, e.g. call Connect Function like ->lib->connect->_send_sms($param1, $param2); Otherwise a standard WebServices call is initiated

ExtendedSoapClient::__construct() — Method in class ExtendedSoapClient

CustomSOAPClient Constructor

ExtendedSoapClient::__doRequest() — Method in class ExtendedSoapClient

Executes a curl request with given params.

RemoteFunctionMapper::__construct() — Method in class RemoteFunctionMapper

Store available functions and full function references

RemoteFunctionMapper::__call() — Method in class RemoteFunctionMapper

Call function using parent connect object

Convert::__construct() — Method in class Convert
Debug::__construct() — Method in class Debug
SlimTimer::_slimtime() — Method in class SlimTimer
Error::__construct() — Method in class Error

Constructur for Error Log/Helper

Export::__construct() — Method in class Export
File::__construct() — Method in class File
File::__destruct() — Method in class File
Filehandler::__construct() — Method in class Filehandler

Filehandler constructor.

Foaf::__construct() — Method in class Foaf

Constructur for Error Log/Helper

Format::__construct() — Method in class Format
Format::_text_pre_parse_links() — Method in class Format
Format::_link_parse_markdown() — Method in class Format
Format::_link_parse() — Method in class Format

Parse links

GroupSecurity::__construct() — Method in class GroupSecurity
CsvImport::__construct() — Method in class CsvImport

CsvImport constructor.

FakeData::__construct() — Method in class FakeData
$ Link#_viewProperty in class Link
$ Link#_pageProperty in class Link
$ Link#_cmdProperty in class Link
$ Link#_navidProperty in class Link
$ Link#_paramsProperty in class Link
Link::__construct() — Method in class Link

Link constructor.

DefaultFormatter::__construct() — Method in class DefaultFormatter

DefaultFormatter constructor.

HandlerFactory::__construct() — Method in class HandlerFactory

StreamHandlerFactory constructor.

InMemoryHandler::__construct() — Method in class InMemoryHandler

InMemoryStreamHandler constructor.

GlobalContext::__invoke() — Method in class GlobalContext
StreamHandlerFactory::__construct() — Method in class StreamHandlerFactory

StreamHandlerFactory constructor.

Mail::__construct() — Method in class Mail
MarkdownExtraParser::_doImages_reference_callback() — Method in class MarkdownExtraParser
MarkdownExtraParser::_doImages_inline_callback() — Method in class MarkdownExtraParser
MarkdownExtraParser::_doAnchors_reference_callback() — Method in class MarkdownExtraParser
MarkdownExtraParser::_doAnchors_inline_callback() — Method in class MarkdownExtraParser
Modsetup::__construct() — Method in class Modsetup
Policy::_cb_sort_policy_clusters_by_row_count_desc() — Method in class Policy

Helper callback for the create_policy_clusters Method, sorting the found clusters based on the number of rows (policies) they contain.

Privacy::__construct() — Method in class Privacy
Quota::__construct() — Method in class Quota

Quota constructor.

Quota::__toString() — Method in class Quota
Request::__construct() — Method in class Request

Request constructor.

SecureEvalClass::__construct() — Method in class SecureEvalClass
Session::__construct() — Method in class Session

Session constructor.

NonpersistentSessionHandler::__construct() — Method in class NonpersistentSessionHandler
RedisSessionHandler::__construct() — Method in class RedisSessionHandler

redis_session_handler constructor.

SqlSessionHandler::__construct() — Method in class SqlSessionHandler

sql_session_handler constructor.

Sort::__construct() — Method in class Sort

Constructor

SqlNestedSet::__construct() — Method in class SqlNestedSet

SqlNestedSet constructor.

Ssl::__construct() — Method in class Ssl
Text::__construct() — Method in class Text
TyeDiff::__construct() — Method in class TyeDiff
Token::__construct() — Method in class Token

Token constructor

TokenCollection::__construct() — Method in class TokenCollection
System::__construct() — Method in class System

System constructor.

DocumentIndex::__construct() — Method in class DocumentIndex
DocumentIndex::_cb_get_related_document() — Method in class DocumentIndex
DocumentIndex::__sleep() — Method in class DocumentIndex
DocumentIndex::__wakeup() — Method in class DocumentIndex
User::_scopeActive() — Method in class User

Scope to only active Users

User::__construct() — Method in class User
UI::__construct() — Method in class UI

UI constructor.

AjaxContainer::__construct() — Method in class AjaxContainer

AjaxContainer constructor.

$ AmchartBar#_graphsProperty in class AmchartBar
$ AmchartBar#_format_category_as_dateProperty in class AmchartBar
$ AmchartChart#_chartProperty in class AmchartChart
$ AmchartChart#_dataProperty in class AmchartChart
$ AmchartChart#_lib_pathProperty in class AmchartChart
$ AmchartChart#_processedProperty in class AmchartChart
$ AmchartChart#_heightProperty in class AmchartChart
AmchartChart::__construct() — Method in class AmchartChart

UIComponent constructor.

AmchartChart::_add_system_colors() — Method in class AmchartChart
AmchartChart::_add_theme() — Method in class AmchartChart
AmchartChart::_add_animation_time() — Method in class AmchartChart
AmchartChart::_apply_chart_options() — Method in class AmchartChart

Applies all set chart options to the chart before rendering

$ Breadcrumb#_overwrite_param_arrayProperty in class Breadcrumb
Calendar::__construct() — Method in class Calendar

UIComponent constructor.

Calendar::__set() — Method in class Calendar

Magic setter. Enables call of setter functions via

$ Callback#_overwrite_param_arrayProperty in class Callback

All parameters of the xtag are written into $xtag_params, so they can be passed to the called instance

$ Carousel#_overwrite_param_arrayProperty in class Carousel

Default parameters array name

$ Chart#_overwrite_param_arrayProperty in class Chart
Chart::__construct() — Method in class Chart

Construct new Chart Object

$ Css#_contentProperty in class Css
DocLink::__construct() — Method in class DocLink

DocLink constructor.

DocLink::__toString() — Method in class DocLink
Form::__construct() — Method in class Form
FormEditor::__construct() — Method in class FormEditor
FormBase::__construct() — Method in class FormBase

FormBase constructor.

FormDocument::_cb_handle_new_document() — Method in class FormDocument
FormFile::__construct() — Method in class FormFile

FormFile constructor.

FormMultifile::__construct() — Method in class FormMultifile

FormBase constructor.

FormPolicySelector::_cb_sort_user_id_by_displayname() — Method in class FormPolicySelector

Helper Method that sorts the user array alphabetically after the users displayname

FormPolicySelector::_cb_sort_group_id_by_label() — Method in class FormPolicySelector

Helper Method that sorts the user array alphabetically after the users displayname

FormRowRenderer::__construct() — Method in class FormRowRenderer

FormBase constructor.

FormRowRenderer::__set() — Method in class FormRowRenderer
FormRowRenderer::__get() — Method in class FormRowRenderer
FormStaticValue::__construct() — Method in class FormStaticValue

FormBase constructor.

FroalaEditorBuilder::__construct() — Method in class FroalaEditorBuilder

FroalaEditorBuilder constructor.

FroalaInsertGroup::__construct() — Method in class FroalaInsertGroup

FroalaInsertGroup constructor.

FroalaOption::__construct() — Method in class FroalaOption

FroalaOption constructor.

HtmlColumnList::__set() — Method in class HtmlColumnList
HtmlGeneric::__construct() — Method in class HtmlGeneric

Constructor

HtmlGeneric::__set() — Method in class HtmlGeneric

setter for beeing able to collect all params setted by xTag for transfering to link object in render function

HtmlTree::__set() — Method in class HtmlTree
HtmlUlList::__set() — Method in class HtmlUlList
Image::__construct() — Method in class Image

Constructor

Image::__set() — Method in class Image

setter for beeing able to collect all params setted by xTag for transfering to link object in render function

Import::__construct() — Method in class Import
Instance::__construct() — Method in class Instance

UIComponent constructor.

Instance::__set() — Method in class Instance

option setter, only valid options will be catched

Item::__get() — Method in class Item
Link::__construct() — Method in class Link

Constructor

Link::__set() — Method in class Link

setter for beeing able to collect all params setted by xTag for transfering to link object in render function

Paging::__construct() — Method in class Paging
Portlet::__construct() — Method in class Portlet

UIComponent constructor.

Portlet::__set() — Method in class Portlet

option setter, only valid options will be set.

QRCode::__construct() — Method in class QRCode
QRCode::__set() — Method in class QRCode

Setter for beeing able to collect all params setted by xTag for transfering to link object in render function

$ Table#_overwrite_param_arrayProperty in class Table
Table::__construct() — Method in class Table
Table::_add_col_callback_to_q() — Method in class Table

Schedule Add Callback to Table Col (Will transform an existing col)

$ TableEditor#_overwrite_param_arrayProperty in class TableEditor
TableEditor::__construct() — Method in class TableEditor
TableRow::__construct() — Method in class TableRow
$ Tabs#_overwrite_param_arrayProperty in class Tabs
Tabs::__construct() — Method in class Tabs

UIComponent constructor.

$ TimeLine#_chartProperty in class TimeLine
TimeLine::__construct() — Method in class TimeLine

Construct

TimeLineRow::__construct() — Method in class TimeLineRow

TimeLineRow constructor.

$ Translation#_overwrite_param_arrayProperty in class Translation

All parameters of the xtag are written into $xtag_params, so they can be passed to the called instance

Tree::__construct() — Method in class Tree
UserImage::__set() — Method in class UserImage

Support for xui template usage.

$ UserLink#_contentProperty in class UserLink
UserLink::__construct() — Method in class UserLink

UserLink constructor.

VCard::__construct() — Method in class VCard

UIComponent constructor.

ViewModeSwitcher::__construct() — Method in class ViewModeSwitcher

UIComponent constructor.

Wizard::__construct() — Method in class Wizard

UIComponent constructor.

User::__destruct() — Method in class User

MAGIC Destructor is called when script execution ends

User::__sleep() — Method in class User

Called upon serialize

User::__wakeup() — Method in class User

Called upon deserialize

LdapAction::__construct() — Method in class LdapAction
SystemCron::__construct() — Method in class SystemCron
AdSyncTest::_before() — Method in class AdSyncTest
AdSyncTest::_after() — Method in class AdSyncTest
ApiCloudstorageDocumentBrowser::__construct() — Method in class ApiCloudstorageDocumentBrowser

PersonalWorkspaceDocumentBrowser constructor.

CrmSyncPlugins::__construct() — Method in class CrmSyncPlugins
Main::__construct() — Method in class Main
Board::__construct() — Method in class Board

Board constructor.

BoardComment::__construct() — Method in class BoardComment

BoardComment constructor.

Editor::__construct() — Method in class Editor

Editor constructor.

$ CrmSync#_crm_contact_idProperty in class CrmSync
$ CrmSync#_crm2src_mapProperty in class CrmSync
CrmDocumentBrowser::__construct() — Method in class CrmDocumentBrowser

CrmDocumentBrowser constructor.

DMSController::__construct() — Method in class DMSController

XELOS\Modules\DMS\xm_dms constructor.

EventplannerController::__construct() — Method in class EventplannerController
EventplannerUpcomingShowPortlet::__construct() — Method in class EventplannerUpcomingShowPortlet

put your comment there.

SystemCron::__construct() — Method in class SystemCron
Date::__construct() — Method in class Date

UIComponent constructor.

Details::__construct() — Method in class Details

UIComponent constructor.

RecentShowPortlet::__construct() — Method in class RecentShowPortlet

put your comment there.

Category::__construct() — Method in class Category
SystemCron::__construct() — Method in class SystemCron
CreatorRole::__construct() — Method in class CreatorRole
ModeratorRole::__construct() — Method in class ModeratorRole
Step::__construct() — Method in class Step
CalendarLinkGetEvents::__construct() — Method in class CalendarLinkGetEvents
GroupsDocumentBrowser::__construct() — Method in class GroupsDocumentBrowser

GroupsDocumentBrowser constructor.

InvalidClassException::__construct() — Method in class InvalidClassException
JobScheduler::__construct() — Method in class JobScheduler

JobScheduler constructor.

TestJob::__construct() — Method in class TestJob
SystemDaemon::__construct() — Method in class SystemDaemon

Initialize Instances

SystemDaemon::_threadShutdown() — Method in class SystemDaemon

Handle Logging of Fatal Errors and add Log-Entry to Job

JobUIStatus::__construct() — Method in class JobUIStatus

UIComponent constructor.

ListsGanttShowPortlet::__construct() — Method in class ListsGanttShowPortlet

put your comment there.

ListsPortletShowPortlet::__construct() — Method in class ListsPortletShowPortlet

put your comment there.

ListProperties::__toString() — Method in class ListProperties

String Representation of this object (calls for render method)

ListProperties::__construct() — Method in class ListProperties
ItemOverviewPage::_page_overview() — Method in class ItemOverviewPage
LookbookControllerTest::_inject() — Method in class LookbookControllerTest

Inject stuff

LookbookControllerTest::_before() — Method in class LookbookControllerTest

Executed before every test method

FullShowPortlet::__construct() — Method in class FullShowPortlet

put your comment there.

RSSShowPortlet::__construct() — Method in class RSSShowPortlet

put your comment there.

RecentShowPortlet::__construct() — Method in class RecentShowPortlet

put your comment there.

Article::__construct() — Method in class Article
Category::__construct() — Method in class Category
NewsController::__call() — Method in class NewsController

Magic method.

NewsController::__get() — Method in class NewsController

Magic method.

NewsController::_cb_table_action() — Method in class NewsController
PersonalWorkspaceDocumentBrowser::__construct() — Method in class PersonalWorkspaceDocumentBrowser

PersonalWorkspaceDocumentBrowser constructor.

PersonalWorkspaceControllerTest::_inject() — Method in class PersonalWorkspaceControllerTest
PersonalWorkspaceControllerTest::_before() — Method in class PersonalWorkspaceControllerTest
ReadConfirmationShowPortlet::__construct() — Method in class ReadConfirmationShowPortlet

put your comment there.

ReadConfirmationController::__construct() — Method in class ReadConfirmationController
ElasticSearchAdapter::_create_index() — Method in class ElasticSearchAdapter

Create Index Structure

ElasticSearchAdapter::_reindex() — Method in class ElasticSearchAdapter

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html

QueryBuilder::__construct() — Method in class QueryBuilder
Field::__construct() — Method in class Field
AgentPortletShowPortlet::__construct() — Method in class AgentPortletShowPortlet
PortletSearchShowPortlet::__construct() — Method in class PortletSearchShowPortlet
SearchDocumentBrowser::__construct() — Method in class SearchDocumentBrowser

SearchDocumentBrowser constructor.

SearchCheck::__construct() — Method in class SearchCheck
DocumentElasticsearch::__construct() — Method in class DocumentElasticsearch

DocumentElasticsearch constructor.

SearchagentPage::_cb_searchagent_get_result_count() — Method in class SearchagentPage
SearchIndexContentRecord::__construct() — Method in class SearchIndexContentRecord

SearchIndexRecord is always based on the respective document_index

SearchIndexRecord::__construct() — Method in class SearchIndexRecord

SearchIndexRecord is always based on the respective document_index

SearchUpdateRecord::__construct() — Method in class SearchUpdateRecord
SystemCron::__construct() — Method in class SystemCron
AbstractBrowserItem::__get() — Method in class AbstractBrowserItem

Template property via method access support

SystemCron::__construct() — Method in class SystemCron
WikiCest::_before() — Method in class WikiCest
DocumentIndexDaemonLegacy::__construct() — Method in class DocumentIndexDaemonLegacy

DocumentIndexDaemonLegacy constructor.

DocumentIndexDaemonThreaded::__construct() — Method in class DocumentIndexDaemonThreaded

DocumentIndexDaemonThreaded constructor.

SystemCron::__construct() — Method in class SystemCron
SystemDaemon::__construct() — Method in class SystemDaemon

Initialize Instances

PortletActionShowPortlet::__construct() — Method in class PortletActionShowPortlet

XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_action_portlet constructor.

PortletFolderhierarchyShowPortlet::__construct() — Method in class PortletFolderhierarchyShowPortlet

XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_folderhierarchy_portlet constructor.

PortletFolderviewShowPortlet::__construct() — Method in class PortletFolderviewShowPortlet

XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_folderview_portlet constructor.

PortletNavigatorShowPortlet::__construct() — Method in class PortletNavigatorShowPortlet

XELOS\Modules\SystemDMS\Hook\Portal\xm_system_dms_navigator_portlet constructor.

SystemDMSBrowserFile::__construct() — Method in class SystemDMSBrowserFile

SystemDMSBrowserFile constructor.

SystemDMSBrowserFolder::__construct() — Method in class SystemDMSBrowserFolder

SystemDMSBrowserFolder constructor.

SystemDMSDocumentBrowser::__construct() — Method in class SystemDMSDocumentBrowser

SystemDMSDocumentBrowser constructor.

PreviewJob::__construct() — Method in class PreviewJob
$ Document#_loadProperty in class Document
Document::__construct() — Method in class Document

Constructor

XfsDocument::__construct() — Method in class XfsDocument

Construct

XfsDocument::_cb_retrieve_doc() — Method in class XfsDocument
ReportPage::_cb_overview_format_specification() — Method in class ReportPage

Render the specifications in the overview table: return a simple information about how many filters have been found

CategoryService::__construct() — Method in class CategoryService

CategoryService constructor.

SystemCron::__construct() — Method in class SystemCron

XELOS\Modules\SystemDMS\xsc_system_dms constructor.

CategoryCest::_before() — Method in class CategoryCest
CategoryTest::_inject() — Method in class CategoryTest
CategoryTest::_before() — Method in class CategoryTest
SystemDMSControllerTest::_inject() — Method in class SystemDMSControllerTest
SystemDMSControllerTest::_before() — Method in class SystemDMSControllerTest
DocumentPage::_cb_document_lock_status() — Method in class DocumentPage
DocumentTablePanel::_cb_document_table_template_value() — Method in class DocumentTablePanel
DocumentTablePanel::_cb_document_table_thumb() — Method in class DocumentTablePanel

Create a thumbnail of a given document Used as a callback by the table

DocumentTablePanel::_cb_document_trash_table_title_link() — Method in class DocumentTablePanel
DocumentTablePanel::_cb_document_table_title_link() — Method in class DocumentTablePanel

Format the Name of a document in a table, adding a link to it

DocumentTablePanel::_cb_document_table_actions() — Method in class DocumentTablePanel

Add additional actions for a document to the document table

DocumentTablePanel::_cb_document_table_trash_actions() — Method in class DocumentTablePanel
Explorer::_cb_files_name() — Method in class Explorer

Formats the name of a file, adding a link to it

Explorer::_cb_files_category_id() — Method in class Explorer

Formats the category_id in the table to show the category's name instead

Explorer::_cb_files_actions() — Method in class Explorer

Formats the document's action, adding a link to the context menu with the document actions.

ViewDocumentDetails::_cb_get_file_data() — Method in class ViewDocumentDetails
$ DocumentHistory#_indexProperty in class DocumentHistory
SettingsConfigUser::__construct() — Method in class SettingsConfigUser
SystemCron::__construct() — Method in class SystemCron
$ AggregateNumericDocumentation#_primaryProperty in class AggregateNumericDocumentation
WhoisonlineShowPortlet::__construct() — Method in class WhoisonlineShowPortlet

put your comment there.

CollectorData::__construct() — Method in class CollectorData
CollectorDimension::__construct() — Method in class CollectorDimension

CollectorDimension constructor.

SystemCron::__construct() — Method in class SystemCron
Result::__construct() — Method in class Result
CacheCheck::__construct() — Method in class CacheCheck
ClamavCheck::__construct() — Method in class ClamavCheck
ConnectionCheck::__construct() — Method in class ConnectionCheck
CronCheck::__construct() — Method in class CronCheck
DaemonCheck::__construct() — Method in class DaemonCheck
DatabaseCheck::__construct() — Method in class DatabaseCheck
DiskCheck::__construct() — Method in class DiskCheck
DocumentIndexCheck::__construct() — Method in class DocumentIndexCheck
LicenseCheck::__construct() — Method in class LicenseCheck
RepoCheck::__construct() — Method in class RepoCheck
TimeCheck::__construct() — Method in class TimeCheck
Check::__construct() — Method in class Check
$ MinimalPage#_core_checksProperty in class MinimalPage
SystemCron::__construct() — Method in class SystemCron
GroupListHelper::__construct() — Method in class GroupListHelper
AddTaskShowPortlet::__construct() — Method in class AddTaskShowPortlet

put your comment there.

ShowTasksShowPortlet::__construct() — Method in class ShowTasksShowPortlet

XELOS\Modules\SystemTasks\Hook\Portal\ShowTasksShowPortlet constructor.

SystemCron::__construct() — Method in class SystemCron

Initialize Instances

TaskTest::_inject() — Method in class TaskTest
TaskTest::_before() — Method in class TaskTest
ResultPanel::_cb_group_task_link() — Method in class ResultPanel

Task Title Link for Table View

ResultPanel::_cb_group_task_list() — Method in class ResultPanel
CloudShowPortlet::__construct() — Method in class CloudShowPortlet

put your comment there.

SystemCron::__construct() — Method in class SystemCron
ApiCheck::__construct() — Method in class ApiCheck
SystemDaemon::__construct() — Method in class SystemDaemon

Initialize Instances

TranslationControllerTest::_inject() — Method in class TranslationControllerTest
TranslationControllerTest::_before() — Method in class TranslationControllerTest
FileDeleteJob::__construct() — Method in class FileDeleteJob
SystemCron::__construct() — Method in class SystemCron
VirusScanController::__construct() — Method in class VirusScanController
VueTasksController::__construct() — Method in class VueTasksController
Service::__call() — Method in class Service

Checks if a callback is defined on the Method and calls it.

Method::__construct() — Method in class Method

Method constructor.

ParameterObject::__construct() — Method in class ParameterObject
OAuthClientCheck::__construct() — Method in class OAuthClientCheck
OAuthClient::__construct() — Method in class OAuthClient

OAuthClient constructor.

OpenIDConfiguration::__construct() — Method in class OpenIDConfiguration

OpenIDConfiguration constructor.

ActionIntegrationTestBase::_before() — Method in class ActionIntegrationTestBase

Clears the cache and the IM cache, deletes all workflow items and sets the instance variables.

WorkflowItemProcessTest::_before() — Method in class WorkflowItemProcessTest
HeaderFieldsActionTest::_before() — Method in class HeaderFieldsActionTest
HeaderFieldsActionTest::_after() — Method in class HeaderFieldsActionTest
IndexDaemonPerformance::_before() — Method in class IndexDaemonPerformance
CmsSimplePortletShowPortlet::__construct() — Method in class CmsSimplePortletShowPortlet

put your comment there.