ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebDAVTestHelper Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilWebDAVTestHelper:

Public Member Functions

array getTree ()
 
 getClientId ()
 

Protected Attributes

string $client_id = 'my_client'
 
array $tree
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

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: