grom358 / pharborist

A PHP library to query and transform source code via tree operations.
GNU General Public License v3.0
44 stars 10 forks source link

Add NodeCollection::addTo() #189

Closed phenaproxima closed 10 years ago

phenaproxima commented 10 years ago

This method should accept another NodeCollection, call its add() method, then return the incoming collection. Just a convenience method. Self-assigning.