Page MenuHomePhorge

MFilterTestHelper.php
No OneTemporary

MFilterTestHelper.php

<?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

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)

Event Timeline