SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class FileListWidget

doc list widget

Variables

NameVisibilityDescription
$default_settings 
$friendly_desc 
$friendly_name 

Functions

NameVisibilityDescription
getEditUrlpublicReturns a URL for editing the contents of this widget
getInfoLabelspublicReturns a label which describes the contents of this widget
getOrderSqlprivateReturns the SQL which should be used for ordering the articles
getSettingsFormpublicReturns the settings for the doc list widget
renderpublicReturns the output of the doc list widget

public getEditUrl

unknown $FileListWidget->getEditUrl ( );

Returns a URL for editing the contents of this widget
See Widget::getEditUrl for full documentation

public getInfoLabels

unknown $FileListWidget->getInfoLabels ( );

Returns a label which describes the contents of this widget
See Widget::get_info_label for full documentation

private getOrderSql

unknown $FileListWidget->getOrderSql ( );

Returns the SQL which should be used for ordering the articles

public getSettingsForm

unknown $FileListWidget->getSettingsForm ( );

Returns the settings for the doc list widget
See Widget::getSettingsForm for full documentation

public render

unknown $FileListWidget->render ( int $orientation );

Returns the output of the doc list widget
See Widget::render for full documentation