コード例 #1
0
ファイル: ContainerCacheable.php プロジェクト: axisy/router
 public function __construct(CacheItemPoolInterface $pool, array $patterns)
 {
     parent::__construct($patterns);
     $this->pool = $pool;
 }