PHP Interface Pinq\Analysis\IIndexer

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

Public Methods

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

Method Details

getReturnTypeOfIndex() public method

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