| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Browser check. More...
 Collaboration diagram for ilBrowser:
 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 22 of file class.ilBrowser.php.
| ilBrowser::getAgent | ( | ) | 
Definition at line 167 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:
 Here is the caller graph for this function:| ilBrowser::getPlatform | ( | ) | 
Definition at line 177 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:
 Here is the caller graph for this function:| ilBrowser::getVersion | ( | $a_as_array = true | ) | 
Definition at line 172 of file class.ilBrowser.php.
Referenced by returnArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilBrowser::ilBrowser | ( | ) | 
Definition at line 31 of file class.ilBrowser.php.
| ilBrowser::isBeos | ( | ) | 
Definition at line 206 of file class.ilBrowser.php.
References getPlatform().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isFirefox | ( | ) | 
Definition at line 308 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isIE | ( | ) | 
Definition at line 242 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isLinux | ( | ) | 
Definition at line 182 of file class.ilBrowser.php.
References getPlatform().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isMac | ( | ) | 
Definition at line 218 of file class.ilBrowser.php.
References getPlatform().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isMozilla | ( | ) | 
means: Netscape/Mozilla with Gecko engine
Definition at line 272 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isNetscape | ( | ) | 
means: Netscape/Mozilla without Gecko engine
Definition at line 257 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isOpera | ( | ) | 
Definition at line 284 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isSafari | ( | ) | 
Definition at line 296 of file class.ilBrowser.php.
References getAgent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isUnix | ( | ) | 
Definition at line 194 of file class.ilBrowser.php.
References getPlatform().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::isWindows | ( | ) | 
Definition at line 230 of file class.ilBrowser.php.
References getPlatform().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::returnArray | ( | ) | 
Definition at line 156 of file class.ilBrowser.php.
References $data, getAgent(), getPlatform(), and getVersion().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBrowser::$br | 
Definition at line 27 of file class.ilBrowser.php.
| ilBrowser::$BROWSER_AGENT | 
Definition at line 24 of file class.ilBrowser.php.
Referenced by getAgent().
| ilBrowser::$BROWSER_PLATFORM | 
Definition at line 26 of file class.ilBrowser.php.
Referenced by getPlatform().
| ilBrowser::$BROWSER_VER | 
Definition at line 25 of file class.ilBrowser.php.
| ilBrowser::$data | 
Definition at line 29 of file class.ilBrowser.php.
Referenced by returnArray().
| ilBrowser::$p | 
Definition at line 28 of file class.ilBrowser.php.