Pinq\Analysis\BinaryOperations\BinaryOperation::getReturnType PHP Метод

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

public getReturnType ( )
    public function getReturnType()
    {
        return $this->typeSystem->getType($this->returnType);
    }