BearFramework\DataList\FilterByAction

BearFramework\DataList\FilterByAction {

    
/* Properties */
    
public string $operator
    
public string $property
    
public string $value

}
Properties
public string $operator
The operator used for the filter. Available values: equal, notEqual, regExp, notRegExp, startWith, notStartWith, endWith, notEndWith, inArray, notInArray.
public string $property
The property name used for the filter.
public string $value
The value to filter on.
Details
Location: ~/src/DataList/FilterByAction.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.