PHP Interface Pinq\Queries\IResolvedQuery

Author: Elliot Levin ([email protected])
Exibir arquivo Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
getHash ( ) : string Gets the unique string identifier for the query.
getQueryable ( ) : Pinq\IQueryable Gets the source queryable instance.
getResolvedParameters ( ) : array Gets the array of resolved values indexed by their respective parameter name.

Method Details

getHash() public method

Gets the unique string identifier for the query.
public getHash ( ) : string
return string

getQueryable() public method

Gets the source queryable instance.
public getQueryable ( ) : Pinq\IQueryable
return Pinq\IQueryable

getResolvedParameters() public method

Gets the array of resolved values indexed by their respective parameter name.
public getResolvedParameters ( ) : array
return array