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
Storm
Core
Object
Expressions
ConstantExpression
PHP Class Storm\Core\Object\Expressions\ConstantExpression
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
Expression
显示文件
Open project: timetoogo/penumbra
Public Methods
Method
Description
GetValue
( ) :
mixed
__construct
(
$Value
)
Method Details
GetValue()
public
method
public
GetValue
( ) :
mixed
return
mixed
The constant value
__construct()
public
method
public
__construct
(
$Value
)