‪TYPO3CMS  9.5
Mso\IdnaConvert\PunycodeInterface Interface Reference
Inheritance diagram for Mso\IdnaConvert\PunycodeInterface:
Mso\IdnaConvert\Punycode

Public Member Functions

 __construct (NamePrepDataInterface $NamePrepData, UnicodeTranscoderInterface $UCTC)
 
 getPunycodePrefix ()
 
 decode ($encoded)
 
 encode ($decoded)
 

Detailed Description

Definition at line 9 of file PunycodeInterface.php.

Constructor & Destructor Documentation

◆ __construct()

Mso\IdnaConvert\PunycodeInterface::__construct ( NamePrepDataInterface  $NamePrepData,
UnicodeTranscoderInterface  $UCTC 
)

Implemented in Mso\IdnaConvert\Punycode.

Member Function Documentation

◆ decode()

Mso\IdnaConvert\PunycodeInterface::decode (   $encoded)

Implemented in Mso\IdnaConvert\Punycode.

◆ encode()

Mso\IdnaConvert\PunycodeInterface::encode (   $decoded)

Implemented in Mso\IdnaConvert\Punycode.

◆ getPunycodePrefix()

Mso\IdnaConvert\PunycodeInterface::getPunycodePrefix ( )

Implemented in Mso\IdnaConvert\Punycode.