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
core()
Renders core icon.
public
core(mixed $isCore[, mixed $options = [] ]) : mixed
Parameters
- $isCore : mixed
- $options : mixed = []
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
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
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
moderation()
Renders a pending moderation icon
public
moderation(mixed $task) : mixed
Parameters
- $task : mixed
Tags
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
published()
Renders publish/unpublish icon.
public
published(mixed $class, mixed $actionAllowed[, mixed $options = [] ]) : mixed
Parameters
- $class : mixed
- $actionAllowed : mixed
- $options : mixed = []
Tags
saveOrder()
Renders a button to save order for the table column
public
saveOrder(mixed $task) : mixed
Parameters
- $task : mixed
Tags
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 = []