|
Stud.IP
2.4 Revision 48548
|
Data Structures | |
| class | Compressor |
| class | Configuration |
| class | Exception |
| class | Packager |
Functions | |
| packageAll ($configFile=NULL, $outputDir=NULL) | |
| includePackages ($packager, $packages) | |
| shouldPackage () | |
| packageAsIndividualURLs ($packager, $package) | |
| packageAsCompressedURL ($packager, $package) | |
| Studip\Squeeze\includePackages | ( | $packager, | |
| $packages | |||
| ) |
Include a single squeeze package depending on as individual script elements or as a single one containing the squeezed source code of all files comprising the package.
| Packager | $packager | the packager instance to use |
| array | $packages | an array containing the names of packages |

| Studip\Squeeze\packageAll | ( | $configFile = NULL, |
|
$outputDir = NULL |
|||
| ) |
Write all packages specified in $configFile to $outputDir. The default $outputDir is "$STUDIP_BASE_PATH/config/assets.yml"
| string | $configFile | path to the config file |
| string | $outputDir | path to the output directory |

| Studip\Squeeze\packageAsCompressedURL | ( | $packager, | |
| $package | |||
| ) |
Include a single squeeze package as a single one containing the squeezed source code of all files comprising the package.
| Packager | $packager | the packager instance to use |
| string | $package | the name of a package |

| Studip\Squeeze\packageAsIndividualURLs | ( | $packager, | |
| $package | |||
| ) |
Include a single squeeze package as individual script elements.
| Packager | $packager | the packager instance to use |
| string | $package | the name of a package |

| Studip\Squeeze\shouldPackage | ( | ) |
