Documentation

Table extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
checkall()  : mixed
Renders a check all checkbox in a table
core()  : mixed
Renders core icon.
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
id()  : mixed
Renders a checkbox for each table row.
locked()  : mixed
Renders a lock/unlock icon in a grid
moderation()  : mixed
Renders a pending moderation icon
order()  : mixed
Renders an order for each of the table items
published()  : mixed
Renders publish/unpublish icon.
saveOrder()  : mixed
Renders a button to save order for the table column
sort()  : mixed
Renders a sortable table column

Properties

$fd

protected mixed $fd = null

Methods

__construct()

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

checkall()

Renders a check all checkbox in a table

public checkall() : mixed
Tags
since
1.0.0
access

public

core()

Renders core icon.

public core(mixed $isCore[, mixed $options = [] ]) : mixed
Parameters
$isCore : mixed
$options : mixed = []
Tags
since
1.0.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

id()

Renders a checkbox for each table row.

public id(mixed $number, mixed $value[, mixed $allowed = true ][, mixed $checkedOut = false ][, mixed $name = 'cid' ]) : mixed
Parameters
$number : mixed
$value : mixed
$allowed : mixed = true
$checkedOut : mixed = false
$name : mixed = 'cid'
Tags
since
1.0.0
access

public

locked()

Renders a lock/unlock icon in a grid

public locked(mixed $isLocked, mixed $actionAllowed[, mixed $options = [] ]) : mixed
Parameters
$isLocked : mixed
$actionAllowed : mixed
$options : mixed = []
Tags
since
1.0.0
access

public

moderation()

Renders a pending moderation icon

public moderation(mixed $task) : mixed
Parameters
$task : mixed
Tags
since
1.0.0
access

public

order()

Renders an order for each of the table items

public order(Pagination $pagination, mixed $name, mixed $key[, mixed $saveOrder = false ][, mixed $options = [] ]) : mixed
Parameters
$pagination : Pagination
$name : mixed
$key : mixed
$saveOrder : mixed = false
$options : mixed = []
Tags
since
1.1.0
access

public

published()

Renders publish/unpublish icon.

public published(mixed $class, mixed $actionAllowed[, mixed $options = [] ]) : mixed
Parameters
$class : mixed
$actionAllowed : mixed
$options : mixed = []
Tags
since
1.0.0
access

public

saveOrder()

Renders a button to save order for the table column

public saveOrder(mixed $task) : mixed
Parameters
$task : mixed
Tags
since
1.1.0
access

public

sort()

Renders a sortable table column

public sort(mixed $title, mixed $column, mixed $currentOrdering, mixed $currentDirection[, mixed $options = [] ]) : mixed
Parameters
$title : mixed
$column : mixed
$currentOrdering : mixed
$currentDirection : mixed
$options : mixed = []
Tags
since
1.1.0
access

public


        
On this page

Search results