aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggXMLElement.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-03-16 12:03:21 -0400
committercash <cash.costello@gmail.com>2013-03-16 12:03:21 -0400
commitea4ce20b3632a3c55ffedfad1ad53845db5a7e12 (patch)
tree765dfeb2bd559efb31785f522e95f1a1af158ade /engine/classes/ElggXMLElement.php
parenta2ecf54d56d9f877e6f0f8ac6d841cee6187aac4 (diff)
downloadelgg-ea4ce20b3632a3c55ffedfad1ad53845db5a7e12.tar.gz
elgg-ea4ce20b3632a3c55ffedfad1ad53845db5a7e12.tar.bz2
coding standards
Diffstat (limited to 'engine/classes/ElggXMLElement.php')
-rw-r--r--engine/classes/ElggXMLElement.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/classes/ElggXMLElement.php b/engine/classes/ElggXMLElement.php
index 4e4b7e63c..d7e912035 100644
--- a/engine/classes/ElggXMLElement.php
+++ b/engine/classes/ElggXMLElement.php
@@ -76,6 +76,10 @@ class ElggXMLElement {
return $result;
}
+ /**
+ * @param string $name Property name
+ * @return mixed
+ */
function __get($name) {
switch ($name) {
case 'name':
@@ -94,6 +98,10 @@ class ElggXMLElement {
return null;
}
+ /**
+ * @param string $name Property name
+ * @return boolean
+ */
function __isset($name) {
switch ($name) {
case 'name':