ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilLikeFactoryGUI.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
12 {
18  public function __construct()
19  {
20  }
21 
28  public function widget(array $a_obj_ids)
29  {
30  include_once("./Services/Like/classes/class.ilLikeGUI.php");
31  include_once("./Services/Like/classes/class.ilLikeData.php");
32  $data = new ilLikeData($a_obj_ids);
33  $like_gui = new ilLikeGUI($data);
34  return $like_gui;
35  }
36 }
Data class for like feature.
widget(array $a_obj_ids)
Get widget.
User interface for like feature.
$data
Definition: bench.php:6