1.1.18
__debugInfo()
,__get()
,has()
,hasValue()
,get()
,isEmpty()
,set()
andtoArray()
methods provided by the
Entity
class are deprecated and will be removed in a future release. Thehas()
,get()
andset()
methods can be
replaced by the methods implemented byArrayAccess
, already present (using theScanResult
class as if it were an array).
TheEntity
class was only extended and used byScanResult
, so this is especially true for the latter class;- the
BodyParser
provides its ownurlToAbsolute()
protected method.
What's Changed
- Develop by @mirko-pagliai in #52
Full Changelog: 1.1.17...1.1.18