ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
namespace | PHPExcel |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
$objPHPExcel = new PHPExcel() | |
for ( $i=1;$i< 200;$i++) = 115 | |
Holds the type of the event to listen for. More... | |
$objDrawing = new PHPExcel_Worksheet_HeaderFooterDrawing() | |
$callStartTime = microtime(true) | |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
sprintf ('%.4f', $callTime) | |
memory_get_usage (true)/1024/1024) | |
memory_get_peak_usage (true)/1024/1024) | |
$callEndTime = microtime(true) |
Definition at line 96 of file 04printing.php.
$callStartTime = microtime(true) |
Definition at line 92 of file 04printing.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 97 of file 04printing.php.
$objDrawing = new PHPExcel_Worksheet_HeaderFooterDrawing() |
Definition at line 70 of file 04printing.php.
Referenced by PHPExcel_ReferenceHelper\insertNewBefore(), and PHPExcel_Reader_Excel2007\load().
$objPHPExcel = new PHPExcel() |
Definition at line 43 of file 04printing.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 94 of file 04printing.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 33 of file 04printing.php.
string Name of type of the event to be listened ilEventDetector::for | ( | ) | = 115 |
Holds the type of the event to listen for.
This is a text 'name' of the event. e.g. 'course_event', 'course_join', 'test_event', 'test_finished'... Atm it's unclear what I'll be getting here, this struct should be flexible enough to handle most ideas my colleagues may come up with.
The following fields will end up as columns in the database, allowing the workflow controller to quickly find the workflow/s, which has/have event detectors wired up to listen to the event just raised. This is performance critical and so already taken of early in the development.
Definition at line 58 of file 04printing.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 121 of file 04printing.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 102 of file 04printing.php.
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 100 of file 04printing.php.