ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilRepositoryObjectDetailSearchResult.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once './Services/Search/classes/class.ilSearchSettings.php';
5 
18 {
19  private $results = array();
20 
24  public function __construct()
25  {
26 
27  }
28 
44  public function getResults()
45  {
46  return $this->results;
47  }
48 
52  public function addResultSet(array $result_set)
53  {
54  $this->results[] = $result_set;
55  }
56 
57 
58 }
59 ?>
Create styles array
The data for the language used.
getResults()
Get results Db search : array( array( &#39;obj_id&#39; => 1, &#39;item_id&#39; => 123) ); Lucene search: array( array...