diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
commit | c4b49227819624b14b61e6eedbfa6779cd794d45 (patch) | |
tree | b198cff1151656ab4d8c4ef649e7b8e1bc5e5469 /engine/classes/ElggExtender.php | |
parent | b2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (diff) | |
download | elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.gz elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.bz2 |
most of the comments in the engine now past the sniffer
Diffstat (limited to 'engine/classes/ElggExtender.php')
-rw-r--r-- | engine/classes/ElggExtender.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/engine/classes/ElggExtender.php b/engine/classes/ElggExtender.php index bc2d67ae2..d94bad837 100644 --- a/engine/classes/ElggExtender.php +++ b/engine/classes/ElggExtender.php @@ -24,8 +24,15 @@ * @property mixed $value The value of the extender (int or string) * @property int $time_created A UNIX timestamp of when the extender was created (read-only, set on first save) */ -abstract class ElggExtender extends ElggData -{ +abstract class ElggExtender extends ElggData { + + /** + * (non-PHPdoc) + * + * @see ElggData::initializeAttributes() + * + * @return void + */ protected function initializeAttributes() { parent::initializeAttributes(); |