Closed GoogleCodeExporter closed 8 years ago
Ok, it seems I found it. You can use $1, $2, ... to access the parameters.
Original comment by mafebr...@gmail.com
on 18 Dec 2011 at 5:26
Original comment by arshan.d...@gmail.com
on 29 Mar 2012 at 4:44
Just in case anyone else finds this trying to figure out how to access
parameters, I couldn't find this in any documentation so thought I'd add it
here.
After the hook has run, the return value can be access in $_ . (Therefore, you
can only access it at the end of the method run.)
Original comment by Nathan.K...@gmail.com
on 24 Oct 2013 at 9:05
Original issue reported on code.google.com by
mafebr...@gmail.com
on 18 Dec 2011 at 4:41