PHP Class Pinq\Expressions\NamedParameterExpression

Author: Elliot Levin ([email protected])
Inheritance: extends Expression
Afficher le fichier Open project: timetoogo/pinq

Protected Properties

Свойство Type Description
$name string

Méthodes publiques

Méthode Description
asVariable ( ) : VariableExpression
getName ( ) : string

Méthodes protégées

Méthode Description
__construct ( $name )

Method Details

__construct() protected méthode

protected __construct ( $name )

asVariable() public méthode

public asVariable ( ) : VariableExpression
Résultat VariableExpression

getName() public méthode

public getName ( ) : string
Résultat string

Property Details

$name protected_oe property

protected string $name
Résultat string