From 5db2402d1eb38e012081509be292bcd1fcef164d Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 7 Aug 2008 17:10:00 +0000 Subject: Centralised set and get magic functions to the tlc. Added isset and unset magic methods. Report any problems! git-svn-id: https://code.elgg.org/elgg/trunk@1776 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/sites.php | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'engine/lib/sites.php') 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 @@ -88,23 +88,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 -- cgit v1.2.3