PHP Class Pinq\Queries\Builders\Interpretations\BaseResolver

Inheritance: extends BaseInterpretation, implements Pinq\Queries\Builders\Interpretations\IQueryResolver
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Свойство Type Description
$hash string
$resolvedParameters

Méthodes publiques

Méthode Description
__construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
getHash ( )
getResolvedParameters ( )

Méthodes protégées

Méthode Description
appendToHash ( $value )
resolveFunction ( Pinq\Queries\Builders\Functions\IFunction $function )
resolveFunctionScope ( Pinq\Queries\Builders\Functions\IFunction $function, Pinq\Parsing\IFunctionReflection $reflection )
resolveParameter ( $name, $resolvedValue )
resolveParametersFrom ( Pinq\Queries\Builders\Interpretations\IQueryResolver $resolver )

Method Details

__construct() public méthode

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter

appendToHash() final protected méthode

final protected appendToHash ( $value )

getHash() public méthode

public getHash ( )

getResolvedParameters() public méthode

resolveFunction() final protected méthode

final protected resolveFunction ( Pinq\Queries\Builders\Functions\IFunction $function )
$function Pinq\Queries\Builders\Functions\IFunction

resolveFunctionScope() final protected méthode

final protected resolveFunctionScope ( Pinq\Queries\Builders\Functions\IFunction $function, Pinq\Parsing\IFunctionReflection $reflection )
$function Pinq\Queries\Builders\Functions\IFunction
$reflection Pinq\Parsing\IFunctionReflection

resolveParameter() final protected méthode

final protected resolveParameter ( $name, $resolvedValue )

resolveParametersFrom() final protected méthode

final protected resolveParametersFrom ( Pinq\Queries\Builders\Interpretations\IQueryResolver $resolver )
$resolver Pinq\Queries\Builders\Interpretations\IQueryResolver

Property Details

$hash protected_oe property

protected string $hash
Résultat string

$resolvedParameters protected_oe property

protected $resolvedParameters