PHP Интерфейс Doctrine\OrientDB\Binding\Adapter\HttpClientAdapterInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getClient ( ) : mixed Returns the underlying client instance wrapped by the adapter.
request ( string $method, string $location, array $headers = null, string $body = null ) : Doctrine\OrientDB\Binding\BindingResultInterface Performs an HTTP request on the specified location.
setAuthentication ( string $username, string $password ) Sets the username and password used to authenticate to the server.

Описание методов

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

Returns the underlying client instance wrapped by the adapter.
public getClient ( ) : mixed
Результат mixed

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

Performs an HTTP request on the specified location.
public request ( string $method, string $location, array $headers = null, string $body = null ) : Doctrine\OrientDB\Binding\BindingResultInterface
$method string
$location string
$headers array
$body string
Результат Doctrine\OrientDB\Binding\BindingResultInterface

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

Sets the username and password used to authenticate to the server.
public setAuthentication ( string $username, string $password )
$username string Username
$password string Password