X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFormOptions.php;h=33bbd86a6f686e8027b5298a46b3358655d1f19e;hb=bbffc62c58972a34ee617ce135e37ec936272341;hp=50068fc9f11492d0386d9d6ecfb72226cca95e61;hpb=7b25f8231f7c6fc2f069a68b3b579860563e8319;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 50068fc9f1..33bbd86a6f 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -1,16 +1,35 @@ options[$name] ); } - /** Retrieve an option value */ + /** + * Retrieve an option value + * @return Mixed + */ public function offsetGet( $name ) { return $this->getValue( $name ); }