This repository was archived by the owner on Jan 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +106
-0
lines changed
Resources/views/data_collector Expand file tree Collapse file tree 8 files changed +106
-0
lines changed Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
15+
216namespace phpFastCache \Bundle \Command ;
317
418use phpFastCache \Cache \ExtendedCacheItemPoolInterface ;
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle \DataCollector ;
417
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle \DependencyInjection ;
417
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle \DependencyInjection ;
417
Original file line number Diff line number Diff line change 1+ {#
2+ *
3+ * This file is part of phpFastCache.
4+ *
5+ * @license MIT License (MIT)
6+ *
7+ * For full copyright and license information, please see the docs/CREDITS.txt file.
8+ *
9+ * @author Georges.L (Geolim4) <contact@geolim4.com>
10+ * @author PastisD https://github.com/PastisD
11+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
12+ *
13+ #}
14+
115{% extends ' WebProfilerBundle:Profiler:layout.html.twig' %}
216
317{% block toolbar %}
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle \Service ;
417
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle \Twig ;
417
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ *
4+ * This file is part of phpFastCache.
5+ *
6+ * @license MIT License (MIT)
7+ *
8+ * For full copyright and license information, please see the docs/CREDITS.txt file.
9+ *
10+ * @author Georges.L (Geolim4) <contact@geolim4.com>
11+ * @author PastisD https://github.com/PastisD
12+ * @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
13+ *
14+ */
215
316namespace phpFastCache \Bundle ;
417
You can’t perform that action at this time.
0 commit comments