Method |
Description |
|
create ( string $format, array $params ) : array | ZF\ApiProblem\ApiProblemResponse |
Create a package, given a format and options. |
|
createComposerOption ( null | boolean $composer ) : string |
Create the composer option, if any. |
|
createConfigOption ( null | string $config ) : string |
Create the config option, if any. |
|
createModulesOption ( null | array $apis ) : string |
Create and return the --modules option, if any. |
|
createZpkAssetsOption ( null | string $assets ) : string |
Create and return the zpkdata option. |
|
createZpkOptions ( array $params ) : string |
Create and return any ZPK-specific options. |
|
createZpkVersionOption ( null | string $version ) : string |
Create and return the version option. |
|
createZpkXmlOption ( null | string $xml ) : string |
Create and return the deploymentxml option. |
|
fetch ( string $fileId, string $format, Zend\Http\Response $response ) : Zend\Http\Response |
Fetch a generated package. |
|
getPackageFile ( string $fileId, string $format ) : string |
Create the package file name. |
|