PHP Class Pinq\Queries\Operations\IndexOperation

Author: Elliot Levin ([email protected])
Inheritance: extends Operation
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$indexParameterId string

Public Methods

Method Description
__construct ( $indexParameterId )
getIndexId ( ) : string Gets the index parameter id.

Method Details

__construct() public method

public __construct ( $indexParameterId )

getIndexId() final public method

Gets the index parameter id.
final public getIndexId ( ) : string
return string

Property Details

$indexParameterId protected property

protected string $indexParameterId
return string