Gets or sets an array of AfterPackageUpload event handlers.
public function &getAfterPackageUpload() { } public function setAfterPackageUpload($value) { }
Type: array
The string containing the name of AfterPackageUpload event handler or an array of handler names.
This event fires when the current package was uploaded successfully.
A boolean value (true
or false
). If event handler returns false
, the upload process stops and the Progress event is fired with error code 18
.