1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

the reflection docs have been refactored into a real extension docs

This commit is contained in:
Hannes Magnusson
2009-09-19 18:00:29 +00:00
parent 1ddee62d67
commit e44e64183d

View File

@@ -335,7 +335,7 @@ $uri_aliases = array (
"interfaces" => "language.oop5.interfaces",
"autoload" => "language.oop5.autoload",
"__autoload" => "language.oop5.autoload",
"reflection" => "language.oop5.reflection",
"language.oop5.reflection" => "book.reflection", // BC
"::" => "language.oop5.paamayim-nekudotayim",
"__construct" => "language.oop5.decon",