PHP Class Pinq\Queries\ResolvedParameterRegistry

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Queries\IResolvedParameterRegistry
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Свойство Type Description
$resolvedParameters mixed[] The resolved values of the parameters, indexed by their respective parameter identifier.

Méthodes publiques

Méthode Description
__construct ( array $resolvedParameters )
count ( )
getResolvedParameters ( )
none ( ) : ResolvedParameterRegistry Returns an empty resolved parameter registry.
offsetExists ( $parameter )
offsetGet ( $parameter )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public méthode

public __construct ( array $resolvedParameters )
$resolvedParameters array

count() public méthode

public count ( )

getResolvedParameters() public méthode

none() public static méthode

Returns an empty resolved parameter registry.
public static none ( ) : ResolvedParameterRegistry
Résultat ResolvedParameterRegistry

offsetExists() public méthode

public offsetExists ( $parameter )

offsetGet() public méthode

public offsetGet ( $parameter )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

Property Details

$resolvedParameters protected_oe property

The resolved values of the parameters, indexed by their respective parameter identifier.
protected mixed[] $resolvedParameters
Résultat mixed[]