Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

function glxapp_publishedBroadcasts()

Returns an array of broadcasts that are registered with the object or variable passed in.

function glxapp_publishedBroadcasts pObject
Parameters
TypeNameDescription
Simple parameter. pObject A reference to an object with broadcast information or "global". The returned array will contain any broadcasts published by this parameter.
Return

A nested array. Dimension 1 is numerically indexed starting with 1. Dimension 2 has "type" and "message" keys.

See also