CMS
Version 3.9
check_progress.inc
Go to the documentation of this file.
1
<?php
2
3
Fakoli::using
(
"process"
);
4
5
$id
= $_GET[
"id"
];
6
7
$mgr
=
new
ProcessManager
(
$id
);
8
9
$progress
=
new
ProgressData
();
10
11
$progress
->status =
$mgr
->get(
"status"
);
12
$progress
->message =
$mgr
->get(
"message"
);
13
$progress
->percentage =
$mgr
->get(
"percentage"
);
14
15
echo
$progress
->toJSON();
16
?>
$mgr
$mgr
Definition:
check_progress.inc:7
$progress
$progress
Definition:
check_progress.inc:9
$id
$id
Definition:
check_progress.inc:5
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
ProcessManager
Provides a central management class for event handlers and common functionality for the process compo...
Definition:
process_manager.inc:46
ProgressData
Definition:
progress_data.inc:9
code
cms.sonjara.com
cms
components
process
handlers
check_progress.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1