Class Wiki

Description

Located in /apps/wiki/wiki.class.php (line 3)


	
			
Variable Summary
integer $auteur
string $content
integer $id
string $title
Method Summary
Wiki __construct (string $title, string $content, date $date, integer $auteur)
void add (mixed $db)
void getContent ()
void getContentXhtml ()
void getDateModif ()
string getTitle ()
void getUser ()
void history (mixed $db)
void setContent (mixed $content)
void setDateModif (mixed $date)
void setTitle (string $title)
void setUser (mixed $user)
Variables
integer $auteur (line 31)

Identifiant de l'auteur (user)

  • access: public
string $content = '' (line 17)

Contenu du document wiki

  • access: public
date $date_modif = '' (line 24)

Date de dernière modification du document

  • access: public
integer $id = '' (line 38)

Identifiant du document

  • access: public
string $title = '' (line 10)

Titre du document wiki

  • access: public
Methods
Constructor __construct (line 48)

Constructeur

  • access: public
Wiki __construct (string $title, string $content, date $date, integer $auteur)
  • string $title
  • string $content
  • date $date
  • integer $auteur
add (line 106)
  • access: public
void add (mixed $db)
getContent (line 78)
  • access: public
void getContent ()
getContentXhtml (line 82)
  • access: public
void getContentXhtml ()
getDateModif (line 94)
  • access: public
void getDateModif ()
getTitle (line 70)

Récupération titre

  • access: public
string getTitle ()
getUser (line 102)
  • access: public
void getUser ()
history (line 111)
  • access: public
void history (mixed $db)
setContent (line 74)
  • access: public
void setContent (mixed $content)
setDateModif (line 90)
  • access: public
void setDateModif (mixed $date)
setTitle (line 61)

set titre

  • access: public
void setTitle (string $title)
  • string $title
setUser (line 98)
  • access: public
void setUser (mixed $user)

Documentation generated on Sat, 17 Feb 2007 02:55:22 +0100 by phpDocumentor 1.3.0RC3