Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • ArticleForumRightBottom
  • cApiClickableAction
  • cApiClickableQuestionAction
  • cGuiBackendHelpbox
  • cGuiFileOverview
  • cGuiFoldingRow
  • cGuiList
  • cGuiMenu
  • cGuiNavigation
  • cGuiNotification
  • cGuiObjectPager
  • cGuiPage
  • cGuiScrollList
  • cGuiSourceEditor
  • cGuiTableForm
  • cGuiTree
  • cPager
  • cTemplate
  • cTree
  • cTreeItem
  • NoteLink
  • NoteList
  • NoteListItem
  • NoteView
  • TODOBackendList
  • TODOLink
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cGuiFileOverview

Displays files in the left bottom frame

cGuiPage
Extended by cGuiFileOverview
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.fileoverview.php
Methods summary
public
# __construct( string $dir, string $markedFile = '', string $fileInfoType = '' )

Default constructor. Initializes the class for the directory

Default constructor. Initializes the class for the directory

Parameters

$dir
string
$dir
$markedFile
string
$markedFile
$fileInfoType
string
$fileInfoType

Overrides

cGuiPage::__construct()
public
# setFileExtension( array $extension )

Display only special file extensions

Display only special file extensions

Parameters

$extension
array
| string $extension Name of extensions
public string
# render( )

Renders the page

Renders the page

Returns

string
void either the webpage or nothing

See

cGuiPage::render()

Overrides

cGuiPage::render()
Methods inherited from cGuiPage
_getRealFilePathName(), _renderContentMessages(), _renderMetaTags(), _renderObjects(), _renderScripts(), _renderStyles(), _renderTemplate(), abortRendering(), addBodyClassName(), addMeta(), addScript(), addStyle(), appendContent(), displayCriticalError(), displayError(), displayInfo(), displayWarning(), next(), reloadFrame(), set(), setContent(), setEncoding(), setMarkScript(), setReload(), setSubnav()
Properties summary
protected string $directory
#

Path to the directory that is being displayed

Path to the directory that is being displayed

protected string $markedFile
#

Name of the marked up file

Name of the marked up file

protected string $fileInfoType
#

Type of the file information in the database

Type of the file information in the database

protected string $fileExtension
#

Selected file extension

Selected file extension

Properties inherited from cGuiPage
$_abort, $_bodyClassNames, $_contentTemplate, $_error, $_filesDirectory, $_info, $_markScript, $_metaTags, $_objects, $_pageName, $_pageTemplate, $_pluginName, $_scripts, $_skipTemplateCheck, $_styles, $_subnav, $_warning
CMS CONTENIDO 4.9.5 API documentation generated by ApiGen 2.8.0