ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
buildPhar.php File Reference

Go to the source code of this file.

Variables

if(ini_get('phar.readonly')) $pharName = 'Matrix.phar'
 
 $sourceDir = __DIR__ . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR
 
 $metaData
 
 if (file_exists( $pharName))
 
 $phar = new Phar($pharName, null, 'Matrix')
 

Variable Documentation

◆ $metaData

$metaData
Initial value:
= array(
'Author' => 'Mark Baker <mark@lange.demon.co.uk>',
'Description' => 'PHP Class for working with Matrix numbers',
'Copyright' => 'Mark Baker (c) 2013-' . date('Y'),
'Timestamp' => time(),
'Version' => '0.1.0',
'Date' => date('Y-m-d')
)

Definition at line 18 of file buildPhar.php.

Referenced by ilScormAiccDataSet\getExtendedXmlRepresentation().

◆ $phar

$phar = new Phar($pharName, null, 'Matrix')

Definition at line 36 of file buildPhar.php.

◆ $pharName

if (ini_get( 'phar.readonly')) $pharName = 'Matrix.phar'

Definition at line 12 of file buildPhar.php.

◆ $sourceDir

$sourceDir = __DIR__ . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR

◆ if

if(file_exists($pharName))

Definition at line 28 of file buildPhar.php.