PHP Class Pinq\Expressions\NamedParameterExpression

Author: Elliot Levin ([email protected])
Inheritance: extends Expression
ファイルを表示 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