PKPImportExportDeployment::addError PHP Method

addError() public method

Add the error message to the processed object ID.
public addError ( $assocType, $assocId, $errorMsg )
$assocType integer ASSOC_TYPE_...
$assocId integer
$errorMsg string
    function addError($assocType, $assocId, $errorMsg)
    {
        $this->_processedObjectsIds[$assocType][$assocId][] = $errorMsg;
    }