|
| | isEmpty ($value) |
| |
| | partial ($value) |
| |
| | between ($from, $to, $include=true) |
| |
| | outside ($from, $to, $include=false) |
| |
| | interval ($value, $interval, $include=true) |
| |
| | range ($from, $to, $include=true) |
| |
| | modulo ($value, $interval, $include=true) |
| |
| | __construct ($db, $field, $table_alias=false) |
| |
| | isEmpty ($value) |
| |
| | getDefaultSearchMethod () |
| |
| | getSearchMethods () |
| |
| | exact ($value) |
| |
| | partial ($value) |
| |
| | between ($from, $to, $include=true) |
| |
| | outside ($from, $to, $include=false) |
| |
| | interval ($from, $interval) |
| |
| | range ($from, $to, $include=true) |
| |
| | modulo ($from, $interval, $include=true) |
| |
| | search ($value, $operator='=') |
| |
| | getFieldName () |
| |
◆ isEmpty()
Is it a null or otherwise empty value?
- Paramètres
-
| mixed | $value | The value to test for emptiness |
- Renvoie
- boolean
Références $value.
La documentation de cette classe a été générée à partir du fichier suivant :