PHP 클래스 Texy\Modules\TableModule

상속: extends Texy\Module
파일 보기 프로젝트 열기: dg/texy

공개 프로퍼티들

프로퍼티 타입 설명
$evenClass CSS class for even rows
$oddClass CSS class for odd rows

공개 메소드들

메소드 설명
__construct ( $texy )
patternTable ( BlockParser $parser, array $matches ) : HtmlElement | string | FALSE Callback for:.

비공개 메소드들

메소드 설명
finishPart ( HtmlElement $elPart ) : void Parse text in all cells.

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

patternTable() 공개 메소드

.(title)[class]{style}> |------------------ | xxx | xxx | xxx | .(..){..}[..] |------------------ | aa | bb | cc |
public patternTable ( BlockParser $parser, array $matches ) : HtmlElement | string | FALSE
$parser Texy\BlockParser
$matches array
리턴 Texy\HtmlElement | string | FALSE

프로퍼티 상세

$evenClass 공개적으로 프로퍼티

CSS class for even rows
public $evenClass

$oddClass 공개적으로 프로퍼티

CSS class for odd rows
public $oddClass