PHP Class Common\Core\CommonFormCheckbox

Inheritance: extends SpoonFormCheckbox
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

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

Method Details

getActualValue() public méthode

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
Résultat string