Method |
Description |
|
__construct ( Components_Output $output ) |
Constructor. |
|
addChange ( string $entry, string $changes ) : null |
Add a change log entry to CHANGES |
|
changes ( string $log, string $directory, array $options ) : null |
Update CHANGES file. |
|
changesFileExists ( string $dir ) : string | boolean |
Indicates if there is a CHANGES file for this component. |
|
getChangelog ( string $root, string $directory ) : string | null |
Returns the link to the change log. |
|
packageXml ( string $log, Horde_Pear_Package_Xml $xml, string $file, array $options ) : null |
Update package.xml file. |
|