- 7.20. Opt_Block_Interface
7.20.1. onClose() - 7.20. Opt_Block_Interface
« Previous - 7.20.2. onOpen()
Next »
7.20.1. onClose()
| Construct | Abstract method |
|---|---|
| Visibility | public |
| Reference | void onClose() |
Represents the action that must be performed for a block port closing tag:
<opt:block from="$var"> ... </opt:block> <!-- here -->
The method is executed even if the
onOpen()method ordered not to display the content.
See also:
- 7.20.1. onClose()
7.20. Opt_Block_Interface - « Previous
7.20. Opt_Block_Interface - Next »
7.20.2. onOpen()