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 113
public void main()

Main entry point.

Return Value

void

at line 191
public array getFileSets()

Used by the PEAR_PackageFileManager_PhingFileSet lister.

Return Value

array FileSet[]

at line 205
public FileSet createFileSet()

Nested creator, creates a FileSet for this task

Return Value

FileSet The created fileset object

at line 216
public void setVersion(string $v)

Set the version we are building.

Parameters

string $v

Return Value

void

at line 226
public void setState(string $v)

Set the state we are building.

Parameters

string $v

Return Value

void

at line 236
public void setNotes(string $v)

Sets release notes field.

Parameters

string $v

Return Value

void

at line 245
public void setDir(PhingFile $f)

Sets "dir" property from XML.

Parameters

PhingFile $f

Return Value

void

at line 253
public setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Parameters

PhingFile $f