PHP Class Pinq\Queries\Segments\Range

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

Méthodes publiques

Méthode Description
__construct ( $startParameterId, $amountParameterId )
getAmountId ( ) : string Gets the amount parameter id.
getParameters ( )
getStartId ( ) : string Gets the start parameter id.
getType ( )
traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor )

Method Details

__construct() public méthode

public __construct ( $startParameterId, $amountParameterId )

getAmountId() public méthode

Gets the amount parameter id.
public getAmountId ( ) : string
Résultat string

getParameters() public méthode

public getParameters ( )

getStartId() public méthode

Gets the start parameter id.
public getStartId ( ) : string
Résultat string

getType() public méthode

public getType ( )

traverse() public méthode

public traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor )
$visitor Pinq\Queries\Segments\ISegmentVisitor