Class: BaseDynamicAction

.auth.action. BaseDynamicAction


<abstract> new BaseDynamicAction()

Base dynamic action class. Dynamic actions attach helpers to the
control tree and defer action execution to the helper objects.
Each helper should have a pair of actions: one which is executed
when the helper's value evaluates to true (i.e. the user has the
authority to perform an action) and one when the value is false.

Source:

Extends