PHP Class Pinq\Queries\Requests\Implode

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

Méthodes publiques

Méthode Description
__construct ( $delimiterId, ElementProjection $projectionFunction = null )
getDelimiterId ( ) : string Gets the value parameter id.
getParameters ( )
getType ( )
traverse ( Pinq\Queries\Requests\IRequestVisitor $visitor )

Méthodes protégées

Méthode Description
withProjectionFunction ( ElementProjection $projectionFunction = null )

Method Details

__construct() public méthode

public __construct ( $delimiterId, ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection

getDelimiterId() public méthode

Gets the value parameter id.
public getDelimiterId ( ) : string
Résultat string

getParameters() public méthode

public getParameters ( )

getType() public méthode

public getType ( )

traverse() public méthode

public traverse ( Pinq\Queries\Requests\IRequestVisitor $visitor )
$visitor Pinq\Queries\Requests\IRequestVisitor

withProjectionFunction() protected méthode

protected withProjectionFunction ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection