PHP Class syntax_plugin_data_list, dokuwiki-plugin-data

Inheritance: extends syntax_plugin_data_table
Show file Open project: splitbrain/dokuwiki-plugin-data

Protected Properties

Property Type Description
$after_item
$after_val
$before_item
$before_val

Public Methods

Method Description
connectTo ( $mode ) Connect pattern to lexer
nullList ( array $data, array $clist, Doku_Renderer $R ) Create an empty list
postList ( array $data, integer $rowcnt ) : string Create list footer
preList ( array $clist, array $data ) : string Create list header

Protected Methods

Method Description
afterVal ( array &$data, integer $colno ) : string After value in listitem
beforeVal ( array &$data, integer $colno ) : string Before value in listitem

Method Details

afterVal() protected method

After value in listitem
protected afterVal ( array &$data, integer $colno ) : string
$data array
$colno integer
return string

beforeVal() protected method

Before value in listitem
protected beforeVal ( array &$data, integer $colno ) : string
$data array instructions by handler
$colno integer column number
return string

connectTo() public method

Connect pattern to lexer
public connectTo ( $mode )

nullList() public method

Create an empty list
public nullList ( array $data, array $clist, Doku_Renderer $R )
$data array instruction by handler()
$clist array keys of the columns
$R Doku_Renderer

postList() public method

Create list footer
public postList ( array $data, integer $rowcnt ) : string
$data array instruction by handler()
$rowcnt integer number of rows
return string html of table footer

preList() public method

Create list header
public preList ( array $clist, array $data ) : string
$clist array keys of the columns
$data array instruction by handler
return string html of table header

Property Details

$after_item protected property

protected $after_item

$after_val protected property

protected $after_val

$before_item protected property

protected $before_item

$before_val protected property

protected $before_val