aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r--engine/lib/sites.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 8fca0f334..9ad1a7621 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -89,23 +89,6 @@
}
/**
- * Class member get overloading
- *
- * @param string $name
- * @return mixed
- */
- function __get($name) { return $this->get($name); }
-
- /**
- * Class member set overloading
- *
- * @param string $name
- * @param mixed $value
- * @return mixed
- */
- function __set($name, $value) { return $this->set($name, $value); }
-
- /**
* Override the load function.
* This function will ensure that all data is loaded (were possible), so
* if only part of the ElggSite is loaded, it'll load the rest.