PHP Classes

File: modules/cms/controllers/themelogs/config_filter.yaml

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/controllers/themelogs/config_filter.yaml   Download  
File: modules/cms/controllers/themelogs/config_filter.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 439 bytes
 

Contents

Class file image Download
# =================================== # Filter Scope Definitions # =================================== scopes: created_at: label: backend::lang.access_log.created_at type: daterange conditions: created_at >= ':after' AND created_at <= ':before' user: label: backend::lang.access_log.login modelClass: Backend\Models\User conditions: user_id in (:filtered) nameFrom: login