CSStagingQueueUtils
in package
Helper class with various utility methods for the StagingQueue
Tags
Table of Contents
- getOperationForType() : string
- Retrieves the operation type for a given record type and CRUD type.
Methods
getOperationForType()
Retrieves the operation type for a given record type and CRUD type.
public
static getOperationForType([string $sRecordType = '' ][, string $sCRUDType = CSExportStagingUtils::OPERATION_UPDATE ]) : string
Parameters
- $sRecordType : string = ''
-
The record type.
- $sCRUDType : string = CSExportStagingUtils::OPERATION_UPDATE
-
The CRUD type (default: 'update').
Tags
Return values
string —The operation for the given record type and CRUD type.
