PHP Class yii\httpclient\JsonFormatter

Since: 2.0
Author: Paul Klimov ([email protected])
Inheritance: extends yii\base\Object, implements yii\httpclient\FormatterInterface
Show file Open project: yiisoft/yii2-httpclient

Public Properties

Property Type Description
$encodeOptions the encoding options.For more details please refer to .

Public Methods

Method Description
format ( Request $request )

Method Details

format() public method

public format ( Request $request )
$request Request

Property Details

$encodeOptions public property

the encoding options.For more details please refer to .
public $encodeOptions