mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13817] Add read-only notes to events
PHPBB3-13817
This commit is contained in:
parent
de947d31f6
commit
c0449d31d6
1 changed files with 3 additions and 0 deletions
|
@ -896,6 +896,7 @@ class session
|
||||||
$session_data = $this->data;
|
$session_data = $this->data;
|
||||||
/**
|
/**
|
||||||
* Event to send new session data to extension
|
* Event to send new session data to extension
|
||||||
|
* Read-only event
|
||||||
*
|
*
|
||||||
* @event core.session_create_after
|
* @event core.session_create_after
|
||||||
* @var array session_data Associative array of session keys to be updated
|
* @var array session_data Associative array of session keys to be updated
|
||||||
|
@ -929,6 +930,7 @@ class session
|
||||||
$session_id = $this->session_id;
|
$session_id = $this->session_id;
|
||||||
/**
|
/**
|
||||||
* Event to send session kill information to extension
|
* Event to send session kill information to extension
|
||||||
|
* Read-only event
|
||||||
*
|
*
|
||||||
* @event core.session_kill_after
|
* @event core.session_kill_after
|
||||||
* @var int user_id user_id of the session user.
|
* @var int user_id user_id of the session user.
|
||||||
|
@ -1587,6 +1589,7 @@ class session
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event to send update session information to extension
|
* Event to send update session information to extension
|
||||||
|
* Read-only event
|
||||||
*
|
*
|
||||||
* @event core.update_session
|
* @event core.update_session
|
||||||
* @var array session_data Associative array of session keys to be updated
|
* @var array session_data Associative array of session keys to be updated
|
||||||
|
|
Loading…
Add table
Reference in a new issue