ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLSItemsDBStub Class Reference
+ Inheritance diagram for ilLSItemsDBStub:
+ Collaboration diagram for ilLSItemsDBStub:

Protected Member Functions

 getIconPathForType (string $type)
 
- Protected Member Functions inherited from ilLSItemsDB
 getIconPathForType (string $type)
 
 getConditionsForChildren (array $children)
 Collect all conditions at once. More...
 
 storeItemsOrder (array $ls_items)
 
 storeOnlineStatus (array $ls_items)
 
 storePostconditions (array $ls_items)
 
 getObjectFor (int $ref_id)
 

Additional Inherited Members

- Public Member Functions inherited from ilLSItemsDB
 __construct (ilTree $tree, ilContainerSorting $container_sorting, ilLSPostConditionDB $post_conditions_db, LSItemOnlineStatus $ls_item_online_status)
 
 getLSItems (int $ref_id)
 
 storeItems (array $ls_items)
 Use this to apply settings made in ContentGUI. More...
 
- Protected Attributes inherited from ilLSItemsDB
ilTree $tree
 
ilContainerSorting $container_sorting
 
ilLSPostConditionDB $post_conditions_db
 
LSItemOnlineStatus $ls_item_online_status
 

Detailed Description

Definition at line 23 of file ilLSItemsDBTest.php.

Member Function Documentation

◆ getIconPathForType()

ilLSItemsDBStub::getIconPathForType ( string  $type)
protected

Definition at line 25 of file ilLSItemsDBTest.php.

25  : string
26  {
27  return './image/tester/myimage.png';
28  }

The documentation for this class was generated from the following file: