ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
QuestionsTableQueryMock Class Reference
+ Inheritance diagram for QuestionsTableQueryMock:
+ Collaboration diagram for QuestionsTableQueryMock:

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from ILIAS\Test\Questions\Presentation\QuestionsTableQuery
 __construct (HTTPService $http, protected Refinery $refinery, protected DataFactory $data_factory, array $namespace)
 
 getTableAction ()
 
 getRowIds (\ilObjTest $obj_test)
 
 getPrintViewType ()
 
 getActionURL (string $action)
 
 getPrintViewTypeURL (string $action, string $type)
 
 getRowBoundURLBuilder (string $action)
 

Private Member Functions

 getHereURL ()
 

Additional Inherited Members

- Protected Attributes inherited from ILIAS\Test\Questions\Presentation\QuestionsTableQuery
ServerRequestInterface $request
 
RequestWrapper $request_wrapper
 
URLBuilder $url_builder
 
URLBuilderToken $action_token
 
URLBuilderToken $row_id_token
 
URLBuilderToken $print_view_type_token
 

Detailed Description

Definition at line 23 of file ilObjTestGUITest.php.

Constructor & Destructor Documentation

◆ __construct()

QuestionsTableQueryMock::__construct ( )

Definition at line 25 of file ilObjTestGUITest.php.

Referenced by ilObjTestGUITest\getNewTestGUI().

26  {
27  }
+ Here is the caller graph for this function:

Member Function Documentation

◆ getHereURL()

QuestionsTableQueryMock::getHereURL ( )
private

Definition at line 28 of file ilObjTestGUITest.php.

28  : string
29  {
30  return 'http://www.ilias.de';
31  }

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