Property | Type | Description | |
---|---|---|---|
$name | string | ||
$path | string | ||
$value | mixed |
Method | Description | |
---|---|---|
__construct ( string $op, stdClass $operation ) | ||
getName ( ) : string | ||
getPath ( ) : string | ||
getValue ( ) : mixed | ||
perform ( string $targetDocument ) : mixed |
Method | Description | |
---|---|---|
assertMandatories ( stdClass $operation ) | Guard the mandatory operation properties | |
getPointerParts ( ) : array |
public __construct ( string $op, stdClass $operation ) | ||
$op | string | |
$operation | stdClass |
abstract protected assertMandatories ( stdClass $operation ) | ||
$operation | stdClass | The operation structure. |