Class SloodleGlossaryEntry

Description

Represents a single glossary entry

Located in /sloodle/lib/modules/module_glossary.php (line 219)


	
			
Variable Summary
 string $concept
 string $definition
 mixed $id
Method Summary
 SloodleGlossaryEntry SloodleGlossaryEntry (mixed $id, string $concept, string $definition)
 void set (mixed $id, string $concept, string $definition)
Variables
string $concept = '' (line 260)

The name of this entry.

  • access: public
string $definition = '' (line 267)

The definition of this entry.

  • access: public
mixed $id = 0 (line 253)

The ID of the entry.

The type depends on the VLE, but typically is an integer.

  • access: public
Methods
Constructor SloodleGlossaryEntry (line 227)

Constructor - initialises members.

SloodleGlossaryEntry SloodleGlossaryEntry (mixed $id, string $concept, string $definition)
  • mixed $id: The ID of this message - type depends on VLE, but is typically an integer
  • string $concept: The name of this entry
  • string $definition: The definition of this entry
set (line 240)

Accessor - set all members in a single call.

void set (mixed $id, string $concept, string $definition)
  • mixed $id: The ID of this message - type depends on VLE, but is typically an integer
  • string $concept: The name of this entry
  • string $definition: The definition of this entry

Documentation generated on Mon, 16 Jun 2008 15:56:47 +0100 by phpDocumentor 1.4.0