Comments() public static method

导出最新留言模块数据
public static Comments ( ) : string
return string 模块内容
コード例 #1
0
ファイル: c_system_event.php プロジェクト: zblogcn/zblogphp
function BuildModule_comments()
{
    return ModuleBuilder::Comments();
}