ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

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

Member Function Documentation

◆ value()

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

Definition at line 35 of file Character.php.

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

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

Field Documentation

◆ $char

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

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