Documentation

AdminWidgets extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
comments()  : mixed
Generates recent comments widget at the backend
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
news()  : mixed
Generates news widget on the dashboard
statistics()  : mixed
Generates statistics widget at the backend
tabs()  : mixed
Generates tabs for the back-end
version()  : mixed
Generates versioning widget on the dashboard

Properties

$fd

protected mixed $fd = null

Methods

__construct()

public __construct(mixed $fd) : mixed
Parameters
$fd : mixed

comments()

Generates recent comments widget at the backend

public comments(mixed $comments[, mixed $emptyText = 'FD_NO_COMMENTS_YET' ]) : mixed
Parameters
$comments : mixed
$emptyText : mixed = 'FD_NO_COMMENTS_YET'
Tags
since
1.1.0
access

public

getTemplate()

Central method to generate a new theme object so that we can centralize and inject variables into the library

public getTemplate() : mixed
Tags
since
1.0.0
access

public

news()

Generates news widget on the dashboard

public news() : mixed
Tags
since
1.1.0
access

public

statistics()

Generates statistics widget at the backend

public statistics(mixed $title, mixed $description, mixed $items) : mixed
Parameters
$title : mixed
$description : mixed
$items : mixed
Tags
since
1.1.0
access

public

tabs()

Generates tabs for the back-end

public tabs(mixed $tabs) : mixed
Parameters
$tabs : mixed
Tags
since
1.1.0
access

public

version()

Generates versioning widget on the dashboard

public version(mixed $apiKey, mixed $installedVersion, mixed $apiUrl, mixed $updateTaskUrl) : mixed
Parameters
$apiKey : mixed
$installedVersion : mixed
$apiUrl : mixed
$updateTaskUrl : mixed
Tags
since
1.1.0
access

public


        
On this page

Search results