garretus / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Broken method names #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some methods are renamed due to eg PHP keywords, or other reasons.
They should be aliased to proper names using __call().

Original issue reported on code.google.com by tobiasz....@gmail.com on 10 Sep 2008 at 1:11

GoogleCodeExporter commented 8 years ago
Fixed in r53.

Includes:
 * ->next()
 * ->empty()
 * ->clone()
 * ->prev()

Original comment by tobiasz....@gmail.com on 17 Sep 2008 at 2:57