PHP Class syntax_plugin_data_list, dokuwiki-plugin-data

Inheritance: extends syntax_plugin_data_table
Afficher le fichier Open project: splitbrain/dokuwiki-plugin-data

Protected Properties

Свойство Type Description
$after_item
$after_val
$before_item
$before_val

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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

beforeVal() protected méthode

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

connectTo() public méthode

Connect pattern to lexer
public connectTo ( $mode )

nullList() public méthode

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 méthode

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

preList() public méthode

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

Property Details

$after_item protected_oe property

protected $after_item

$after_val protected_oe property

protected $after_val

$before_item protected_oe property

protected $before_item

$before_val protected_oe property

protected $before_val