Source for file FeedbackList.class.php
Documentation is available at FeedbackList.class.php
* Содержит класс FeedbackList
* @copyright Energine 2007
* @version $Id: FeedbackList.class.php,v 1.6 2008/08/27 15:39:16 chyk Exp $
//require_once('core/modules/share/components/Grid.class.php');
* Спсиок сообщений поступивших с формы связи
* @param Document $document
public function __construct($name, $module, Document $document, array $params = null) {
parent::__construct($name, $module, $document, $params);
|