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
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed
Tags
news()
Generates news widget on the dashboard
public
news() : mixed
Tags
statistics()
Generates statistics widget at the backend
public
statistics(mixed $title, mixed $description, mixed $items) : mixed
Parameters
- $title : mixed
- $description : mixed
- $items : mixed
Tags
tabs()
Generates tabs for the back-end
public
tabs(mixed $tabs) : mixed
Parameters
- $tabs : mixed
Tags
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