Static Public Member Functions | |
| static | genHeadIfNeeded () |
| This static method should be called inside page head section. | |
| static | handleRequest () |
| |
| 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). | |
Definition at line 27 of file FileBrowser.class.php.
| 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] |
This method handles FileBrowser standalone requests if needed.
Definition at line 39 of file FileBrowser.class.php.
References Config::instance().

| static FileBrowser::requested | ( | ) | [static] |
Check if FileBrowser is requested by client.
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.
| 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).
Definition at line 94 of file FileBrowser.class.php.
1.5.4