Method | Description | |
---|---|---|
addPatch ( |
Append Patches to the list. | |
getPatches ( ) : |
Placeholder for holding array of patch objects | |
removePatch ( |
Remove Patches from the list. | |
setPatches ( |
Placeholder for holding array of patch objects | |
toJSON ( integer $options ) : mixed | string | As PatchRequest holds the array of Patch object, we would override the json conversion to return a json representation of array of Patch objects. |
public getPatches ( ) : |
||
return |
public removePatch ( |
||
$patch |
public setPatches ( |
||
$patches |