Файловый менеджер - Редактировать - C:/xampp/php/PEAR/PHPDoc/accessor/PhpdocModuleAccessor.php
Назад
<?php /** * Provides functions to access phpdoc xml documents that contain modules. * * @version $Id: PhpdocModuleAccessor.php,v 1.1 2001/05/08 04:48:35 sbergmann Exp $ */ class PhpdocModuleAccessor extends PhpdocDocumentAccessor { var $xmlkey = "module"; /** * Returns an array with the data of a module (no functions etc, just the module docs). * * @return array $class * @access public */ function getModuledata() { $module = $this->xml["module"]; unset($module["function"]); unset($module["uses"]); unset($module["constant"]); return $module; } // end func getModuledata function init() { list($this->data["functions"], $this->data["functionsaccess"]) = $this->getElementlist("function"); list($this->data["variables"], $this->data["variablesaccess"]) = $this->getElementlist("variable"); list($this->data["constants"], $this->data["constantsaccess"]) = $this->getElementlist("constant"); $this->buildUseslist(); } // end func Init } // end class PhpdocModuleAccessor ?>
| ver. 1.4 |
Github
|
.
| PHP 5.3.8 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка