Lines Matching refs:value2
34 function __construct($value1 , $value2)
37 $this->var2 = $value2;
46 function __construct($value1 , $value2 , $value3)
48 parent::__construct($value1 , $value2);
62 function __construct($value1 , $value2)
65 $this->var2 = $value2;
74 function __construct($value1 , $value2 , $value3)
76 parent::__construct($value1 , $value2);
90 function __construct($value1 , $value2)
93 $this->var2 = $value2;
102 function __construct($value1 , $value2 , $value3)
104 parent::__construct($value1 , $value2);
118 function __construct($value1 , $value2 , $value3)
121 $this->member2 = $value2;
131 function __construct($value1 , $value2 , $value3 , $value4)
133 parent::__construct($value1 , $value2 , $value3);