|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilObjectSearch:
Collaboration diagram for ilObjectSearch:Public Member Functions | |
| __construct (ilQueryParser $qp_obj) | |
| performSearch () | |
| __createInStatement () | |
| setCreationDateFilterStartDate (?ilDate $day) | |
| getCreationDateFilterStartDate () | |
| setCreationDateFilterEndDate (?ilDate $day) | |
| getCreationDateFilterEndDate () | |
Public Member Functions inherited from ilAbstractSearch | |
| __construct (ilQueryParser $qp_obj) | |
| setFields (array $a_fields) | |
| getFields () | |
| setFilter (array $a_filter) | |
| setIdFilter (array $a_id_filter) | |
| getIdFilter () | |
| appendToFilter (string $a_type) | |
| getFilter () | |
| __createLocateString () | |
| __prepareFound (object $row) | |
| performSearch () | |
Static Public Member Functions | |
| static | raiseContentChanged (int $obj_id) |
Private Attributes | |
| ilDate | $cdate_start_date = null |
| ilDate | $cdate_end_date = null |
Additional Inherited Members | |
Protected Member Functions inherited from ilAbstractSearch | |
| getValidObjectTypes (ilObjectDefinition $object_definition) | |
Protected Attributes inherited from ilAbstractSearch | |
| ilDBInterface | $db |
| ilQueryParser | $query_parser |
| ilSearchResult | $search_result |
| array | $object_types = [] |
Definition at line 37 of file class.ilObjectSearch.php.
| ilObjectSearch::__construct | ( | ilQueryParser | $qp_obj | ) |
Definition at line 43 of file class.ilObjectSearch.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilAbstractSearch\setFields().
Here is the call graph for this function:| ilObjectSearch::__createInStatement | ( | ) |
Definition at line 99 of file class.ilObjectSearch.php.
References ilAbstractSearch\getIdFilter().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectSearch::getCreationDateFilterEndDate | ( | ) |
Definition at line 125 of file class.ilObjectSearch.php.
References $cdate_end_date.
Referenced by performSearch().
Here is the caller graph for this function:| ilObjectSearch::getCreationDateFilterStartDate | ( | ) |
Definition at line 115 of file class.ilObjectSearch.php.
References $cdate_start_date.
Referenced by performSearch().
Here is the caller graph for this function:| ilObjectSearch::performSearch | ( | ) |
Definition at line 63 of file class.ilObjectSearch.php.
References $res, ilAbstractSearch\$search_result, __createInStatement(), ilAbstractSearch\__createLocateString(), ilDBConstants\FETCHMODE_OBJECT, getCreationDateFilterEndDate(), getCreationDateFilterStartDate(), ilLoggerFactory\getLogger(), and IL_CAL_DATE.
Here is the call graph for this function:
|
static |
Definition at line 50 of file class.ilObjectSearch.php.
References $DIC.
Referenced by ilExAssignment\save(), ilWikiPage\update(), and ilExAssignment\update().
Here is the caller graph for this function:| ilObjectSearch::setCreationDateFilterEndDate | ( | ?ilDate | $day | ) |
Definition at line 120 of file class.ilObjectSearch.php.
Referenced by ilSearchGUI\parseCreationFilter().
Here is the caller graph for this function:| ilObjectSearch::setCreationDateFilterStartDate | ( | ?ilDate | $day | ) |
Definition at line 110 of file class.ilObjectSearch.php.
Referenced by ilSearchGUI\parseCreationFilter().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file class.ilObjectSearch.php.
Referenced by getCreationDateFilterEndDate().
|
private |
Definition at line 39 of file class.ilObjectSearch.php.
Referenced by getCreationDateFilterStartDate().