PHP 클래스 syntax_plugin_data_list, dokuwiki-plugin-data

상속: extends syntax_plugin_data_table
파일 보기 프로젝트 열기: splitbrain/dokuwiki-plugin-data

보호된 프로퍼티들

프로퍼티 타입 설명
$after_item
$after_val
$before_item
$before_val

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
afterVal ( array &$data, integer $colno ) : string After value in listitem
beforeVal ( array &$data, integer $colno ) : string Before value in listitem

메소드 상세

afterVal() 보호된 메소드

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

beforeVal() 보호된 메소드

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

connectTo() 공개 메소드

Connect pattern to lexer
public connectTo ( $mode )

nullList() 공개 메소드

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() 공개 메소드

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

preList() 공개 메소드

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

프로퍼티 상세

$after_item 보호되어 있는 프로퍼티

protected $after_item

$after_val 보호되어 있는 프로퍼티

protected $after_val

$before_item 보호되어 있는 프로퍼티

protected $before_item

$before_val 보호되어 있는 프로퍼티

protected $before_val