Contao\FormPassword::parse PHP Method

parse() public method

Parse the template file and return it as string
public parse ( array $arrAttributes = null ) : string
$arrAttributes array An optional attributes array
return string The template markup
    public function parse($arrAttributes = null)
    {
        $this->confirmLabel = sprintf($GLOBALS['TL_LANG']['MSC']['confirmation'], $this->strLabel);
        return parent::parse($arrAttributes);
    }