Source for file GalleryEditor.class.php
Documentation is available at GalleryEditor.class.php
* Содержит класс GalleryEditor
* @copyright Energine 2007
* @param Document $document
public function __construct($name, $module, Document $document, array $params = null) {
parent::__construct($name, $module, $document, $params);
|