Class: ItemEditItemPluginTestToolkit
Source Location: /modules/core/test/phpunit/ItemEditItemPluginTest.class
Class ItemEditItemPluginTestToolkit
Inherited Properties, Constants, and Methods
Methods
void mergeOperations(
$operation1,
$args1,
$operation2,
$args2
)
|
|
Parameters:
|
$operation1: |
|
|
$args1: |
|
|
$operation2: |
|
|
$args2: |
|
API Tags:
See: | GalleryToolkit::mergeOperations
Dummy operation |
Redefinition of:
- GalleryToolkit::mergeOperations()
- Merge two operations together in an intelligent way. The end result of
void performOperation(
$mimeType,
$operationName,
$sourceFilename,
$destFilename,
$parameters, [
$context = array()]
)
|
|
Parameters:
|
$mimeType: |
|
|
$operationName: |
|
|
$sourceFilename: |
|
|
$destFilename: |
|
|
$parameters: |
|
|
$context: |
|
API Tags:
See: | GalleryToolkit::performOperation
Dummy operation |
Redefinition of:
- GalleryToolkit::performOperation()
- Perform a certain operation
|
|