|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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') | |
| $metaData |
Definition at line 18 of file buildPhar.php.
Referenced by ilScormAiccDataSet\getExtendedXmlRepresentation().
| $phar = new Phar($pharName, null, 'Matrix') |
Definition at line 36 of file buildPhar.php.
| if (ini_get( 'phar.readonly')) $pharName = 'Matrix.phar' |
Definition at line 12 of file buildPhar.php.
| $sourceDir = __DIR__ . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR |
Definition at line 15 of file buildPhar.php.
Referenced by ilFileSystemAbstractionStorage\_copyDirectory(), Sabre\DAV\Tree\move(), and ilUtil\rCopy().
| if(file_exists($pharName)) | ( | file_exists( $pharName) | ) |
Definition at line 28 of file buildPhar.php.