ahri / ahriphplibs

My PHP Libraries
http://ahri.net
GNU Affero General Public License v3.0
3 stars 0 forks source link

Require way to empty out the contents of a Node #16

Closed ahri closed 14 years ago

ahri commented 14 years ago
foreach ($nodes as $node)
        $nodes->removeChild($node);

does not seem to work completely. Also would be nice to be able to just empty the whole thing out without a loop.

ahri commented 14 years ago

Added new method to empty the contents of a Node, closed by 30eebb1c91f09b10f0f62e0bab6e06b3e2d35653