FileBrowser Class Reference
[FileBrowser]

Server part of FileBrowser component. More...

List of all members.

Static Public Member Functions

static genHeadIfNeeded ()
 This static method should be called inside page head section.
static handleRequest ()
 
Attention:
This static method must be always called before any session_start() or header() command.

static requested ()
 Check if FileBrowser is requested by client.
static showContent ($page, $pageTitle)
 This static method should be called inside page body (inside content page block).
static titlePostfix ()
 Title of managed conent (file/directory).


Detailed Description

Server part of FileBrowser component.

Definition at line 27 of file FileBrowser.class.php.


Member Function Documentation

static FileBrowser::genHeadIfNeeded (  )  [static]

This static method should be called inside page head section.

Insert links to Javascript files and inline scripts to page head.

Definition at line 122 of file FileBrowser.class.php.

static FileBrowser::handleRequest (  )  [static]

Attention:
This static method must be always called before any session_start() or header() command.

This method handles FileBrowser standalone requests if needed.

Definition at line 39 of file FileBrowser.class.php.

References Config::instance().

Here is the call graph for this function:

static FileBrowser::requested (  )  [static]

Check if FileBrowser is requested by client.

Returns:
Return true if FileBrowser is requested.

Definition at line 32 of file FileBrowser.class.php.

static FileBrowser::showContent ( page,
pageTitle 
) [static]

This static method should be called inside page body (inside content page block).

Handle non-standalone FileBrowser request.

Parameters:
page Name of page maintained by PageServer.
pageTitle Visible page title.

Definition at line 107 of file FileBrowser.class.php.

static FileBrowser::titlePostfix (  )  [static]

Title of managed conent (file/directory).

Returns:
Return string with page title postfix or empty string if FileBrowser is not active.

Definition at line 94 of file FileBrowser.class.php.


The documentation for this class was generated from the following file:
Generated on Sat Mar 8 10:26:43 2008 for Dudka.cz by  doxygen 1.5.4