TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
PunycodeInterface.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Matthias Sommerfeld <mso@phlylabs.de>
4
* @copyright 2004-2016 phlyLabs Berlin, http://phlylabs.de
5
*/
6
7
namespace
Mso\IdnaConvert
;
8
9
interface
PunycodeInterface
10
{
11
public
function
__construct
(
NamePrepDataInterface
$NamePrepData,
UnicodeTranscoderInterface
$UCTC);
12
13
public
function
getPunycodePrefix
();
14
15
public
function
decode
($encoded);
16
17
public
function
encode
($decoded);
18
}
Mso\IdnaConvert\PunycodeInterface\getPunycodePrefix
getPunycodePrefix()
Mso\IdnaConvert\NamePrepDataInterface
Definition:
NamePrepDataInterface.php:6
Mso\IdnaConvert\PunycodeInterface\encode
encode($decoded)
Mso\IdnaConvert
Definition:
EncodingHelper.php:8
Mso\IdnaConvert\PunycodeInterface\decode
decode($encoded)
Mso\IdnaConvert\PunycodeInterface\__construct
__construct(NamePrepDataInterface $NamePrepData, UnicodeTranscoderInterface $UCTC)
Mso\IdnaConvert\PunycodeInterface
Definition:
PunycodeInterface.php:10
Mso\IdnaConvert\UnicodeTranscoderInterface
Definition:
UnicodeTranscoderInterface.php:20
doxygen
typo3
sysext
core
Resources
PHP
idna-convert
PunycodeInterface.php
Generated on Tue Oct 5 2021 01:57:17 for TYPO3CMS by
1.8.18