quick minor path updates (#1968)
[openemr.git] / interface / super / rules / library / RuleCriteriaDbView.php
blob9d1f892a330d7646c235a4ec5f521a2d07402c2d
1 <?php
2 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 /**
10 * Description of RuleCriteriaDbModel
12 * @author aron
14 class RuleCriteriaDbView
17 var $method;
18 var $methodDetail;
19 var $optional;
20 var $inclusion;
22 var $interval;
23 var $intervalType;
25 function __construct()
29 function set($i)
31 $this->intervalType = $i;
34 function get()
36 return $this->intervalType;