PHP Класс Habari\FormControlData

Наследование: extends FormControl
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( Theme $theme ) : string This control shouldn't output anything
process ( ) This control's value should not be affected by what is submitted from the browser

Описание методов

get() публичный Метод

This control shouldn't output anything
public get ( Theme $theme ) : string
$theme Theme
Результат string

process() публичный Метод

This control's value should not be affected by what is submitted from the browser
public process ( )