Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
Issue Class Reference
Collaboration diagram for Issue:
Collaboration graph

Public Member Functions

 Issue ($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 ()
 hasForum ()
 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
 $forum = FALSE
 $folder_id = ''
 $messages = array()
 $new = false

Member Function Documentation

addSingleDate (   $termin_id)
delete ( )

Here is the call graph for this function:

fillValuesFromArray (   $data)

Here is the call graph for this function:

Here is the caller graph for this function:

getAuthorID ( )
getChDate ( )
getDescription ( )
getFolderID ( )
getIssueID ( )
getMessages ( )
getMkDate ( )
getPriority ( )
getSeminarID ( )
getTitle ( )

Here is the caller graph for this function:

hasFile ( )
hasForum ( )
isIssue (   $issue_id)
Issue (   $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:

readSingleDates ( )

Here is the caller graph for this function:

restore ( )

Here is the call graph for this function:

Here is the caller graph for this function:

setDescription (   $description)
setFile (   $file)

Here is the call graph for this function:

setForum (   $newForumValue)

Here is the call graph for this function:

setPriority (   $priority)
setSeminarID (   $seminar_id)
setTitle (   $title)

Here is the caller graph for this function:

store ( )

Here is the call graph for this function:

toString ( )

Here is the caller graph for this function:

Field Documentation

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

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