Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pinq
Expressions
NamedParameterExpression
PHP Class Pinq\Expressions\NamedParameterExpression
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
Expression
Datei anzeigen
Open project: timetoogo/pinq
Protected Properties
Property
Type
Description
$name
string
Public Methods
Method
Description
asVariable
( ) :
VariableExpression
getName
( ) :
string
Protected Methods
Method
Description
__construct
(
$name
)
Method Details
__construct()
protected
method
protected
__construct
(
$name
)
asVariable()
public
method
public
asVariable
( ) :
VariableExpression
return
VariableExpression
getName()
public
method
public
getName
( ) :
string
return
string
Property Details
$name
protected_oe property
protected
string
$name
return
string