mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Allow HtmlFormatter to be overrided
This commit is contained in:
parent
47112613e8
commit
84c82f3b94
@ -16,39 +16,39 @@ use Symfony\Component\Templating\EngineInterface;
|
||||
class HtmlFormatter extends AbstractFormatter
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
* @var string
|
||||
*/
|
||||
private $authentication;
|
||||
protected $apiName;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $apiName;
|
||||
protected $endpoint;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $endpoint;
|
||||
protected $defaultRequestFormat;
|
||||
|
||||
/**
|
||||
* @var EngineInterface
|
||||
*/
|
||||
protected $engine;
|
||||
|
||||
/**
|
||||
* @var boolean
|
||||
*/
|
||||
private $enableSandbox;
|
||||
|
||||
/**
|
||||
* @var EngineInterface
|
||||
*/
|
||||
private $engine;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $requestFormatMethod;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
* @var array
|
||||
*/
|
||||
private $defaultRequestFormat;
|
||||
private $authentication;
|
||||
|
||||
/**
|
||||
* @param array $authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user