|
|
@@ -192,6 +192,43 @@ interface Zend_Http_UserAgent_Device extends Serializable
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="zend.http.user-agent-device.methods.has-feature">
|
|
|
+ <term>
|
|
|
+ <methodsynopsis>
|
|
|
+ <methodname>hasFeature</methodname>
|
|
|
+ <methodparam>
|
|
|
+ <funcparams>$feature</funcparams>
|
|
|
+ </methodparam>
|
|
|
+ </methodsynopsis>
|
|
|
+ </term>
|
|
|
+
|
|
|
+ <listitem>
|
|
|
+ <para>
|
|
|
+ Query the device to determine if it contains information on a specific
|
|
|
+ feature.
|
|
|
+ </para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="zend.http.user-agent-device.methods.get-feature">
|
|
|
+ <term>
|
|
|
+ <methodsynopsis>
|
|
|
+ <methodname>getFeature</methodname>
|
|
|
+ <methodparam>
|
|
|
+ <funcparams>$feature</funcparams>
|
|
|
+ </methodparam>
|
|
|
+ </methodsynopsis>
|
|
|
+ </term>
|
|
|
+
|
|
|
+ <listitem>
|
|
|
+ <para>
|
|
|
+ Retrieve the value of a specific device feature, if present. Typically, this
|
|
|
+ will return a boolean <constant>false</constant> or a
|
|
|
+ <constant>null</constant> value if the feature is not defined.
|
|
|
+ </para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="zend.http.user-agent-device.methods.get-browser">
|
|
|
<term>
|
|
|
<methodsynopsis>
|