Component/Plugin/Interface/SkipProcessInput.php
\Kwf_Component_Plugin_Interface_SkipProcessInput
Description
Component Plugins that implement this interface can skip the processInput call.
gets called also for cached contents
Constants
SKIP_NONE
SKIP_SELF
SKIP_SELF_AND_CHILDREN
SKIP_NONE = 'false'
Details
- value
- false
SKIP_SELF = 'current'
Details
- value
- current
SKIP_SELF_AND_CHILDREN = 'true'
Details
- value
- true