PHP Class Pinq\Queries\Segments\Range

Author: Elliot Levin ([email protected])
Inheritance: extends Segment
ファイルを表示 Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method 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 method

public __construct ( $startParameterId, $amountParameterId )

getAmountId() public method

Gets the amount parameter id.
public getAmountId ( ) : string
return string

getParameters() public method

public getParameters ( )

getStartId() public method

Gets the start parameter id.
public getStartId ( ) : string
return string

getType() public method

public getType ( )

traverse() public method

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