PHP Interface Pinq\Queries\IResolvedQuery

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

Méthodes publiques

Méthode 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 méthode

Gets the unique string identifier for the query.
public getHash ( ) : string
Résultat string

getQueryable() public méthode

Gets the source queryable instance.
public getQueryable ( ) : Pinq\IQueryable
Résultat Pinq\IQueryable

getResolvedParameters() public méthode

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