ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Refinery\Parser\ABNF\Character Class Reference

Class for internal usage of Intermediate. More...

+ Collaboration diagram for ILIAS\Refinery\Parser\ABNF\Character:

Public Member Functions

 __construct (string $char)
 
 value ()
 

Private Attributes

string $char
 

Detailed Description

Class for internal usage of Intermediate.

Used to distinguish between already transformed characters and ones that are not.

Definition at line 26 of file Character.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Refinery\Parser\ABNF\Character::__construct ( string  $char)

Definition at line 30 of file Character.php.

References ILIAS\Refinery\Parser\ABNF\Character\$char.

31  {
32  $this->char = $char;
33  }

Member Function Documentation

◆ value()

ILIAS\Refinery\Parser\ABNF\Character::value ( )

Definition at line 35 of file Character.php.

References ILIAS\Refinery\Parser\ABNF\Character\$char.

35  : string
36  {
37  return $this->char;
38  }

Field Documentation

◆ $char

string ILIAS\Refinery\Parser\ABNF\Character::$char
private

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