Stud.IP  4.2 Revision
Issue Class Reference
Collaboration diagram for Issue:
Collaboration graph

Public Member Functions

 __construct ($data=array())
 
 getPriority ()
 
 setPriority ($priority)
 
 getMkDate ()
 
 getChDate ()
 
 getTitle ()
 
 setTitle ($title)
 
 getDescription ()
 
 setDescription ($description)
 
 getAuthorID ()
 
 getIssueID ()
 
 setSeminarID ($seminar_id)
 
 getSeminarID ()
 
 addSingleDate ($termin_id)
 
 readSingleDates ()
 
 store ()
 
 restore ()
 
 delete ()
 
 fillValuesFromArray ($data)
 
 toString ()
 
 getFolderID ()
 
 hasFile ()
 
 setFile ($file)
 
 setForum ($newForumValue)
 
 getMessages ()
 
 isIssue ($issue_id)
 

Data Fields

 $issue_id = ''
 
 $seminar_id = ''
 
 $author_id = ''
 
 $title = ''
 
 $description = ''
 
 $mkdate = 0
 
 $chdate = 0
 
 $priority = 0
 
 $file = FALSE
 
 $folder_id = ''
 
 $messages = array()
 
 $new = false
 
 $hasForum = false
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $data = array())

Constructor for class Issue

$data is an Array with the following possible fields: issue_id: when set, the Issue with this id is restored seminar_id: when set and issue_id is not set, a new issue for this seminar is created

returns NULL if both are unset

Here is the call graph for this function:

Member Function Documentation

◆ addSingleDate()

addSingleDate (   $termin_id)

◆ delete()

delete ( )
Here is the call graph for this function:

◆ fillValuesFromArray()

fillValuesFromArray (   $data)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAuthorID()

getAuthorID ( )

◆ getChDate()

getChDate ( )

◆ getDescription()

getDescription ( )

◆ getFolderID()

getFolderID ( )

◆ getIssueID()

getIssueID ( )

◆ getMessages()

getMessages ( )

◆ getMkDate()

getMkDate ( )

◆ getPriority()

getPriority ( )

◆ getSeminarID()

getSeminarID ( )

◆ getTitle()

getTitle ( )
Here is the caller graph for this function:

◆ hasFile()

hasFile ( )

◆ isIssue()

isIssue (   $issue_id)
Here is the call graph for this function:

◆ readSingleDates()

readSingleDates ( )
Here is the caller graph for this function:

◆ restore()

restore ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDescription()

setDescription (   $description)

◆ setFile()

setFile (   $file)
Here is the call graph for this function:

◆ setForum()

setForum (   $newForumValue)
Here is the call graph for this function:

◆ setPriority()

setPriority (   $priority)

◆ setSeminarID()

setSeminarID (   $seminar_id)

◆ setTitle()

setTitle (   $title)

◆ store()

store ( )
Here is the call graph for this function:

◆ toString()

toString ( )
Here is the caller graph for this function:

Field Documentation

◆ $author_id

$author_id = ''

◆ $chdate

$chdate = 0

◆ $description

$description = ''

◆ $file

$file = FALSE

◆ $folder_id

$folder_id = ''

◆ $hasForum

$hasForum = false

◆ $issue_id

$issue_id = ''

◆ $messages

$messages = array()

◆ $mkdate

$mkdate = 0

◆ $new

$new = false

◆ $priority

$priority = 0

◆ $seminar_id

$seminar_id = ''

◆ $title

$title = ''

The documentation for this class was generated from the following file: