Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FluentLiteral
PHP Class FluentLiteral, fluentpdo
显示文件
Open project: fpdo/fluentpdo
Protected Properties
Property
Type
Description
$value
string
Public Methods
Method
Description
__construct
(
string
$value
)
Create literal value
__toString
( ) :
string
Get literal value
Method Details
__construct()
public
method
Create literal value
public
__construct
(
string
$value
)
$value
string
__toString()
public
method
Get literal value
public
__toString
( ) :
string
return
string
Property Details
$value
protected_oe property
protected
string
$value
return
string