zendframework / zend-navigation

Navigation component from Zend Framework
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

The docs for removePage() does not mention recursive delete. #45

Closed srayner closed 8 years ago

srayner commented 8 years ago

Looking through the source code there is a second parameter for removePage() but the docs don't mention it.

froschdesign commented 8 years ago

This unit test illustrates the function of the second parameter.

froschdesign commented 8 years ago

Fixed with #46