Pinq\Analysis\IIndexer::getReturnTypeOfIndex PHP Метод

getReturnTypeOfIndex() публичный Метод

Gets the return type of the indexer with the supplied index value.
public getReturnTypeOfIndex ( mixed $index ) : Pinq\Analysis\IType
$index mixed
Результат Pinq\Analysis\IType
    public function getReturnTypeOfIndex($index);