Add all the other Event columns to fields

pull/2112/head
Isaac Connor 2018-05-11 10:36:14 -04:00
parent 230a59cd8e
commit b20cb5d0ae
1 changed files with 23 additions and 1 deletions

View File

@ -10,9 +10,31 @@ class Event {
'MonitorId',
'StorageId',
'Name',
'DiskSpace',
'Cause',
'StartTime',
'EndTime',
'Width',
'Height',
'Length',
'Frames',
'AlarmFrames',
'DefaultVideo',
'SaveJPEGs',
'TotScore',
'AvgScore',
'MaxScore',
'Archived',
'Videoed',
'Uploaded',
'Emailed',
'Messages',
'Executed',
'Notes',
'StateId',
'Orientation',
'DiskSpace',
'Scheme',
'Locked',
);
public function __construct( $IdOrRow = null ) {
$row = NULL;