cece Thu Jan 13 10:47:27 2005 EDT
Modified files:
/phpdoc/en/reference/objaggregation reference.xml
Log:
added missing $this
http://cvs.php.net/diff.php/phpdoc/en/reference/objaggregation/reference.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/objaggregation/reference.xml
diff -u phpdoc/en/reference/objaggregation/reference.xml:1.15
phpdoc/en/reference/objaggregation/reference.xml:1.16
--- phpdoc/en/reference/objaggregation/reference.xml:1.15 Thu Aug 12
21:00:47 2004
+++ phpdoc/en/reference/objaggregation/reference.xml Thu Jan 13 10:47:26 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<reference id="ref.objaggregation">
<title>Object Aggregation/Composition Functions</title>
<titleabbrev>Object Aggregation</titleabbrev>
@@ -54,7 +54,7 @@
function generateReport()
{
- $dateTime = $_dt->now();
+ $dateTime = $this->_dt->now();
// more code ...
}