Source for file TextBlockSource.class.php
Documentation is available at TextBlockSource.class.php
* @copyright Energine 2007
//require_once('core/modules/share/components/DataSet.class.php');
* Исходный код текстового блока.
public function __construct($name, $module, Document $document, array $params = null) {
parent::__construct($name, $module, $document, $params);
|