Метод | Описание | |
---|---|---|
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 apply automatic query filters. |
public onAfterLoad ( &$model, &$keys ) : void | ||
Результат | void |
public onBeforeBuildQuery ( &$model, &$query ) : void | ||
Результат | void |