protected function _return()
{
return 'something';
}
How to print content of method? I would like to echo return 'something';
as string...
You cannot do such a thing as getting the source-code of a method, from a running-code.
You'll have to cheat :