Home
last modified time | relevance | path

Searched refs:VERSION_TYPE_STRING (Results 1 – 1 of 1) sorted by relevance

/plugin/sectiontoggle/
H A DMobile_Detect.php69 const VERSION_TYPE_STRING = 'text'; define in Mobile_Detect
1300 * @param string $type Either self::VERSION_TYPE_STRING to get a string value or
1302 * is optional and defaults to self::VERSION_TYPE_STRING. Passing an
1307 public function version($propertyName, $type = self::VERSION_TYPE_STRING)
1314 if ($type !== self::VERSION_TYPE_STRING && $type !== self::VERSION_TYPE_FLOAT) {
1315 $type = self::VERSION_TYPE_STRING;