Propel API
Class

BuildPropelGenPEARPackageTask

class BuildPropelGenPEARPackageTask extends MatchingTask

Methods

init()

void main()

Main entry point.

array getFileSets()

Used by the PEAR_PackageFileManager_PhingFileSet lister.

FileSet createFileSet()

Nested creator, creates a FileSet for this task

void setVersion(string $v)

Set the version we are building.

void setState(string $v)

Set the state we are building.

void setNotes(string $v)

Sets release notes field.

void setDir(PhingFile $f)

Sets "dir" property from XML.

setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Details

at line 55
public init()

at line 114
public void main()

Main entry point.

Return Value

void

Exceptions

BuildException

at line 193
public array getFileSets()

Used by the PEAR_PackageFileManager_PhingFileSet lister.

Return Value

array FileSet[]

at line 207
public FileSet createFileSet()

Nested creator, creates a FileSet for this task

Return Value

FileSet The created fileset object

at line 219
public void setVersion(string $v)

Set the version we are building.

Parameters

string $v

Return Value

void

at line 229
public void setState(string $v)

Set the state we are building.

Parameters

string $v

Return Value

void

at line 239
public void setNotes(string $v)

Sets release notes field.

Parameters

string $v

Return Value

void

at line 248
public void setDir(PhingFile $f)

Sets "dir" property from XML.

Parameters

PhingFile $f

Return Value

void

at line 256
public setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Parameters

PhingFile $f