PHP Class FOF30\Model\DataModel\Behaviour\Language

Since: 2.1
Inheritance: extends FOF30\Event\Observer
Afficher le fichier Open project: akeeba/fof

Protected Properties

Свойство Type Description
$lang_filter_plugin PlgSystemLanguageFilter

Méthodes publiques

Méthode Description
onAfterLoad ( &$model, &$keys ) : void The event runs after DataModel has retrieved a single item from the database. It is used to apply automatic filters.
onBeforeBuildQuery ( &$model, &$query ) : void This event runs before we have built the query used to fetch a record list in a model. It is used to blacklist the language filter

Method Details

onAfterLoad() public méthode

The event runs after DataModel has retrieved a single item from the database. It is used to apply automatic filters.
public onAfterLoad ( &$model, &$keys ) : void
Résultat void

onBeforeBuildQuery() public méthode

This event runs before we have built the query used to fetch a record list in a model. It is used to blacklist the language filter
public onBeforeBuildQuery ( &$model, &$query ) : void
Résultat void

Property Details

$lang_filter_plugin protected_oe property

protected PlgSystemLanguageFilter $lang_filter_plugin
Résultat PlgSystemLanguageFilter