Copied!

ShoppingListFilterInterface

ShoppingListFilterInterface.php : 11
Interface

Constants

publicIS_DEFAULT_ALL

ShoppingListFilterInterface.php : 13
public mixed IS_DEFAULT_ALL = 'all'

publicIS_DEFAULT_FALSE

ShoppingListFilterInterface.php : 15
public mixed IS_DEFAULT_FALSE = 'false'

publicIS_DEFAULT_TRUE

ShoppingListFilterInterface.php : 14
public mixed IS_DEFAULT_TRUE = 'true'

publicSORT_CREATED_AT

ShoppingListFilterInterface.php : 19
public mixed SORT_CREATED_AT = 'created_at'

publicSORT_DIRECTION_ASC

ShoppingListFilterInterface.php : 22
public mixed SORT_DIRECTION_ASC = 'asc'

publicSORT_DIRECTION_DESC

ShoppingListFilterInterface.php : 23
public mixed SORT_DIRECTION_DESC = 'desc'

publicSORT_IS_DEFAULT

ShoppingListFilterInterface.php : 18
public mixed SORT_IS_DEFAULT = 'is_default'

publicSORT_NAME

ShoppingListFilterInterface.php : 17
public mixed SORT_NAME = 'name'

publicSORT_UPDATED_AT

ShoppingListFilterInterface.php : 20
public mixed SORT_UPDATED_AT = 'updated_at'

Methods

publicgetCreatedAt()

ShoppingListFilterInterface.php : 27
public getCreatedAt() : DateRangeFilterInterface|null

Return values

DateRangeFilterInterface|null

publicgetIsDefault()

ShoppingListFilterInterface.php : 31
public getIsDefault() : string

Return values

string

publicgetName()

ShoppingListFilterInterface.php : 25
public getName() : string|null

Return values

string|null

publicgetOwnerId()

ShoppingListFilterInterface.php : 37
public getOwnerId() : int|null

Return values

int|null

publicgetSortDirection()

ShoppingListFilterInterface.php : 35
public getSortDirection() : string

Return values

string

publicgetSortField()

ShoppingListFilterInterface.php : 33
public getSortField() : string|null

Return values

string|null

publicgetUpdatedAt()

ShoppingListFilterInterface.php : 29
public getUpdatedAt() : DateRangeFilterInterface|null

Return values

DateRangeFilterInterface|null