Lines Matching refs:methods

21 * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)
76 * Fixed passing wrong types to `GapPolicyInterface::setGapPolicy()`, `Document::setDocAsUpsert()` and `Connection::setPort()` methods by @franmomu [#2081](https://github.com/ruflin/Elastica/pull/2081)
127 * Deprecated `Elastica\Bulk::toString()`, `Elastica\Bulk\Action::toString()` and `Elastica\Request::toString()` methods, use `__toString()` method or cast to string instead by @deguif [#2033](https://github.com/ruflin/Elastica/pull/2033)
281 * Changed `Wildcard::setValue()` and constructor's signature: added more specific `Wildcard::setBoost()` and `Wildcard::setRewrite` methods
371 * Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.
911 - Elastica\Document, methods: setScript, getScript, hasScript now throw DeprecatedException.
912 - MoreLikeThis, methods: setLikeText, setIds, setPercentTermsToMatch now throw DeprecatedException.
913 - Elastica\Aggregation\DateHistogram, methods: setPreZone, setPostZone, setPreZoneAdjustLargeInterval, setPreOffset, setPostOffset now throw DeprecatedException.
1095 - Added new methods to Elastica\Aggregation\DateHistogram: setOffset, setTimezone [#813](https://github.com/ruflin/Elastica/issues/813/)
1096 - Following methods in Elastica\Aggregation\DateHistogram marked as deprecated: setPreOffset, setPostOffset, setPreZone, setPostZone, setPreZoneAdjustLargeInterval [#813](https://github.com/ruflin/Elastica/issues/813/)
1411 - Add methods setSize, setShardSize to Elastica/Aggregation/Terms
1446 - Fix _bulk delete proxy methods if type or index not explicitly defined.
1449 - Add _bulk delete proxy methods to Index and Type for consistency.
1453 - Add getParam & getProperties methods to Elastica\Type\Mapping
1497 - Added Result::hasFields() and Result::hasParam() methods for consistency with Document
1651 - Add getPlugins and hasPlugin methods to Node\Info
1713 - Removed deprecated methods Query\QueryString::setTieBraker() and Query\QueryString::setQueryString()
1714 - Removed deprecated methods Query\Builder::minimumShouldMatch() and Query\Builder::tieBreaker()
1717 - Add get/set/has/remove methods to Document
1718 - Add magic methods __get/__set/__isset/__unset to Document
1779 - Changed naming for several methods to camelCase