PHP Класс Agora_ViewComments, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Marko Djukic ([email protected])
Автор: Duck ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
render ( string $forum_name, string $scope = 'agora', string $base_url = null, string $template_file = false ) : string Returns all threads of a forum in a threaded view.

Описание методов

render() публичный статический Метод

Returns all threads of a forum in a threaded view.
public static render ( string $forum_name, string $scope = 'agora', string $base_url = null, string $template_file = false ) : string
$forum_name string The unique name for the forum.
$scope string The application that the specified forum belongs to.
$base_url string An alternate link where edit/delete/reply links point to.
$template_file string Template file to use.
Результат string The HTML code of the thread view.