PHP 인터페이스 unclead\multipleinput\renderers\RendererInterface

파일 보기 프로젝트 열기: unclead/yii2-multiple-input

공개 메소드들

메소드 설명
getIndexPlaceholder ( ) : string Returns a placeholder.
render ( ) : mixed Renders the widget's content.
setContext ( mixed $context ) : mixed Set current context.

메소드 상세

getIndexPlaceholder() 공개 메소드

Returns a placeholder.
public getIndexPlaceholder ( ) : string
리턴 string

render() 공개 메소드

Renders the widget's content.
public render ( ) : mixed
리턴 mixed

setContext() 공개 메소드

Set current context.
public setContext ( mixed $context ) : mixed
$context mixed
리턴 mixed