Author: sevein
Date: Tue Aug 14 12:16:37 2012
New Revision: 12101
Log:
Cosmetic changese
Modified:
trunk/plugins/sfRadPlugin/lib/sfRadPlugin.class.php
Modified: trunk/plugins/sfRadPlugin/lib/sfRadPlugin.class.php
==============================================================================
--- trunk/plugins/sfRadPlugin/lib/sfRadPlugin.class.php Tue Aug 14 11:37:23
2012 (r12100)
+++ trunk/plugins/sfRadPlugin/lib/sfRadPlugin.class.php Tue Aug 14 12:16:37
2012 (r12101)
@@ -79,13 +79,6 @@
return implode(' - ', $string);
}
- public function offsetExists($offset)
- {
- $args = func_get_args();
-
- return call_user_func_array(array($this, '__isset'), $args);
- }
-
protected function property($name)
{
if (!isset($this->property[$name]))
@@ -142,13 +135,6 @@
}
}
- public function offsetGet($offset)
- {
- $args = func_get_args();
-
- return call_user_func_array(array($this, '__get'), $args);
- }
-
public function __set($name, $value)
{
switch ($name)
@@ -174,6 +160,20 @@
}
}
+ public function offsetExists($offset)
+ {
+ $args = func_get_args();
+
+ return call_user_func_array(array($this, '__isset'), $args);
+ }
+
+ public function offsetGet($offset)
+ {
+ $args = func_get_args();
+
+ return call_user_func_array(array($this, '__get'), $args);
+ }
+
public function offsetSet($offset, $value)
{
$args = func_get_args();
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.