ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Component\Divider\Horizontal Class Reference

Horizontal Divider. More...

+ Inheritance diagram for ILIAS\UI\Implementation\Component\Divider\Horizontal:
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Divider\Horizontal:

Public Member Functions

 __construct ()
 
 getLabel ()
 
 withLabel (string $label)
 

Protected Attributes

string $label = null
 

Detailed Description

Horizontal Divider.

Definition at line 29 of file Horizontal.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Implementation\Component\Divider\Horizontal::__construct ( )

Definition at line 35 of file Horizontal.php.

36  {
37  }

Member Function Documentation

◆ getLabel()

ILIAS\UI\Implementation\Component\Divider\Horizontal::getLabel ( )

Definition at line 42 of file Horizontal.php.

References ILIAS\UI\Implementation\Component\Divider\Horizontal\$label.

42  : ?string
43  {
44  return $this->label;
45  }

◆ withLabel()

ILIAS\UI\Implementation\Component\Divider\Horizontal::withLabel ( string  $label)

Definition at line 50 of file Horizontal.php.

References ILIAS\UI\Implementation\Component\Divider\Horizontal\$label.

50  : C\Divider\Horizontal
51  {
52  $this->checkStringArg("label", $label);
53  $clone = clone $this;
54  $clone->label = $label;
55  return $clone;
56  }

Field Documentation

◆ $label

string ILIAS\UI\Implementation\Component\Divider\Horizontal::$label = null
protected

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