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