XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsComments
+ Graphe d'héritage de XoopsComments:
+ Graphe de collaboration de XoopsComments:

Fonctions membres publiques

 __construct ($ctable, $id=null)
 
 load ($id)
 
 store ()
 
 delete ()
 
 getCommentTree ()
 
 getAllComments ($criteria=array(), $asobject=true, $orderby='comment_id ASC', $limit=0, $start=0)
 
 printNavBar ($item_id, $mode='flat', $order=1)
 
 showThreadHead ()
 
 showThreadPost ($order, $mode, $adminview=0, $color_num=1)
 
 showThreadFoot ()
 
 showTreeHead ($width='100%')
 
 showTreeItem ($order, $mode, $color_num)
 
 showTreeFoot ()
 
- Fonctions membres publiques hérités de XoopsObject
 __construct ()
 
 XoopsObject ()
 
 setNew ()
 
 unsetNew ()
 
 isNew ()
 
 setDirty ()
 
 unsetDirty ()
 
 isDirty ()
 
 initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options='', $enumerations='')
 
 assignVar ($key, $value)
 
 assignVars ($var_arr)
 
 setVar ($key, $value, $not_gpc=false)
 
 setVars ($var_arr, $not_gpc=false)
 
 destroyVars ($var)
 
 destoryVars ($var)
 
 setFormVars ($var_arr=null, $pref='xo_', $not_gpc=false)
 
getVars ()
 
 getValues ($keys=null, $format='s', $maxDepth=1)
 
 getVar ($key, $format='s')
 
 cleanVars ()
 
 registerFilter ($filtername)
 
 _loadFilters ()
 
 loadFilters ($method)
 
 xoopsClone ()
 
 __clone ()
 
 setErrors ($err_str)
 
 getErrors ()
 
 getHtmlErrors ()
 
 toArray ()
 

Champs de données

 $ctable
 
 $db
 
- Champs de données hérités de XoopsObject
 $vars = array()
 
 $cleanVars = array()
 
 $_isNew = false
 
 $_isDirty = false
 
 $_errors = array()
 
 $_filters = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $ctable,
  $id = null 
)
Paramètres
$ctable
null | array$id
+ Voici le graphe d'appel pour cette fonction :

Documentation des fonctions membres

◆ delete()

delete ( )

Enter description here...

Renvoie
int
+ Voici le graphe d'appel pour cette fonction :

◆ getAllComments()

getAllComments (   $criteria = array(),
  $asobject = true,
  $orderby = 'comment_id ASC',
  $limit = 0,
  $start = 0 
)

Get All Comments using criteria match

Paramètres
array$criteria
bool$asobject
string$orderby
int$limit
int$start
Renvoie
array

◆ getCommentTree()

getCommentTree ( )

Get Comments Tree

Renvoie
unknown
+ Voici le graphe d'appel pour cette fonction :

◆ load()

load (   $id)

Load Comment by ID

Paramètres
int$id
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ printNavBar()

printNavBar (   $item_id,
  $mode = 'flat',
  $order = 1 
)

Enter printNavBar

Paramètres
int$item_id
string$mode
int$order

◆ showThreadFoot()

showThreadFoot ( )

Show Thread Footer

+ Voici le graphe d'appel pour cette fonction :

◆ showThreadHead()

showThreadHead ( )

Show Thread

+ Voici le graphe d'appel pour cette fonction :

◆ showThreadPost()

showThreadPost (   $order,
  $mode,
  $adminview = 0,
  $color_num = 1 
)

Enter description here...

Paramètres
string$order
string$mode
int$adminview
int$color_num
+ Voici le graphe d'appel pour cette fonction :

◆ showTreeFoot()

showTreeFoot ( )

Show Thread Foot

◆ showTreeHead()

showTreeHead (   $width = '100%')

Show Thread Head

Paramètres
int | string$width

◆ showTreeItem()

showTreeItem (   $order,
  $mode,
  $color_num 
)

Show Tree Items

Paramètres
string$order
string$mode
int$color_num
+ Voici le graphe d'appel pour cette fonction :

◆ store()

store ( )

Save Comment

Renvoie
int
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $ctable

$ctable

◆ $db

$db

La documentation de cette classe a été générée à partir du fichier suivant :