Beispiel #1
0
 function __construct($res = null)
 {
     if (is_resource($res) && get_resource_type($res) === '_p_Xapian__BoolWeight') {
         $this->_cPtr = $res;
         return;
     }
     $this->_cPtr = new_BoolWeight();
 }
Beispiel #2
0
 function __construct()
 {
     $this->_cPtr = new_BoolWeight();
 }