PHP 클래스 MetaModels\Widgets\MultiTextWidget

상속: extends Widget
파일 보기 프로젝트 열기: metamodels/core

보호된 프로퍼티들

프로퍼티 타입 설명
$blnSubmitInput boolean Submit user input.
$strTemplate string The template to use.

공개 메소드들

메소드 설명
__set ( string $strKey, mixed $varValue ) : void Add specific attributes.
generate ( ) : string Generate the widget and return it as string.

보호된 메소드들

메소드 설명
validator ( mixed $varInput ) : mixed Trim the values and validate them.

메소드 상세

__set() 공개 메소드

Add specific attributes.
public __set ( string $strKey, mixed $varValue ) : void
$strKey string Name of the key to set.
$varValue mixed The value to use.
리턴 void

generate() 공개 메소드

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

validator() 보호된 메소드

Trim the values and validate them.
protected validator ( mixed $varInput ) : mixed
$varInput mixed The value to process.
리턴 mixed The processed value

프로퍼티 상세

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

Submit user input.
protected bool $blnSubmitInput
리턴 boolean

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

The template to use.
protected string $strTemplate
리턴 string