FRED™
3.0
FRED™: Framework for Rapid and Easy Development
Check.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Rsi\Fred\Controller\Widget
;
4
5
class
Check
extends
\Rsi\Fred\Controller\Widget{
6
7
public
function
convert
($value){
8
return
(
bool
)$value;
9
}
10
11
public
function
format
($value){
12
return
(
bool
)$value;
13
}
14
15
public
function
clientConvert
($value){
16
return
strcasecmp($value,
'false'
) ? parent::purgeBase($value) :
false
;
17
}
18
19
}
Rsi\Fred\Controller\Widget
Definition:
Char.php:3
Rsi\Fred\Controller\Widget\Check\format
format($value)
Definition:
Check.php:11
Rsi\Fred\Controller\Widget\Check
Definition:
Check.php:5
Rsi\Fred\Controller\Widget\Check\clientConvert
clientConvert($value)
Definition:
Check.php:15
Rsi\Fred\Controller\Widget\Check\convert
convert($value)
Definition:
Check.php:7
src
Rsi
Fred
Controller
Widget
Check.php
Generated on Sun Aug 2 2020 19:43:57 for FRED™ by
1.8.13