silverstripe-framework/docs/en
Simon Welsh f1db583fb4 NEW Allow arguments to be passed to allowed_action checkers
This allows arguments to be passed along in an $allowed_actions deceleration of
the form 'action' => '->method' in the same way that arguments can be passed to
extension constructors when adding them using $extensions or
Object::add_extension.

I.e. 'action' => '->checkerMethod(false, 7, 2, "yesterday") would call the
checkerMethod method with the boolean false the numbers 7 and 2 and  the string
"yesterday" as its arguments.
2012-08-23 17:05:12 +12:00
..
_images MINOR: Forms, navigation howto plus adjustments to tutorial one (#6367 ) 2012-08-07 21:06:34 +02:00
changelogs Merge in changes from 3.0.1 final 2012-07-31 16:51:10 +12:00
howto Tutorial 2/3 and some howto tweaks 2012-08-07 21:06:35 +02:00
installation Update the IIS7 folder permission configuration docs. 2012-07-26 12:26:04 +12:00
misc Pointer to CMS architecture docs 2012-08-05 20:39:05 +02:00
reference Merge remote-tracking branch 'origin/3.0' 2012-08-20 10:13:55 +02:00
topics NEW Allow arguments to be passed to allowed_action checkers 2012-08-23 17:05:12 +12:00
tutorials NEW Rewritten tutorial 5 to GridField API 2012-08-07 21:09:40 +02:00
index.md Update docs/en/index.md 2012-07-26 21:39:04 -03:00