PHP Class Pinq\Providers\Traversable\Provider

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Providers\QueryProvider
显示文件 Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$traversableCache

Public Methods

Method Description
__construct ( Pinq\ITraversable $traversable )
evaluateScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IResolvedParameterRegistry $resolvedParameters )

Protected Methods

Method Description
loadRequest ( Pinq\Queries\IRequestQuery $query, Pinq\Queries\IResolvedParameterRegistry $resolvedParameters )

Private Methods

Method Description
scopeHash ( Pinq\Queries\IScope $scope, Pinq\Queries\IResolvedParameterRegistry $resolvedParameters )

Method Details

__construct() public method

public __construct ( Pinq\ITraversable $traversable )
$traversable Pinq\ITraversable

evaluateScope() public method

public evaluateScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IResolvedParameterRegistry $resolvedParameters )
$scope Pinq\Queries\IScope
$resolvedParameters Pinq\Queries\IResolvedParameterRegistry

loadRequest() protected method

protected loadRequest ( Pinq\Queries\IRequestQuery $query, Pinq\Queries\IResolvedParameterRegistry $resolvedParameters )
$query Pinq\Queries\IRequestQuery
$resolvedParameters Pinq\Queries\IResolvedParameterRegistry

Property Details

$traversableCache protected_oe property

protected $traversableCache