PHP Class FOF30\Model\DataModel\Filter\Boolean

Inheritance: extends Number
Datei anzeigen Open project: akeeba/fof Class Usage Examples

Public Methods

Method Description
isEmpty ( mixed $value ) : boolean Is it a null or otherwise empty value?

Method Details

isEmpty() public method

Is it a null or otherwise empty value?
public isEmpty ( mixed $value ) : boolean
$value mixed The value to test for emptiness
return boolean