classes/phing/tasks/ext/phar/PharPackageTask.php
Package task for {@link http://ru.php.net/manual/en/book.phar.php Phar technology}.
This is very closely based on the ANT class of the same name.
- Extends from
- \MatchingTask
- author
- Alexey Shockov
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext
- since
- 2.4.0
- version
- $Revision: 532 $
Properties
Methods



createFileSet(
)
:
\FileSet
Returns
| Type |
Description |
| \FileSet |
|



createMetadata(
)
:
\PharMetadata
Returns
| Type |
Description |
| \PharMetadata |
|



setAlias(
$alias
)
:
Parameters
| Name |
Type |
Description |
| $alias |
|
|



setBaseDir(
\PhingFile $baseDirectory
)
:
Parameters
| Name |
Type |
Description |
| $baseDirectory |
\PhingFile |
|



setCliStub(
\PhingFile $stubFile
)
:
Parameters
| Name |
Type |
Description |
| $stubFile |
\PhingFile |
|



setCompression(
string $compression
)
:
Parameters
| Name |
Type |
Description |
| $compression |
string |
|



setDestFile(
\PhingFile $destinationFile
)
:
Parameters
| Name |
Type |
Description |
| $destinationFile |
\PhingFile |
|



setSignature(
string $algorithm
)
:
Parameters
| Name |
Type |
Description |
| $algorithm |
string |
|



setStub(
string $stubPath
)
:
Parameters
| Name |
Type |
Description |
| $stubPath |
string |
|



setWebStub(
\PhingFile $stubFile
)
:
Parameters
| Name |
Type |
Description |
| $stubFile |
\PhingFile |
|