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 getTraits() method to ClassIndex and TraitIndex #207

Open phenaproxima opened 9 years ago

phenaproxima commented 9 years ago

Should return an array of TraitIndex imported by the class/trait (see #206).