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 192
public array getFileSets()

Used by the PEAR_PackageFileManager_PhingFileSet lister.

Return Value

array FileSet[]

at line 206
public FileSet createFileSet()

Nested creator, creates a FileSet for this task

Return Value

FileSet The created fileset object

at line 217
public void setVersion(string $v)

Set the version we are building.

Parameters

string $v

Return Value

void

at line 227
public void setState(string $v)

Set the state we are building.

Parameters

string $v

Return Value

void

at line 237
public void setNotes(string $v)

Sets release notes field.

Parameters

string $v

Return Value

void

at line 246
public void setDir(PhingFile $f)

Sets "dir" property from XML.

Parameters

PhingFile $f

Return Value

void

at line 254
public setDestFile(PhingFile $f)

Sets the file to use for generated package.xml

Parameters

PhingFile $f