PHP Class Common\Core\CommonFormCheckbox

Inheritance: extends SpoonFormCheckbox
Show file Open project: forkcms/forkcms

Public Methods

Method Description
getActualValue ( mixed $checked = 'Y', mixed $notChecked = 'N' ) : string Returns the value corresponding with the state of the checkbox

Method Details

getActualValue() public method

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
return string