Exemple #1
0
 function __construct($options = null)
 {
     parent::__construct($options);
     $this->vals = array();
     $this->_kind = COMMERCIAL;
 }
Exemple #2
0
 function __construct($options = null)
 {
     parent::__construct($options);
     $this->vals = array();
     $this->_kind = LAND;
 }
Exemple #3
0
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_kind = FLAT;
     $this->_vals = array();
 }