ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
04printing.php File Reference

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)
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 96 of file 04printing.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 92 of file 04printing.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 97 of file 04printing.php.

◆ $objDrawing

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Definition at line 43 of file 04printing.php.

◆ $objWriter

$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')

Definition at line 94 of file 04printing.php.

◆ EOL

getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'

Definition at line 33 of file 04printing.php.

◆ for

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.

Referenced by Core\highlight_text().

◆ memory_get_peak_usage

memory_get_peak_usage(true)/1024/1024) ( true  )

Definition at line 121 of file 04printing.php.

◆ memory_get_usage

memory_get_usage(true)/1024/1024) ( true  )

Definition at line 102 of file 04printing.php.

◆ sprintf

sprintf('%.4f', $callTime) ( '%.4f'  ,
  $callTime 
)

Definition at line 100 of file 04printing.php.