Lines Matching refs:value1
29 function __construct($value1 , $value2)
31 $this->member1 = $value1;
41 function __construct($value1 , $value2 , $value3)
43 parent::__construct($value1 , $value2);
57 function __construct($value1 , $value2)
59 $this->member1 = $value1;
69 function __construct($value1 , $value2 , $value3)
71 parent::__construct($value1 , $value2);
85 function __construct($value1 , $value2)
87 $this->member1 = $value1;
97 function __construct($value1 , $value2 , $value3)
99 parent::__construct($value1 , $value2);
113 function __construct($value1 , $value2 , $value3)
115 $this->member1 = $value1;
126 function __construct($value1 , $value2 , $value3 , $value4)
128 parent::__construct($value1 , $value2 , $value3);