HiddenToken
Table of Contents
Methods
-
__construct()
: mixed
-
getPrefix()
: string|null
-
getReplacement()
: string
-
getType()
: TokenType
-
getValue()
: string
-
setPrefix()
: static
__construct()
public
__construct(string $value, TokenType $type) : mixed
Parameters
-
$value
: string
-
-
$type
: TokenType
-
getPrefix()
public
getPrefix() : string|null
Return values
string|null
getReplacement()
public
getReplacement() : string
getType()
public
getType() : TokenType
getValue()
public
getValue() : string
setPrefix()
public
setPrefix(string|null $prefix) : static
Parameters
-
$prefix
: string|null
-