Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7056162
Operation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
Operation.php
View Options
<?php
namespace
Caxy\HtmlDiff
;
class
Operation
{
public
$action
;
public
$startInOld
;
public
$endInOld
;
public
$startInNew
;
public
$endInNew
;
public
function
__construct
(
$action
,
$startInOld
,
$endInOld
,
$startInNew
,
$endInNew
)
{
$this
->
action
=
$action
;
$this
->
startInOld
=
$startInOld
;
$this
->
endInOld
=
$endInOld
;
$this
->
startInNew
=
$startInNew
;
$this
->
endInNew
=
$endInNew
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 12, 3:18 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851204
Default Alt Text
Operation.php (456 B)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment