ILIAS  trunk Revision v11.0_alpha-1843-g9e1fad99175
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilWebDAVTestHelper Class Reference
+ Collaboration diagram for ilWebDAVTestHelper:

Public Member Functions

array getTree ()
 
 getClientId ()
 

Protected Attributes

string $client_id = 'my_client'
 
array $tree
 

Detailed Description

Author
Stephan Winiker steph.nosp@m.an.w.nosp@m.inike.nosp@m.r@hs.nosp@m.lu.ch
Version
1.0.0

Definition at line 25 of file ilWebDAVTestHelper.php.

Member Function Documentation

◆ getClientId()

ilWebDAVTestHelper::getClientId ( )

Definition at line 198 of file ilWebDAVTestHelper.php.

References $client_id.

198  : string
199  {
200  return $this->client_id;
201  }

◆ getTree()

array ilWebDAVTestHelper::getTree ( )

Definition at line 193 of file ilWebDAVTestHelper.php.

References $tree.

Referenced by ilWebDAVLockUriPathResolverTest\getPathResolverWithExpectationForFunctionsInHelper().

193  : array
194  {
195  return $this->tree;
196  }
+ Here is the caller graph for this function:

Field Documentation

◆ $client_id

string ilWebDAVTestHelper::$client_id = 'my_client'
protected

Definition at line 27 of file ilWebDAVTestHelper.php.

Referenced by getClientId().

◆ $tree

array ilWebDAVTestHelper::$tree
protected
Initial value:
= [
'1' => [
'title' => 'Root Folder'

Definition at line 28 of file ilWebDAVTestHelper.php.

Referenced by getTree().


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