XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
CommentDelegateInterface.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
19
interface
Legacy_iCommentDelegate
20
{
35
public
static
function
getComments
(
/*** mixed[] ***/
&$comments,
/*** string ***/
$cDirname,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$dataId,
/*** int ***/
$categoryId,
/*** mixed[] ***/
$params);
36
48
public
static
function
count
(
/*** int ***/
&$count,
/*** string ***/
$cDirname,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$dataId);
49
}
Legacy_iCommentDelegate
Definition
CommentDelegateInterface.class.php:20
Legacy_iCommentDelegate\count
static count(&$count, $cDirname, $dirname, $dataname, $dataId)
Legacy_iCommentDelegate\getComments
static getComments(&$comments, $cDirname, $dirname, $dataname, $dataId, $categoryId, $params)
html
modules
legacy
class
interface
CommentDelegateInterface.class.php
Generated by
1.13.2