class League / CommonMark / Extension / Table / TableSection
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

TableSection

Extends

Constants

public

TYPE_HEAD

Default: 'head'
public

TYPE_BODY

Default: 'body'

Properties

private

$type

Default: null

Methods

public

__construct ( string $type ) : void

public

getType ( ) : void

public

isHead ( ) : void

public

isBody ( ) : void