ArangoDB-PHP API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • triagens
    • ArangoDb

Classes

  • AdminHandler
  • AqlUserFunction
  • Autoloader
  • Batch
  • BatchPart
  • BindVars
  • Collection
  • CollectionHandler
  • Connection
  • ConnectionOptions
  • Cursor
  • Database
  • DefaultValues
  • Document
  • DocumentHandler
  • Edge
  • EdgeDefinition
  • EdgeHandler
  • Endpoint
  • Export
  • ExportCursor
  • Graph
  • GraphHandler
  • Handler
  • HttpHelper
  • HttpResponse
  • QueryCacheHandler
  • QueryHandler
  • Statement
  • TraceRequest
  • TraceResponse
  • Transaction
  • Traversal
  • UpdatePolicy
  • UrlHelper
  • Urls
  • User
  • UserHandler
  • ValueValidator
  • Vertex
  • VertexHandler

Exceptions

  • ClientException
  • ConnectException
  • Exception
  • ServerException

Class TraceRequest

Class TraceRequest

Namespace: triagens\ArangoDb
Package: triagens\ArangoDb
Author: Francis Chuang
Since: 1.3
Located at TraceRequest.php

Methods summary

public
# __construct( array $headers, string $method, string $requestUrl, string $body )

Set up the request trace

Set up the request trace

Parameters

$headers
  • the array of http headers
$method
  • the request method
$requestUrl
  • the request url
$body
  • the string of http body
public array
# getHeaders( )

Get an array of the request headers

Get an array of the request headers

Returns

array
public string
# getMethod( )

Get the request method

Get the request method

Returns

string
public string
# getRequestUrl( )

Get the request url

Get the request url

Returns

string
public string
# getBody( )

Get the body of the request

Get the body of the request

Returns

string
public string
# getType( )

Get the http message type

Get the http message type

Returns

string
ArangoDB-PHP API Documentation API documentation generated by ApiGen