Table of Contents

__construct

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Base Class JObservable Method __construct Reference __construct() Never Work in Progress

This is the class contructor. It initiates the list of observers to an empty array.

Syntax

JObservable __construct ()

Examples

The JEventDispatcher::getInstance member instantiates its class. The following code is used:

Example

$instances[0] = new JEventDispatcher();