psr12 fixes for new PHP_CodeSniffer (#4795)
[openemr.git] / interface / super / rules / library / RuleCriteriaDbView.php
blobeb0648ce04d08e828678831fb771414bbf808081
1 <?php
3 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
10 /**
11 * Description of RuleCriteriaDbModel
13 * @author aron
15 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;