PHP Interface Pinq\Analysis\IIndexer

$val['index'];
Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ITypeOperation
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
getReturnTypeOfIndex ( mixed $index ) : Pinq\Analysis\IType Gets the return type of the indexer with the supplied index value.

Method Details

getReturnTypeOfIndex() public méthode

Gets the return type of the indexer with the supplied index value.
public getReturnTypeOfIndex ( mixed $index ) : Pinq\Analysis\IType
$index mixed
Résultat Pinq\Analysis\IType