Lines Matching refs:value2
36 function __construct($value1 , $value2)
39 $this->var2 = $value2;
48 function __construct($value1 , $value2 , $value3)
50 parent::__construct($value1 , $value2);
64 function __construct($value1 , $value2)
67 $this->var2 = $value2;
76 function __construct($value1 , $value2 , $value3)
78 parent::__construct($value1 , $value2);
92 function __construct($value1 , $value2)
95 $this->var2 = $value2;
104 function __construct($value1 , $value2 , $value3)
106 parent::__construct($value1 , $value2);
120 function __construct($value1 , $value2 , $value3)
123 $this->member2 = $value2;
133 function __construct($value1 , $value2 , $value3 , $value4)
135 parent::__construct($value1 , $value2 , $value3);