Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281904
MFilterTestHelper.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
403 B
Referenced Files
None
Subscribers
None
MFilterTestHelper.php
View Options
<?php
final
class
MFilterTestHelper
extends
Phobject
{
private
$h
;
private
$i
;
private
$j
;
public
function
__construct
(
$h_value
,
$i_value
,
$j_value
)
{
$this
->
h
=
$h_value
;
$this
->
i
=
$i_value
;
$this
->
j
=
$j_value
;
}
public
function
getH
(
)
{
return
$this
->
h
;
}
public
function
getI
(
)
{
return
$this
->
i
;
}
public
function
getJ
(
)
{
return
$this
->
j
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 02:25 (11 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118925
Default Alt Text
MFilterTestHelper.php (403 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment