7.20. Opt_Block_Interface
7.20.1. onClose()
7.20. Opt_Block_Interface
« Previous
7.20.2. onOpen()
Next »

7.20.1. onClose()

ConstructAbstract method
Visibilitypublic
Referencevoid 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()