Файловый менеджер - Редактировать - C:/xampp/php/PEAR/PHPDoc/xmlexporter/PhpdocXMLModuleExporter.php
Назад
<?php /** * Exports the data of a module as an xml document * * @version $Id: PhpdocXMLModuleExporter.php,v 1.1 2001/05/08 04:48:40 sbergmann Exp $ */ class PhpdocXMLModuleExporter extends PhpdocXMLDocumentExporter { /** * Module container attributes * * @var array $moduleAttributes */ var $moduleAttributes = array( "name" => "CDATA", "group" => "CDATA", "undoc" => "Boolean", "access" => "CDATA", "package" => "CDATA" ); var $fileprefix = "module_"; function PhpdocXMLModuleExporter() { $this->PhpdocXMLExporter(); } // end constructor function create() { $attribs = $this->getAttributes($this->result, $this->moduleAttributes); $this->xmlwriter->startElement("module", "", $attribs); $this->filenameXML($this->result["filename"]); $this->docXML($this->result); if (isset($this->result["functions"])) $this->functionsXML($this->result["functions"]); if (isset($this->result["uses"])) $this->usesXML($this->result["uses"]); if (isset($this->result["consts"])) $this->constsXML($this->result["consts"]); $this->xmlwriter->endElement("module", true); } // end func create } // end class PhpdocXMLModuleExporter ?>
| ver. 1.4 |
Github
|
.
| PHP 5.3.8 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка