Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FOFModelFieldText
+ Graphe d'héritage de FOFModelFieldText:

Fonctions membres publiques

 __construct ($db, $field, $table_alias=false)
 
 getDefaultSearchMethod ()
 
 partial ($value)
 
 exact ($value)
 
 between ($from, $to, $include=true)
 
 outside ($from, $to, $include=false)
 
 interval ($value, $interval, $include=true)
 
 range ($from, $to, $include=false)
 
 modulo ($from, $to, $include=false)
 
- Fonctions membres publiques hérités de FOFModelField
 __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 ()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de FOFModelField
static getField ($field, $config=array())
 
static getFieldType ($type)
 
- Champs de données hérités de FOFModelField
 $null_value = null
 
- Attributs protégés hérités de FOFModelField
 $_db = null
 
 $name = ''
 
 $type = ''
 
 $table_alias = false
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $db,
  $field,
  $table_alias = false 
)

Constructor

Paramètres
FOFDatabaseDriver$dbThe database object
object$fieldThe field informations as taken from the db

Références $db, et $field.

Documentation des fonctions membres

◆ between()

between (   $from,
  $to,
  $include = true 
)

Dummy method; this search makes no sense for text fields

Paramètres
mixed$fromIgnored
mixed$toIgnored
boolean$includeIgnored
Renvoie
string Empty string

◆ exact()

exact (   $value)

Perform an exact match (match string)

Paramètres
mixed$valueThe value to compare to
Renvoie
string The SQL where clause for this search

Références $value.

◆ getDefaultSearchMethod()

getDefaultSearchMethod ( )

Returns the default search method for this field.

Renvoie
string

◆ interval()

interval (   $value,
  $interval,
  $include = true 
)

Dummy method; this search makes no sense for text fields

Paramètres
mixed$valueIgnored
mixed$intervalIgnored
boolean$includeIgnored
Renvoie
string Empty string

◆ modulo()

modulo (   $from,
  $to,
  $include = false 
)

Dummy method; this search makes no sense for text fields

Paramètres
mixed$fromIgnored
mixed$toIgnored
boolean$includeIgnored
Renvoie
string Empty string

◆ outside()

outside (   $from,
  $to,
  $include = false 
)

Dummy method; this search makes no sense for text fields

Paramètres
mixed$fromIgnored
mixed$toIgnored
boolean$includeIgnored
Renvoie
string Empty string

◆ partial()

partial (   $value)

Perform a partial match (search in string)

Paramètres
mixed$valueThe value to compare to
Renvoie
string The SQL where clause for this search

Références $value.

◆ range()

range (   $from,
  $to,
  $include = false 
)

Dummy method; this search makes no sense for text fields

Paramètres
mixed$fromIgnored
mixed$toIgnored
boolean$includeIgnored
Renvoie
string Empty string

La documentation de cette classe a été générée à partir du fichier suivant :