It sounds as if a hasDocblock() method needs to be added.
Please add this to the issue tracker and assign to me, I can do this soon.
Feel free to supply a patch :)
-ralph
Abraham Block wrote:
I'm trying to write an action helper which uses docblocks as an
annotation, but if I loop through the methods and on each one call
getDocblock, an exception will be thrown. But I'm in a catch-22 because
I can't know which methods have one and which ones don't. This leads me
to create a really ugly try catch block, with nothing in the catch.
Is there a better way to handle this?