Post-parsing
Application.php
autoload.php
Common.php
Community.php
Dependencies.php
Exception.php
File.php
Hook.php
Http.php
Local.php
Log.php
Php.php
Sys.php
Themes.php
TopFrameView.php
Tree.php
TreeSuggest.php
Webedition.php
Post-parsing
Warnings:
Warning - Class we_app_controller_FramesetAction parent Zend_Controller_Action not found
Warning - Class we_app_Hook_Exception parent Zend_Exception not found
Warning - Class we_app_controller_TreeAction parent Zend_Controller_Action not found
Warning - Class we_app_controller_CmdAction parent Zend_Controller_Action not found
Warning - Class we_app_controller_EditorAction parent Zend_Controller_Action not found
Warning - Class we_Exception parent Zend_Exception not found
Warning - Class we_util_Sys_Db_Mysql parent we_util_Sys_Db not found
Warning - Class we_app_TopFrameView parent Zend_View not found
Warning - Class we_core_Translate parent Zend_Translate not found
Warning - Class we_util_Sys_Exception parent Zend_Exception not found
Warning - Class we_app_controller_HeaderAction parent Zend_Controller_Action not found
Warning - Class we_app_controller_IndexAction parent Zend_Controller_Action not found
Apache.php
Warnings:
Warning on line 79 - example file "we_util_Sys_Webedition::versionCompare("5501");" does not exist
Warning on line 79 - example file "we_util_Sys_Webedition::versionCompare("5501", "<");" does not exist
Application.php
Warnings:
Warning on line 14 - package default is already in category default, will now replace with category we
Warning on line 14 - Page-level DocBlock precedes "require_once 'Zend/Config/Xml.php'", use another DocBlock to document the source element
Warning on line 163 - Unknown tag "@url" used
autoload.php
Warnings:
Warning on line 42 - Page-level DocBlock precedes "require 'Zend/Loader.php'", use another DocBlock to document the source element
Common.php
Warnings:
Warning on line 14 - Page-level DocBlock precedes "include_once 'Zend/Config/Xml.php'", use another DocBlock to document the source element
Warning on line 422 - example file "we_app_Common::getManifestElement('application','/info/name');" does not exist
Warning on line 457 - example file "we_app_Common::setManifestElement('application','/info/name','false');" does not exist
Warning on line 580 - Unknown tag "@url" used
Community.php
Warnings:
Warning on line 14 - Page-level DocBlock precedes "include_once 'Zend/Config/Xml.php'", use another DocBlock to document the source element
Errors:
Error on line 14 - include_once include's DocBlock has @package tag, illegal. ignoring tag "@package we_net"
Dependencies.php
Warnings:
Warning on line 20 - Page-level DocBlock precedes "include_once 'webEdition/lib/we/util/Sys.php'", use another DocBlock to document the source element
Errors:
Error on line 20 - include_once include's DocBlock has @package tag, illegal. ignoring tag "@package we_util"
Error on line 20 - "include" include_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage we_util_Sys"
Exception.php
Warnings:
Warning on line 16 - no @package tag was used in a DocBlock for file C:\Apache\htdocs\livinge\webedition\we6\trunk\webEdition\lib\we\Exception.php
Warning on line 21 - no @package tag was used in a DocBlock for class we_net_LiveUpdate_Exception
Warning on line 26 - no @package tag was used in a DocBlock for class we_Exception
File.php
Warnings:
Warning on line 20 - no @package tag was used in a DocBlock for class we_util_File
Hook.php
Warnings:
Warning on line 14 - Page-level DocBlock precedes "include_once 'Zend/Log.php'", use another DocBlock to document the source element
Warning on line 55 - example file "$myHook->preInstallHook->code" does not exist
Http.php
Warnings:
Warning on line 74 - example file "#4
$http = new we_net_Http();
$http->uri = "http://www.example.org/";
$resp1 = $http->get(array("parameter1" => "value1", "parameter2" => "value2"));
$resp2 = $http->get(); // request without parameters" does not exist
Warning on line 74 - example file "#1
$http = new we_net_Http("http://www.example.org/");
$resp = $http->get();" does not exist
Warning on line 74 - example file "#2
$http = new we_net_Http();
$http->uri = "http://www.example.org/";
$resp = $http->head();
$resp = $http->get();
$resp = $http->post();" does not exist
Warning on line 74 - example file "#5
$http = new we_net_Http("http://www.example.org/");
$resp1 = $http->get(array("parameter1" => "value1", "parameter2" => "value2"));
$resp2 = $http->get(array("parameter3" => "value3", "parameter4" => "value4"));" does not exist
Errors:
Error on line 74 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package we_net"
Error on line 74 - package has multiple @category tags, ignoring "@category we"
Local.php
Warnings:
Warning on line 15 - Page-level DocBlock precedes "include_once dirname(dirname(__FILE__)).'/../../we/core/autoload.php'", use another DocBlock to document the source element
Log.php
Warnings:
Warning on line 14 - Page-level DocBlock precedes "include_once 'Zend/Log.php'", use another DocBlock to document the source element
Errors:
Error on line 14 - include_once include's DocBlock has @package tag, illegal. ignoring tag "@package we_util"
Php.php
Warnings:
Warning on line 54 - example file "we_util_Sys_PHP::versionCompare("5.1", "<");" does not exist
Warning on line 54 - example file "we_util_Sys_PHP::versionCompare("5.1");" does not exist
Sys.php
Warnings:
Warning on line 40 - example file "we_util_Sys::_versionCompare("1.1", "1,0"); // will return 1" does not exist
Warning on line 40 - example file "we_util_Sys::_versionCompare("1.1", "1,1"); // will return 0" does not exist
Warning on line 40 - example file "we_util_Sys::_versionCompare("1.0", "1,1"); // will return -1" does not exist
Warning on line 40 - example file "we_util_Sys::_versionCompare("1.0", "1,1", ">"); // will return (bool)false" does not exist
Warning on line 40 - example file "we_util_Sys::_versionCompare("1.0", "1,1", "<"); // will return (bool)true" does not exist
Errors:
Error on line 40 - DocBlock has multiple @return tags, illegal. ignoring additional tag "@return bool with operator"
Themes.php
Warnings:
Warning on line 15 - Page-level DocBlock precedes "define WE_DEFAULT_THEME_NAME", use another DocBlock to document the source element
Errors:
Error on line 15 - "define" WE_DEFAULT_THEME_NAME's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage we_ui_layout"
Error on line 15 - WE_DEFAULT_THEME_NAME define's DocBlock has @package tag, illegal. ignoring tag "@package we_ui"
TopFrameView.php
Warnings:
Warning on line 14 - Page-level DocBlock precedes "include_once 'Zend/View.php'", use another DocBlock to document the source element
Tree.php
Warnings:
Warning on line 30 - package default is already in category we, will now replace with category default
Warning on line 30 - no @package tag was used in a DocBlock for file C:\Apache\htdocs\livinge\webedition\we6\trunk\webEdition\lib\we\ui\controls\Tree.php
TreeSuggest.php
Warnings:
Warning on line 19 - package default is already in category default, will now replace with category we
Webedition.php
Warnings:
Warning on line 69 - example file "we_util_Sys_Webedition::versionCompare("5501");" does not exist
Warning on line 69 - example file "we_util_Sys_Webedition::versionCompare("5501", "<");" does not exist
Warning on line 215 - example file "we_util_Sys_Webedition::toolVersionCompare("5.1");" does not exist
Warning on line 215 - example file "we_util_Sys_Webedition::toolVersionCompare("5.1", "<");" does not exist
Documentation generated on Mon, 01 Sep 2008 11:35:46 +0200 by phpDocumentor 1.4.0