PHP 클래스 unclead\multipleinput\MultipleInputColumn

상속: extends unclead\multipleinput\components\BaseColumn
파일 보기 프로젝트 열기: unclead/yii2-multiple-input 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$context MultipleInput

공개 메소드들

메소드 설명
getElementName ( integer | null $index, boolean $withPrefix = true ) : string Returns element's name.
getFirstError ( integer | string | null $index ) : null | string
init ( )

보호된 메소드들

메소드 설명
getInputNamePrefix ( ) : string Return prefix for name of input.
hasModelAttribute ( $name )
renderWidget ( $type, $name, $value, $options )

비공개 메소드들

메소드 설명
isRendererHasOneColumn ( ) : boolean

메소드 상세

getElementName() 공개 메소드

Returns element's name.
public getElementName ( integer | null $index, boolean $withPrefix = true ) : string
$index integer | null current row index
$withPrefix boolean whether to add prefix.
리턴 string

getFirstError() 공개 메소드

public getFirstError ( integer | string | null $index ) : null | string
$index integer | string | null
리턴 null | string

getInputNamePrefix() 보호된 메소드

Return prefix for name of input.
protected getInputNamePrefix ( ) : string
리턴 string

hasModelAttribute() 보호된 메소드

protected hasModelAttribute ( $name )

init() 공개 메소드

public init ( )

renderWidget() 보호된 메소드

protected renderWidget ( $type, $name, $value, $options )

프로퍼티 상세

$context 공개적으로 프로퍼티

public MultipleInput,unclead\multipleinput $context
리턴 MultipleInput