PHP Interface unclead\multipleinput\renderers\RendererInterface

Show file Open project: unclead/yii2-multiple-input

Public Methods

Method Description
getIndexPlaceholder ( ) : string Returns a placeholder.
render ( ) : mixed Renders the widget's content.
setContext ( mixed $context ) : mixed Set current context.

Method Details

getIndexPlaceholder() public method

Returns a placeholder.
public getIndexPlaceholder ( ) : string
return string

render() public method

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

setContext() public method

Set current context.
public setContext ( mixed $context ) : mixed
$context mixed
return mixed