ChangeOperation
extends BaseOperation
in package
The original PHP version of this code was written by Geoffrey T. Dairiki <dairiki@dairiki.org>, and is used/adapted with his permission.
Copyright 2004 Geoffrey T. Dairiki dairiki@dairiki.org Copyright 2004-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $final : mixed
- $orig : mixed
- These will turn non-public at some point
- __construct() : mixed
- getFinal() : mixed
- getOrig() : mixed
- nfinal() : int
- norig() : int
- reverse() : OperationInterface
Properties
$final
public
mixed
$final
$orig
These will turn non-public at some point
public
mixed
$orig
Methods
__construct()
public
__construct(mixed $orig, mixed $final) : mixed
Parameters
- $orig : mixed
- $final : mixed
Return values
mixed —getFinal()
public
getFinal() : mixed
Return values
mixed —getOrig()
public
getOrig() : mixed
Return values
mixed —nfinal()
public
nfinal() : int
Return values
int —norig()
public
norig() : int
Return values
int —reverse()
public
reverse() : OperationInterface