8000 [HttpKernel] added missing accessor · symfony/symfony@43ce425 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43ce425

Browse files
committed
[HttpKernel] added missing accessor
1 parent 49ad487 commit 43ce425

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ public function __construct(HttpKernelInterface $kernel, StoreInterface $store,
9696
$this->traces = array();
9797
}
9898

99+
/**
100+
* Gets the current store.
101+
*
102+
* @return StoreInterface $store A StoreInterface instance
103+
*/
104+
public function getStore()
105+
{
106+
return $this->store;
107+
}
108+
99109
/**
100110
* Returns an array of events that took place during processing of the last request.
101111
*

0 commit comments

Comments
 (0)
0