ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TestGenericSlate Class Reference

A generic Slate. More...

+ Inheritance diagram for TestGenericSlate:
+ Collaboration diagram for TestGenericSlate:

Public Member Functions

 getContents ()
 
 withMappedSubNodes (callable $f)
 
- Public Member Functions inherited from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
 __construct (SignalGeneratorInterface $signal_generator, string $name, Symbol $symbol)
 
 getName ()
 
 getSymbol ()
 
 getToggleSignal ()
 
 getEngageSignal ()
 
 withEngaged (bool $state)
 
 getEngaged ()
 
 getContents ()
 
 getReplaceSignal ()
 
 appendOnInView (Signal $signal)
 
 withMappedSubNodes (callable $f)
 
 withMainBarTreePosition (string $tree_pos)
 
 getMainBarTreePosition ()
 
 getMainBarTreeDepth ()
 
 withAriaRole (string $aria_role)
 Get a slate like this, but with an additional ARIA role. More...
 
 getAriaRole ()
 Get the ARIA role on the slate. More...
 

Additional Inherited Members

- Data Fields inherited from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
const MENU = 'menu'
 
- Protected Member Functions inherited from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
 initSignals ()
 Set the signals for this component. More...
 
- Protected Attributes inherited from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
string $name
 
Symbol $symbol
 
Signal $toggle_signal
 
Signal $engage_signal
 
Signal $replace_signal = null
 
bool $engaged = false
 
string $mainbar_tree_position = null
 
string $aria_role = null
 
SignalGeneratorInterface $signal_generator
 
- Static Protected Attributes inherited from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate
static array $allowed_aria_roles
 

Detailed Description

A generic Slate.

Definition at line 32 of file SlateTest.php.

Member Function Documentation

◆ getContents()

TestGenericSlate::getContents ( )

Reimplemented from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate.

Definition at line 34 of file SlateTest.php.

34 : array
35 {
36 return [];
37 }

◆ withMappedSubNodes()

TestGenericSlate::withMappedSubNodes ( callable  $f)

Reimplemented from ILIAS\UI\Implementation\Component\MainControls\Slate\Slate.

Definition at line 38 of file SlateTest.php.

38 : C\MainControls\Slate\Slate
39 {
40 return $this;
41 }

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