PHP Class RainLab\Translate\FormWidgets\MLText

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Backend\Classes\FormWidgetBase, use trait RainLab\Translate\Traits\MLControl
Show file Open project: rainlab/translate-plugin

Protected Properties

Property Type Description
$defaultAlias {@inheritDoc}

Public Methods

Method Description
getSaveValue ( $value ) : array Returns an array of translated values for this field
init ( ) {@inheritDoc}
render ( ) {@inheritDoc}

Protected Methods

Method Description
loadAssets ( ) {@inheritDoc}

Method Details

getSaveValue() public method

Returns an array of translated values for this field
public getSaveValue ( $value ) : array
return array

init() public method

{@inheritDoc}
public init ( )

loadAssets() protected method

{@inheritDoc}
protected loadAssets ( )

render() public method

{@inheritDoc}
public render ( )

Property Details

$defaultAlias protected property

{@inheritDoc}
protected $defaultAlias