PHP 클래스 Contao\TableWizard

Provide methods to handle table fields.
상속: extends Widget
파일 보기 프로젝트 열기: contao/core-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$blnSubmitInput boolean Submit user input
$intCols integer Columns
$intRows integer Rows
$strTemplate string Template

공개 메소드들

메소드 설명
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string
importTable ( DataContainer $dc ) : string Return a form to choose a CSV file and import it

메소드 상세

__set() 공개 메소드

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string
$varValue mixed

generate() 공개 메소드

Generate the widget and return it as string
public generate ( ) : string
리턴 string

importTable() 공개 메소드

Return a form to choose a CSV file and import it
public importTable ( DataContainer $dc ) : string
$dc DataContainer
리턴 string

프로퍼티 상세

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

Submit user input
protected bool $blnSubmitInput
리턴 boolean

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

Columns
protected int $intCols
리턴 integer

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

Rows
protected int $intRows
리턴 integer

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

Template
protected string $strTemplate
리턴 string