Source for file NewsEditor.class.php
Documentation is available at NewsEditor.class.php
* Содержит класс NewsEditor
* @copyright Energine 2007
* @version $Id: NewsEditor.class.php,v 1.10 2008/08/27 15:39:16 chyk Exp $
* Редактор новостей сайта
* @param Document $document
public function __construct($name, $module, Document $document, array $params = null) {
parent::__construct($name, $module, $document, $params);
|