Lines Matching refs:value1
36 function __construct($value1 , $value2)
38 $this->member1 = $value1;
48 function __construct($value1 , $value2 , $value3)
50 parent::__construct($value1 , $value2);
64 function __construct($value1 , $value2)
66 $this->member1 = $value1;
76 function __construct($value1 , $value2 , $value3)
78 parent::__construct($value1 , $value2);
92 function __construct($value1 , $value2)
94 $this->member1 = $value1;
104 function __construct($value1 , $value2 , $value3)
106 parent::__construct($value1 , $value2);
120 function __construct($value1 , $value2 , $value3)
122 $this->member1 = $value1;
133 function __construct($value1 , $value2 , $value3 , $value4)
135 parent::__construct($value1 , $value2 , $value3);