[fw-general] Reflection: get docblock for constants

2011-03-14 Thread Jan Pieper
Hi guys, is it possible to get the docblock comment for a class constant with Zend_Reflection and/or Zend_Server_Reflection? with regards, Jan Pieper -- View this message in context:

Re: [fw-general] Reflection: get docblock for constants

2011-03-14 Thread Ralph Schindler
Hey Jan, Currently, no. http://framework.zend.com/svn/framework/standard/trunk/library/Zend/Reflection/Class.php (there is a getProperty, but no getConstant) It appears constant support was never added (I guess no one ever really thought of needing to get the doccomment from a constant?)