PHP Class Auth0\SDK\API\Helpers\RequestBuilder

Show file Open project: auth0/auth0-php Class Usage Examples

Protected Properties

Property Type Description
$basePath
$body
$domain
$files
$form_params
$guzzleOptions
$headers
$method
$params
$path

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( $config )
addFile ( $field, $file_path )
addFormParam ( $key, $value )
addPath ( $name, $argument = null )
addPathVariable ( $variable )
call ( )
dump ( )
getGuzzleOptions ( )
getParams ( )
getUrl ( )
withBody ( $body )
withHeader ( $header, $value = null )
withHeaders ( $headers )
withParam ( $key, $value )
withParams ( $params )

Private Methods

Method Description
buildMultiPart ( )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( $config )

addFile() public method

public addFile ( $field, $file_path )

addFormParam() public method

public addFormParam ( $key, $value )

addPath() public method

public addPath ( $name, $argument = null )

addPathVariable() public method

public addPathVariable ( $variable )

call() public method

public call ( )

dump() public method

public dump ( )

getGuzzleOptions() public method

public getGuzzleOptions ( )

getParams() public method

public getParams ( )

getUrl() public method

public getUrl ( )

withBody() public method

public withBody ( $body )

withHeader() public method

public withHeader ( $header, $value = null )

withHeaders() public method

public withHeaders ( $headers )

withParam() public method

public withParam ( $key, $value )

withParams() public method

public withParams ( $params )

Property Details

$basePath protected property

protected $basePath

$body protected property

protected $body

$domain protected property

protected $domain

$files protected property

protected $files

$form_params protected property

protected $form_params

$guzzleOptions protected property

protected $guzzleOptions

$headers protected property

protected $headers

$method protected property

protected $method

$params protected property

protected $params

$path protected property

protected $path