|
| $id = 0 |
|
| $version = '' |
|
| $name = '' |
|
| $short_name = '' |
|
| $status |
|
| $languages = '' |
|
| $charset = '' |
|
| $force_secure = '0' |
|
| $created |
|
| $created_userid |
|
| $updated |
|
| $updated_userid |
|
| $published |
|
| $published_userid |
|
| $status_changed |
|
| $status_changed_userid |
|
| $_is_cacheable = FALSE |
|
| $vars = Array() |
|
| $_available_keywords = Array() |
|
| $data_path_suffix = '' |
|
| $data_path = '' |
|
| $data_path_public = '' |
|
| $_ser_attrs = FALSE |
|
| _preCreateCheck (Array &$link) |
|
| _createAdditional (Array &$link) |
|
| _abortCreate ($trigger_level_changed=FALSE, $linkid=0) |
|
| _loadVars () |
|
| _getName ($short_name=FALSE, $contextid=NULL) |
|
| _getKeywordReplacement ($keyword) |
|
| _checkPermissionAccess ($perm, $assetids=Array(), $only_workflow=TRUE) |
|
| makeAndSaveInitialWebPath ($path, $parent_link=NULL) |
|
__construct |
( |
|
$assetid = 0 | ) |
|
static execute |
( |
|
$settings, |
|
|
& |
$state |
|
) |
| |
|
static |
Execute this action Returns an array of data about what it did, or false on error
- Parameters
-
array | $settings | the stored settings for this action |
array | &$state | the state that describes the asset the action is executing on |
- Returns
- mixed array|boolean public
Definition at line 124 of file trigger_action_join_user_group_for_session.inc.
static getInterface |
( |
|
$settings, |
|
|
|
$prefix, |
|
|
|
$write_access = FALSE |
|
) |
| |
|
static |
Get the HTML editing interface for this action. Returns the string instead of printing it
- Parameters
-
array | $settings | settings that this condition saves in processInterface() |
string | $prefix | unique prefix |
boolean | $write_access | determines whether the interface is editable |
- Returns
- boolean public
Definition at line 55 of file trigger_action_join_user_group_for_session.inc.
static processInterface |
( |
& |
$settings, |
|
|
|
$request_data |
|
) |
| |
|
static |
Function that handles the conversion of interface to settings together with settings it is expected to populate the hash object
- Parameters
-
array | &$settings | a container for any data the action might want to save |
string | $request_data | array of data corresponding to this action as specified by the $prefix in getInterface. |
- Returns
- boolean public
Definition at line 104 of file trigger_action_join_user_group_for_session.inc.
The documentation for this class was generated from the following file: