var to public

Improve code style
This commit is contained in:
Gustavo Novaro 2016-12-23 14:06:11 -03:00 committed by GitHub
parent 46a8041143
commit 191f69ec79

View File

@ -29,14 +29,14 @@ require_once DOL_DOCUMENT_ROOT .'/core/class/commonobject.class.php';
*/ */
class Service extends CommonObject class Service extends CommonObject
{ {
var $libelle; public $libelle;
var $price; public $price;
var $tms; public $tms;
var $debut; public $debut;
var $fin; public $fin;
var $debut_epoch; public $debut_epoch;
var $fin_epoch; public $fin_epoch;
/** /**
* Constructor * Constructor