|
ILIAS
Release_3_10_x_branch Revision 61812
|
Browser check. More...
Collaboration diagram for ilBrowser:Public Member Functions | |
| ilBrowser () | |
| returnArray () | |
| getAgent () | |
| getVersion ($a_as_array=true) | |
| getPlatform () | |
| isLinux () | |
| isUnix () | |
| isBeos () | |
| isMac () | |
| isWindows () | |
| isIE () | |
| isNetscape () | |
| means: Netscape/Mozilla without Gecko engine | |
| isMozilla () | |
| means: Netscape/Mozilla with Gecko engine | |
| isOpera () | |
| isSafari () | |
| isFirefox () | |
Data Fields | |
| $BROWSER_AGENT | |
| $BROWSER_VER | |
| $BROWSER_PLATFORM | |
| $br | |
| $p | |
| $data | |
Browser check.
Definition at line 44 of file class.ilBrowser.php.
| ilBrowser::getAgent | ( | ) |
Definition at line 189 of file class.ilBrowser.php.
References $BROWSER_AGENT.
Referenced by isFirefox(), isIE(), isMozilla(), isNetscape(), isOpera(), isSafari(), and returnArray().
Here is the caller graph for this function:| ilBrowser::getPlatform | ( | ) |
Definition at line 199 of file class.ilBrowser.php.
References $BROWSER_PLATFORM.
Referenced by isBeos(), isLinux(), isMac(), isUnix(), isWindows(), and returnArray().
Here is the caller graph for this function:| ilBrowser::getVersion | ( | $a_as_array = true | ) |
Definition at line 194 of file class.ilBrowser.php.
Referenced by returnArray().
Here is the caller graph for this function:| ilBrowser::ilBrowser | ( | ) |
Definition at line 53 of file class.ilBrowser.php.
| ilBrowser::isBeos | ( | ) |
Definition at line 228 of file class.ilBrowser.php.
References getPlatform().
Here is the call graph for this function:| ilBrowser::isFirefox | ( | ) |
Definition at line 330 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isIE | ( | ) |
Definition at line 264 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isLinux | ( | ) |
Definition at line 204 of file class.ilBrowser.php.
References getPlatform().
Here is the call graph for this function:| ilBrowser::isMac | ( | ) |
Definition at line 240 of file class.ilBrowser.php.
References getPlatform().
Here is the call graph for this function:| ilBrowser::isMozilla | ( | ) |
means: Netscape/Mozilla with Gecko engine
Definition at line 294 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isNetscape | ( | ) |
means: Netscape/Mozilla without Gecko engine
Definition at line 279 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isOpera | ( | ) |
Definition at line 306 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isSafari | ( | ) |
Definition at line 318 of file class.ilBrowser.php.
References getAgent().
Here is the call graph for this function:| ilBrowser::isUnix | ( | ) |
Definition at line 216 of file class.ilBrowser.php.
References getPlatform().
Here is the call graph for this function:| ilBrowser::isWindows | ( | ) |
Definition at line 252 of file class.ilBrowser.php.
References getPlatform().
Here is the call graph for this function:| ilBrowser::returnArray | ( | ) |
Definition at line 178 of file class.ilBrowser.php.
References $data, getAgent(), getPlatform(), and getVersion().
Here is the call graph for this function:| ilBrowser::$br |
Definition at line 49 of file class.ilBrowser.php.
| ilBrowser::$BROWSER_AGENT |
Definition at line 46 of file class.ilBrowser.php.
Referenced by getAgent().
| ilBrowser::$BROWSER_PLATFORM |
Definition at line 48 of file class.ilBrowser.php.
Referenced by getPlatform().
| ilBrowser::$BROWSER_VER |
Definition at line 47 of file class.ilBrowser.php.
| ilBrowser::$data |
Definition at line 51 of file class.ilBrowser.php.
Referenced by returnArray().
| ilBrowser::$p |
Definition at line 50 of file class.ilBrowser.php.