From 95740405456f72d6d222b08a7b366e5559835ccf Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 14 Nov 2010 06:20:49 +0000 Subject: Added comments to several undocumented methods git-svn-id: http://code.elgg.org/elgg/trunk@7305 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggAnnotation.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engine/classes/ElggAnnotation.php') diff --git a/engine/classes/ElggAnnotation.php b/engine/classes/ElggAnnotation.php index 60a79bac9..913d909c5 100644 --- a/engine/classes/ElggAnnotation.php +++ b/engine/classes/ElggAnnotation.php @@ -14,6 +14,13 @@ */ class ElggAnnotation extends ElggExtender { + /** + * (non-PHPdoc) + * + * @see ElggData::initializeAttributes() + * + * @return void + */ protected function initializeAttributes() { parent::initializeAttributes(); -- cgit v1.2.3