Displaying 1 result from an estimated 1 matches for "_construct".
Did you mean:
construct
2006 May 10
1
Documentation for the PHP OO wrapper
...- some methods are documented but do not exist in the wrapper (e.g.
empty(), max_size(), swap(), create()...)
- some forms of methods use arguments types which are not in the wrapper
and should not be documented (e.g : get_mset with a MatchDecider,
get_eset with an ExpandDecider, SimpleStopper::__construct() with
iterators...)
- some methods exist in the wrapper but are not documented. This is
everything which is specific to the bindings :
http://svn.xapian.org/trunk/xapian-bindings/php/docs/bindings.html?view=co
and some which are not documented like (Simple)Stopper::apply().
- some methods have d...