PHP Interface Pinq\Queries\IResolvedParameterRegistry

Author: Elliot Levin ([email protected])
Inheritance: extends Countable, extends ArrayAccess
显示文件 Open project: timetoogo/pinq

Public Methods

Method Description
getResolvedParameters ( ) : mixed[] Gets an array of resolved values indexed by their respective parameter identifier.

Method Details

getResolvedParameters() public method

Gets an array of resolved values indexed by their respective parameter identifier.
public getResolvedParameters ( ) : mixed[]
return mixed[]