mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:57:33 -05:00 
			
		
		
		
	
						commit
						b876220a62
					
				@ -46,6 +46,7 @@ class DbQuery
 | 
				
			|||||||
     * @var string
 | 
					     * @var string
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public $string_metric5 = 'uri';
 | 
					    public $string_metric5 = 'uri';
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    public $string_metric6 = 'uri';
 | 
					    public $string_metric6 = 'uri';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
@ -59,7 +60,9 @@ class DbQuery
 | 
				
			|||||||
    public $double_metric2 = 1;
 | 
					    public $double_metric2 = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public function __construct($string_metric5, $string_metric6, $int_metric1, $double_metric2) {
 | 
					    public function __construct($string_metric5, $string_metric6, $int_metric1, $double_metric2) {
 | 
				
			||||||
 | 
					        $this->int_metric1 = $int_metric1
 | 
				
			||||||
        $this->string_metric5 = $string_metric5;
 | 
					        $this->string_metric5 = $string_metric5;
 | 
				
			||||||
 | 
					        $this->string_metric6 = $string_metric6;
 | 
				
			||||||
        $this->double_metric2 = $double_metric2;
 | 
					        $this->double_metric2 = $double_metric2;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user