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])
string __toString ()
Variables
integer $ID = 0 (line 338)
  • access: public
Subject $Parent = NULL (line 365)
  • access: public
integer $ParentID = 0 (line 350)
  • access: public
string $Subject = NULL (line 341)
  • access: public
SubjectSource $SubjectSource = NULL (line 360)
  • access: public
integer $SubjectSourceID = 0 (line 347)
  • access: public
SubjectType $SubjectType = NULL (line 355)
  • access: public
integer $SubjectTypeID = 0 (line 344)
  • 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 147)

Stores Subject to the database

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

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
__toString (line 326)
string __toString ()

Documentation generated on Wed, 05 Mar 2008 16:47:23 -0600 by phpDocumentor 1.3.1