Lines Matching refs:value2
29 function __construct($value1 , $value2)
32 $this->var2 = $value2;
41 function __construct($value1 , $value2 , $value3)
43 parent::__construct($value1 , $value2);
57 function __construct($value1 , $value2)
60 $this->var2 = $value2;
69 function __construct($value1 , $value2 , $value3)
71 parent::__construct($value1 , $value2);
85 function __construct($value1 , $value2)
88 $this->var2 = $value2;
97 function __construct($value1 , $value2 , $value3)
99 parent::__construct($value1 , $value2);
113 function __construct($value1 , $value2 , $value3)
116 $this->member2 = $value2;
126 function __construct($value1 , $value2 , $value3 , $value4)
128 parent::__construct($value1 , $value2 , $value3);