PHP Interface unclead\multipleinput\renderers\RendererInterface

Afficher le fichier Open project: unclead/yii2-multiple-input

Méthodes publiques

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

Method Details

getIndexPlaceholder() public méthode

Returns a placeholder.
public getIndexPlaceholder ( ) : string
Résultat string

render() public méthode

Renders the widget's content.
public render ( ) : mixed
Résultat mixed

setContext() public méthode

Set current context.
public setContext ( mixed $context ) : mixed
$context mixed
Résultat mixed