Class Section

Object
   |
   +--Section

class Section

Defined in obj-section.js

Version: 1.0

Author: mpollack


Field Summary
 string num
          Section number
 string objname
          Name given to identify object on debug
 string oid
          Section ID
 Chapter par
          Reference to parent object
 string title
          Section title
 array topics
          Topic objects in a sequential array
 array topicsID
          Topic objects in an associative array
 string type
          Section type
 
Constructor Summary
Section(<Course> p,<string> id,<string> ti,<string> ty,<int> nu)
            Contains data for a section
 
Method Summary
 Boolean containsMediaByFilter(<string> f)
           Checks the section to see if any pages furth down the tree contain media of a particular type
 void dump()
           Sends debug information on all properties to the debug window
 Topic getTopicByID(<string> i)
           Gets the topic from a supplied ID

Field Detail

num

string num

objname

string objname

oid

string oid

par

Chapter par

title

string title

topics

array topics

topicsID

array topicsID

type

string type

Constructor Detail

Section

Section(<Course> p,<string> id,<string> ti,<string> ty,<int> nu)

Method Detail

containsMediaByFilter

Boolean containsMediaByFilter(<string> f)

dump

void dump()

getTopicByID

Topic getTopicByID(<string> i)


Documentation generated by JSDoc on Tue Mar 4 12:01:48 2008