From 17cbfaff01b5df72d08e3f6afe6599cc535d2039 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sat, 30 Oct 2004 04:42:07 +0000 Subject: [PATCH] Added ids (fixed a bug in livedocs rendering) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171605 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/patterns.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/oop5/patterns.xml b/language/oop5/patterns.xml index dfcb81e496..9b828797ee 100644 --- a/language/oop5/patterns.xml +++ b/language/oop5/patterns.xml @@ -1,5 +1,5 @@ - + Patterns @@ -7,7 +7,7 @@ They show a flexible solution to common programming problems. - + Factory The Factory pattern allows for the instantation of objects @@ -55,7 +55,7 @@ $sqlite = Example::factory('SQLite'); - + Singleton The Singleton pattern applies to situations in which