diff options
| author | cash <cash.costello@gmail.com> | 2013-03-16 12:41:16 -0400 |
|---|---|---|
| committer | cash <cash.costello@gmail.com> | 2013-03-16 12:41:16 -0400 |
| commit | 00819122111a081c17f1ae4c53974b0deb50757c (patch) | |
| tree | 7b031dcce924a8f006d4ed70abd12662862d4867 /engine/classes/ElggXMLElement.php | |
| parent | ea4ce20b3632a3c55ffedfad1ad53845db5a7e12 (diff) | |
| download | elgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.gz elgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.bz2 | |
more coding standard fixes
Diffstat (limited to 'engine/classes/ElggXMLElement.php')
| -rw-r--r-- | engine/classes/ElggXMLElement.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/classes/ElggXMLElement.php b/engine/classes/ElggXMLElement.php index d7e912035..6f2633e25 100644 --- a/engine/classes/ElggXMLElement.php +++ b/engine/classes/ElggXMLElement.php @@ -77,6 +77,8 @@ class ElggXMLElement { } /** + * Override -> + * * @param string $name Property name * @return mixed */ @@ -99,6 +101,8 @@ class ElggXMLElement { } /** + * Override isset + * * @param string $name Property name * @return boolean */ |
