Méthode | Description | |
---|---|---|
addError ( string $message ) : void | Add new error message to the batch | |
addFailures ( integer $num = 1 ) : void | Increment failure count | |
addSuccesses ( integer $num = 1 ) : void | Set an item (or items) as successfully upgraded | |
getErrors ( ) : array | Get error messages | |
getFailureCount ( ) | Get count of failures within the current batch | |
getSuccessCount ( ) | Get count of successfully upgraded items within the current batch |
public addFailures ( integer $num = 1 ) : void | ||
$num | integer | Number of items (defaults to 1) |
Résultat | void |
public addSuccesses ( integer $num = 1 ) : void | ||
$num | integer | Amount if items (defaults to one) |
Résultat | void |
public getFailureCount ( ) |
public getSuccessCount ( ) |