ShoppingListFilterInterface
ShoppingListFilterInterface.php
:
11
Interface
Constants¶
IS_DEFAULT_ALL ¶
ShoppingListFilterInterface.php
:
13
|
|
|
IS_DEFAULT_FALSE ¶
ShoppingListFilterInterface.php
:
15
|
|
|
IS_DEFAULT_TRUE ¶
ShoppingListFilterInterface.php
:
14
|
|
|
SORT_CREATED_AT ¶
ShoppingListFilterInterface.php
:
19
|
|
|
SORT_DIRECTION_ASC ¶
ShoppingListFilterInterface.php
:
22
|
|
|
SORT_DIRECTION_DESC ¶
ShoppingListFilterInterface.php
:
23
|
|
|
SORT_IS_DEFAULT ¶
ShoppingListFilterInterface.php
:
18
|
|
|
SORT_NAME ¶
ShoppingListFilterInterface.php
:
17
|
|
|
SORT_UPDATED_AT ¶
ShoppingListFilterInterface.php
:
20
|
|
|
Methods¶
getCreatedAt()
¶
ShoppingListFilterInterface.php
:
27
|
|
|
Return values
getIsDefault()
¶
ShoppingListFilterInterface.php
:
31
|
|
|
Return values
string
getName()
¶
ShoppingListFilterInterface.php
:
25
|
|
|
Return values
string|null
getOwnerId()
¶
ShoppingListFilterInterface.php
:
37
|
|
|
Return values
int|null
getSortDirection()
¶
ShoppingListFilterInterface.php
:
35
|
|
|
Return values
string
getSortField()
¶
ShoppingListFilterInterface.php
:
33
|
|
|
Return values
string|null
getUpdatedAt()
¶
ShoppingListFilterInterface.php
:
29
|
|
|