n2n Page Rocket
1
API
☰
Deprecated
Classes
Interfaces
Traits
n2n\web\dispatch\target\build
DispatchTargetCoder
DispatchTargetCoder
DispatchTargetCoder
Methods summary
Modifier and Type
Method
public
__construct
(
Cipher
cipher
= null
)
public
Cipher
getCipher
( )
public
setCipher
(
Cipher
cipher
= null
)
public
encode
(
array
props
)
public
array
decode
(
string
code
)
Methods in detail
__construct
public
__construct (
Cipher
cipher
= null
)
param
Cipher
getCipher
Cipher
public
getCipher ( )
return
Cipher
setCipher
public
setCipher (
Cipher
cipher
= null
)
param
Cipher
encode
public
encode (
array
props
)
decode
array
public
decode (
string
code
)
param
string code
return
array
param