PHP Класс Common\Core\CommonFormCheckbox

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

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

Метод Описание
getActualValue ( mixed $checked = 'Y', mixed $notChecked = 'N' ) : string Returns the value corresponding with the state of the checkbox

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

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

Returns the value corresponding with the state of the checkbox
public getActualValue ( mixed $checked = 'Y', mixed $notChecked = 'N' ) : string
$checked mixed the return value when checked
$notChecked mixed the return value when not checked
Результат string