|
|
@@ -529,7 +529,12 @@ class Zend_Http_UserAgent implements Serializable
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @return the $device
|
|
|
+ * Returns the device object
|
|
|
+ *
|
|
|
+ * This is the object that will contain the various discovered device
|
|
|
+ * capabilities.
|
|
|
+ *
|
|
|
+ * @return Zend_Http_UserAgent_Device $device
|
|
|
*/
|
|
|
public function getDevice()
|
|
|
{
|
|
|
@@ -614,7 +619,7 @@ class Zend_Http_UserAgent implements Serializable
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Retrieve the "$_SERVER" array
|
|
|
+ * Set the "$_SERVER" array
|
|
|
*
|
|
|
* Basically, the $_SERVER array or an equivalent container storing the
|
|
|
* data that will be introspected.
|