Stud.IP  5.4
Issue Class Reference

Public Member Functions

 __construct ($data=[])
 
 getPriority ()
 
 setPriority ($priority)
 
 getMkDate ()
 
 getChDate ()
 
 getTitle ()
 
 setTitle ($title)
 
 getDescription ()
 
 setDescription ($description)
 
 getAuthorID ()
 
 getIssueID ()
 
 setSeminarID ($seminar_id)
 
 getSeminarID ()
 
 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 = []
 
 $new = false
 
 $hasForum = false
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $data = [])

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

Member Function Documentation

◆ delete()

delete ( )

◆ fillValuesFromArray()

fillValuesFromArray (   $data)

◆ getAuthorID()

getAuthorID ( )

◆ getChDate()

getChDate ( )

◆ getDescription()

getDescription ( )

◆ getFolderID()

getFolderID ( )

◆ getIssueID()

getIssueID ( )

◆ getMessages()

getMessages ( )

◆ getMkDate()

getMkDate ( )

◆ getPriority()

getPriority ( )

◆ getSeminarID()

getSeminarID ( )

◆ getTitle()

getTitle ( )

◆ hasFile()

hasFile ( )

◆ isIssue()

isIssue (   $issue_id)

◆ readSingleDates()

readSingleDates ( )

◆ restore()

restore ( )

◆ setDescription()

setDescription (   $description)

◆ setFile()

setFile (   $file)

◆ setForum()

setForum (   $newForumValue)

◆ setPriority()

setPriority (   $priority)

◆ setSeminarID()

setSeminarID (   $seminar_id)

◆ setTitle()

setTitle (   $title)

◆ store()

store ( )

◆ toString()

toString ( )

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 = []

◆ $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: