Class Subjects_Subject

Description
  • abstract:

Located in /packages/subjects/lib/subject.inc.php (line 2)


	
			
Variable Summary
integer $ID
Subject $Parent
integer $ParentID
string $Subject
SubjectSource $SubjectSource
SubjectType $SubjectType
integer $SubjectTypeID
Method Summary
boolean dbDelete ()
boolean dbLoad ()
boolean dbStore ()
string toString ([ $MakeIntoLink = LINK_NONE], [ $ConcatinateParents = false], [ $Delimiter = " - "], integer $MakeIntoLink[optional], boolean $ConcatinateParents[optional], string $Delimiter[optional])
Variables
integer $ID = 0 (line 302)
  • access: public
Subject $Parent = NULL (line 329)
  • access: public
integer $ParentID = 0 (line 314)
  • access: public
string $Subject = NULL (line 305)
  • access: public
SubjectSource $SubjectSource = NULL (line 324)
  • access: public
integer $SubjectSourceID = 0 (line 311)
  • access: public
SubjectType $SubjectType = NULL (line 319)
  • access: public
integer $SubjectTypeID = 0 (line 308)
  • access: public
Methods
dbDelete (line 9)

Deletes Subject from the database

  • access: public
boolean dbDelete ()
dbLoad (line 80)

Loads Subject from the database

  • access: public
boolean dbLoad ()
dbStore (line 120)

Stores Subject to the database

  • access: public
boolean dbStore ()
toString (line 236)

Returns a formatted string of a traversal of subject instance

  • access: public
string toString ([ $MakeIntoLink = LINK_NONE], [ $ConcatinateParents = false], [ $Delimiter = " - "], integer $MakeIntoLink[optional], boolean $ConcatinateParents[optional], string $Delimiter[optional])
  • integer $MakeIntoLink[optional]
  • boolean $ConcatinateParents[optional]
  • string $Delimiter[optional]
  • $MakeIntoLink
  • $ConcatinateParents
  • $Delimiter

Documentation generated on Thu, 14 Aug 2008 20:23:22 -0500 by phpDocumentor 1.3.1