update 1.0.8.0

Commits for version update
This commit is contained in:
Manish Verma
2016-10-17 12:02:27 +05:30
parent dec927987b
commit 76e85db070
9674 changed files with 495757 additions and 58922 deletions

View File

@@ -84,6 +84,7 @@ class DebugBar implements ArrayAccess
*
* @param string $name
* @return DataCollectorInterface
* @throws DebugBarException
*/
public function getCollector($name)
{
@@ -107,6 +108,7 @@ class DebugBar implements ArrayAccess
* Sets the request id generator
*
* @param RequestIdGeneratorInterface $generator
* @return $this
*/
public function setRequestIdGenerator(RequestIdGeneratorInterface $generator)
{
@@ -142,6 +144,7 @@ class DebugBar implements ArrayAccess
* Sets the storage backend to use to store the collected data
*
* @param StorageInterface $storage
* @return $this
*/
public function setStorage(StorageInterface $storage = null)
{
@@ -171,6 +174,7 @@ class DebugBar implements ArrayAccess
* Sets the HTTP driver
*
* @param HttpDriverInterface $driver
* @return $this
*/
public function setHttpDriver(HttpDriverInterface $driver)
{
@@ -287,6 +291,7 @@ class DebugBar implements ArrayAccess
* @param bool $useOpenHandler
* @param string $headerName
* @param integer $maxHeaderLength
* @return $this
*/
public function sendDataInHeaders($useOpenHandler = null, $headerName = 'phpdebugbar', $maxHeaderLength = 4096)
{
@@ -369,6 +374,7 @@ class DebugBar implements ArrayAccess
* Sets the key to use in the $_SESSION array
*
* @param string $ns
* @return $this
*/
public function setStackDataSessionNamespace($ns)
{
@@ -391,6 +397,7 @@ class DebugBar implements ArrayAccess
* if a storage is enabled
*
* @param boolean $enabled
* @return $this
*/
public function setStackAlwaysUseSessionStorage($enabled = true)
{
@@ -411,8 +418,8 @@ class DebugBar implements ArrayAccess
/**
* Initializes the session for stacked data
*
* @return HttpDriverInterface
* @throws DebugBarException
*/
protected function initStackSession()
{
@@ -430,9 +437,8 @@ class DebugBar implements ArrayAccess
/**
* Returns a JavascriptRenderer for this instance
*
* @param string $baseUrl
* @param string $basePathng
* @param string $basePath
* @return JavascriptRenderer
*/
public function getJavascriptRenderer($baseUrl = null, $basePath = null)