Lines Matching refs:value1
34 function __construct($value1 , $value2)
36 $this->member1 = $value1;
46 function __construct($value1 , $value2 , $value3)
48 parent::__construct($value1 , $value2);
62 function __construct($value1 , $value2)
64 $this->member1 = $value1;
74 function __construct($value1 , $value2 , $value3)
76 parent::__construct($value1 , $value2);
90 function __construct($value1 , $value2)
92 $this->member1 = $value1;
102 function __construct($value1 , $value2 , $value3)
104 parent::__construct($value1 , $value2);
118 function __construct($value1 , $value2 , $value3)
120 $this->member1 = $value1;
131 function __construct($value1 , $value2 , $value3 , $value4)
133 parent::__construct($value1 , $value2 , $value3);