| 
    ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    
   | 
  
 Inheritance diagram for LSSettingsTest:
 Collaboration diagram for LSSettingsTest:Public Member Functions | |
| testCreate () | |
| testWithAbstract (ilLearningSequenceSettings $object) | |
| @depends testCreate  More... | |
| testWithExtro (ilLearningSequenceSettings $object) | |
| @depends testCreate  More... | |
| testWithAbstractImage (ilLearningSequenceSettings $object) | |
| @depends testCreate  More... | |
| testWithExtroImage (ilLearningSequenceSettings $object) | |
| @depends testCreate  More... | |
| testWithMembersGallery (ilLearningSequenceSettings $object) | |
| @depends testCreate  More... | |
Data Fields | |
| const | TO_OBJ_ID = 10 | 
| const | TO_ABSTRACT = "abstract" | 
| const | TO_EXTRO = "extro" | 
| const | TO_ABSTRACT_IMAGE = "abstract/image/path" | 
| const | TO_EXTRO_IMAGE = "extro/image/path" | 
| const | TO_ONLINE = true | 
| const | TO_MEMBERS_GALLERY = true | 
Definition at line 10 of file LSSettingsTest.php.
| LSSettingsTest::testCreate | ( | ) | 
Definition at line 20 of file LSSettingsTest.php.
| LSSettingsTest::testWithAbstract | ( | ilLearningSequenceSettings | $object | ) | 
@depends testCreate
Definition at line 45 of file LSSettingsTest.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\withAbstract().
 Here is the call graph for this function:| LSSettingsTest::testWithAbstractImage | ( | ilLearningSequenceSettings | $object | ) | 
@depends testCreate
Definition at line 89 of file LSSettingsTest.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\withAbstractImage().
 Here is the call graph for this function:| LSSettingsTest::testWithExtro | ( | ilLearningSequenceSettings | $object | ) | 
@depends testCreate
Definition at line 67 of file LSSettingsTest.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\withExtro().
 Here is the call graph for this function:| LSSettingsTest::testWithExtroImage | ( | ilLearningSequenceSettings | $object | ) | 
@depends testCreate
Definition at line 111 of file LSSettingsTest.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\withExtroImage().
 Here is the call graph for this function:| LSSettingsTest::testWithMembersGallery | ( | ilLearningSequenceSettings | $object | ) | 
@depends testCreate
Definition at line 133 of file LSSettingsTest.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\withMembersGallery().
 Here is the call graph for this function:| const LSSettingsTest::TO_ABSTRACT = "abstract" | 
Definition at line 13 of file LSSettingsTest.php.
| const LSSettingsTest::TO_ABSTRACT_IMAGE = "abstract/image/path" | 
Definition at line 15 of file LSSettingsTest.php.
| const LSSettingsTest::TO_EXTRO = "extro" | 
Definition at line 14 of file LSSettingsTest.php.
| const LSSettingsTest::TO_EXTRO_IMAGE = "extro/image/path" | 
Definition at line 16 of file LSSettingsTest.php.
| const LSSettingsTest::TO_MEMBERS_GALLERY = true | 
Definition at line 18 of file LSSettingsTest.php.
| const LSSettingsTest::TO_OBJ_ID = 10 | 
Definition at line 12 of file LSSettingsTest.php.
| const LSSettingsTest::TO_ONLINE = true | 
Definition at line 17 of file LSSettingsTest.php.