Открытые члены | |
__construct ($id=0) | |
fill () | |
fillActions () | |
save () | |
delete () | |
setFromArray (array $values) | |
setActionsFromArray (array $values) | |
getActions () | |
__call ($name, $arguments) | |
setEventCount ($n) | |
getEventCount () | |
send () | |
Открытые статические члены | |
static | checkConditions ($id) |
Защищенные статические члены | |
static | getAgentName ($id) |
Защищенные данные | |
$data | |
$eventCount = 0 | |
@method int getId() @method boolean getActive() @method string getName() @method string getAuditTypeId() @method string getItemId() @method int getUserId() @method string getRemoteAddr() @method string getUserAgent() @method string getRequestUri() @method int getCheckInterval() @method int getAlertCount() @method Main\Type\DateTime getDateChecked() @method $this setActive($arg) @method $this setName($arg) @method $this setAuditTypeId($arg) @method $this setItemId($arg) @method $this setUserId($arg) @method $this setRemoteAddr($arg) @method $this setUserAgent($arg) @method $this setRequestUri($arg) @method $this setCheckInterval($arg) @method $this setAlertCount($arg) @method $this setDateChecked($arg)
См. определение в файле notification.php строка 42
__construct | ( | $id = 0 | ) |
Creates (wake-ups) a notification object.
int | $id |
См. определение в файле notification.php строка 51
__call | ( | $name, | |
$arguments ) |
It's magic...
string | $name | |
array | $arguments |
Main |
SystemException
@noinspection PhpUndefinedMethodInspection
См. определение в файле notification.php строка 213
|
static |
Agent function.
int | $id | Notification ID |
См. определение в файле notification.php строка 249
delete | ( | ) |
Deletes data from DB.
См. определение в файле notification.php строка 112
fill | ( | ) |
Fills data from DB.
См. определение в файле notification.php строка 66
fillActions | ( | ) |
Fills the actions collection from DB.
См. определение в файле notification.php строка 77
getActions | ( | ) |
|
staticprotected |
getEventCount | ( | ) |
См. определение в файле notification.php строка 239
save | ( | ) |
send | ( | ) |
Sends the notification via its actions.
См. определение в файле notification.php строка 314
setActionsFromArray | ( | array | $values | ) |
Sets actions from an array.
array | $values |
См. определение в файле notification.php строка 160
setEventCount | ( | $n | ) |
setFromArray | ( | array | $values | ) |
Sets values from an array.
array | $values |
См. определение в файле notification.php строка 130
|
protected |
См. определение в файле notification.php строка 44
|
protected |
См. определение в файле notification.php строка 45