]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4089 corrects documentation of ElggRelationship constructor
authorCash Costello <cash.costello@gmail.com>
Tue, 15 Nov 2011 23:55:04 +0000 (18:55 -0500)
committercash <cash.costello@gmail.com>
Thu, 17 Nov 2011 00:53:04 +0000 (19:53 -0500)
engine/classes/ElggRelationship.php

index a0826689d249e115faab83722f5ab6e6d82aa505..2d9a32cbd899b75e001228eac50e78ad5071449d 100644 (file)
@@ -10,9 +10,9 @@ class ElggRelationship extends ElggData implements
 {
 
        /**
-        * Construct a new site object, optionally from a given id value or row.
+        * Create a relationship object, optionally from a given id value or row.
         *
-        * @param mixed $id ElggRelationship id
+        * @param mixed $id ElggRelationship id, database row, or null for new relationship
         */
        function __construct($id = null) {
                $this->initializeAttributes();