Novinky
Příklepy
Statistiky hráčů
Kanadské bodování
1. | TBL |
40
(15+25)
|
|
2. | BOS |
36
(14+22)
|
|
3. | VAN |
36
(13+23)
|
|
4. | NYR |
34
(15+19)
|
|
5. | VAN |
34
(9+25)
|
|
6. | COL |
33
(7+26)
|
|
7. | VAN |
32
(10+22)
|
|
8. | COL |
31
(12+19)
|
|
9. | TBL |
31
(12+19)
|
|
10. | COL |
31
(8+23)
|
Češi v NHL
1. | BOS |
36
(14+22)
|
|
2. | VAN |
25
(2+23)
|
|
3. | BOS |
19
(8+11)
|
|
4. | SJS |
18
(4+14)
|
|
5. | CAR |
17
(6+11)
|
|
6. | NJD |
11
(3+8)
|
|
7. | ANA |
7
(4+3)
|
|
8. | PIT |
6
(3+3)
|
|
9. | STL |
6
(2+4)
|
|
10. | NYR |
6
(0+6)
|
Brankáři (%)
1. | VGK |
93.48
|
|
2. | BOS |
93.19
|
|
3. | LAK |
92.91
|
|
4. | NYI |
92.67
|
|
5. | ARI |
92.62
|
|
6. | VAN |
92.31
|
|
7. | DAL |
91.94
|
|
8. | PIT |
91.92
|
|
9. | BOS |
91.86
|
|
10. | NYR |
91.84
|
Time out
Největší rivality v NHL: Volná jízda pro šestici vyvolených
Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech vzniká rivalita mezi dvěma týmy z mnoha různých důvodů. Mezi ty hlavní patří geografická blízkost, znalost soupeřů, incidenty na ledě i kulturní, jazyková nebo národní hrdost.
Warning
DOMDocument::loadXML(): Specification mandate value for attribute async in Entity, line: 25 search►
Source file
File: /var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/FromRssArticleFactory.php:18
8: /** 9: * @param string $xml 10: * @return array<Article> 11: */ 12: public static function createFromRss($xml) 13: { 14: $articles = []; 15: 16: $dom = new \DOMDocument(); 17: 18: if (!$dom->loadXML($xml)) { 19: throw new \RuntimeException('Cannot load xml'); 20: } 21: 22: $elements = $dom->getElementsByTagName('item');
Call stack
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/FromRssArticleFactory.php:18 source DOMDocument-> loadXML (arguments)
8: /** 9: * @param string $xml 10: * @return array<Article> 11: */ 12: public static function createFromRss($xml) 13: { 14: $articles = []; 15: 16: $dom = new \DOMDocument(); 17: 18: if (!$dom->loadXML($xml)) { 19: throw new \RuntimeException('Cannot load xml'); 20: } 21: 22: $elements = $dom->getElementsByTagName('item');
$source "<!DOCTYPE html> <html xmlns:fb="http://ogp.me/ns/fb#" lang="cs"> <head> <script> var netteFormError = false; </script> <meta charset="UTF-8" ... " (28198)
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/HttpArticleQuery.php:27 source Hokej\Fanshop\FromRssArticleFactory:: createFromRss (arguments)
17: 18: public function articles() 19: { 20: $content = file_get_contents($this->feedUrl); 21: 22: if ($content === false || $content === null) { 23: return []; 24: } 25: 26: try { 27: return FromRssArticleFactory::createFromRss($content); 28: } catch (\RuntimeException $exception) { 29: return []; 30: } 31: }
$xml "<!DOCTYPE html> <html xmlns:fb="http://ogp.me/ns/fb#" lang="cs"> <head> <script> var netteFormError = false; </script> <meta charset="UTF-8" ... " (28198)
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php:109 source Hokej\Fanshop\HttpArticleQuery-> articles ()
99: $template->zones = $zones; 100: $template->topStoryArticle = $this->getTopstoryArticle(); 101: //$template->youtubeVideos = $this->youtubeFacade->getHpVideos($this->videoLimit); 102: $template->gtm = $this->gtmPageDef->homepage( 103: $this->link('//this') 104: ); 105: $template->topArticlesCallback = function () { 106: return $this->findTopArticles(); 107: }; 108: $template->fanshopArticlesCallback = function () { 109: return $this->fanshopArticleQuery->articles(); 110: }; 111: $template->thisDayInHistoryCallback = function () { 112: return $this->postFacade 113: ->getThisDayInHistory()
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678ce7a8ed6.php:86 source Front\Home\HomepagePresenter-> Front\Home\{closure} ()
76: </div> 77: </div> 78: <div class="Grid-col Grid-col--6 Grid-col--xs-12"> 79: <div class="banner"> 80: <?php echo $template->zoneFooterRight($zones) ?> 81: 82: </div> 83: </div> 84: </div> 85: 86: <?php $fanshopArticles = $fanshopArticlesCallback() ?> 87: <!-- Fanshop --> 88: <section class="u-border-bottom-primary u-pb-24 u-mt-24"> 89: <h2 class="H7 u-tt-uppercase">Fanshop</h2> 90: <div class="swiper swiper--fanshop u-mt-16" id="js-carousel-fanshop">
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Macros/BlockMacros.php:334 source _lbe15bf71f9f_content (arguments)
324: /** 325: * Calls block. 326: * @return void 327: */ 328: public static function callBlock(\stdClass $context, $name, array $params) 329: { 330: if (empty($context->blocks[$name])) { 331: throw new RuntimeException("Cannot include undefined block '$name'."); 332: } 333: $block = reset($context->blocks[$name]); 334: $block($context, $params); 335: } 336: 337: 338: /**
$_b stdClass #8dc3
templates => array (2)| 3662483032 => Latte\Template #b072blocks => array (10)| | engine private => Latte\Engine #cfa6| 5266744009 => Latte\Template #86a6| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params protected => array (32)| | | _control => Front\Home\HomepagePresenter #89d6 { ... } | | | control => Front\Home\HomepagePresenter #89d6 { ... } | | | _presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7) | | | template => Latte\Template #b072 { RECURSION } | | | _l => stdClass #3a6c { ... } | | | _g => stdClass #4851 { ... }| | engine private => Latte\Engine #cfa6| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | params protected => array (32)| | | _control => Front\Home\HomepagePresenter #89d6 { ... } | | | control => Front\Home\HomepagePresenter #89d6 { ... } | | | _presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7) | | | template => Latte\Template #86a6 { RECURSION } | | | _l => stdClass #62ed { ... } | | | _g => stdClass #4851 { ... }| ogImage => array (2)| | 0 => "_lb69e011264d_ogImage" (21) | | 1 => "_lba4a96bec6a_ogImage" (21)| content => array (1)| | 0 => "_lbe15bf71f9f_content" (21)| title => array (1)| | 0 => "_lb8c25a14b9b_title" (19)| description => array (1)| | 0 => "_lbcee726ad0d_description" (25)| author => array (1)| | 0 => "_lb561879cd11_author" (20)| ogType => array (1)| | 0 => "_lb0cf5e7563c_ogType" (20)| metaTags => array (1)| | 0 => "_lb0118417b8c_metaTags" (22)| headScripts => array (1)| | 0 => "_lb0c75985ba6_headScripts" (25)| headZoneScript => array (1)| | 0 => "_lb2dfd7550cb_headZoneScript" (28)| scripts => array (1)| | 0 => "_lbf544054b98_scripts" (21)$_args array (32)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #86a6| engine private => Latte\Engine #cfa6_l => stdClass #62ed| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #86a6 { RECURSION } | | _l => stdClass #62ed| | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #5169 { ... }| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => NULL | tmp => Nette\Caching\OutputHelper #5169_g => stdClass #4851| | dependencies => array (2)| | | tags => NULL | | | expire => "5 minutes" (9)| | cache private => NULL | | key private => array (1)| | | 0 => "j5gc2rmnos" (10)| extended => TRUE | caches => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-layout-latte-3e9499663a407afd0c93d0c4f20d1706.php:316 source Latte\Macros\BlockMacros:: callBlock (arguments)
306: <div id="branding-container"></div> 307: 308: <!-- ? Banner --> 309: <div class="bcg-sys-top"> 310: <div class="banner"> 311: <div id="da_nhl_desktop_top_banner_998x200_2x1"></div> 312: </div> 313: </div> 314: 315: <!-- Main content --> 316: <?php Latte\Macros\BlockMacros::callBlock($_b, 'content', $template->getParameters()) ?> 317: </div> 318: 319: <script> 320: window.jQuery || document.write('<script src="/js/vendor/jquery-1.11.0.min.js"><\/script>');
$context stdClass #8dc3
templates => array (2)| 3662483032 => Latte\Template #b072blocks => array (10)| | engine private => Latte\Engine #cfa6| 5266744009 => Latte\Template #86a6| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params protected => array (32)| | | _control => Front\Home\HomepagePresenter #89d6 { ... } | | | control => Front\Home\HomepagePresenter #89d6 { ... } | | | _presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7) | | | template => Latte\Template #b072 { RECURSION } | | | _l => stdClass #3a6c { ... } | | | _g => stdClass #4851 { ... }| | engine private => Latte\Engine #cfa6| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | params protected => array (32)| | | _control => Front\Home\HomepagePresenter #89d6 { ... } | | | control => Front\Home\HomepagePresenter #89d6 { ... } | | | _presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | presenter => Front\Home\HomepagePresenter #89d6 { ... } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7) | | | template => Latte\Template #86a6 { RECURSION } | | | _l => stdClass #62ed { ... } | | | _g => stdClass #4851 { ... }| ogImage => array (2)| | 0 => "_lb69e011264d_ogImage" (21) | | 1 => "_lba4a96bec6a_ogImage" (21)| content => array (1)| | 0 => "_lbe15bf71f9f_content" (21)| title => array (1)| | 0 => "_lb8c25a14b9b_title" (19)| description => array (1)| | 0 => "_lbcee726ad0d_description" (25)| author => array (1)| | 0 => "_lb561879cd11_author" (20)| ogType => array (1)| | 0 => "_lb0cf5e7563c_ogType" (20)| metaTags => array (1)| | 0 => "_lb0118417b8c_metaTags" (22)| headScripts => array (1)| | 0 => "_lb0c75985ba6_headScripts" (25)| headZoneScript => array (1)| | 0 => "_lb2dfd7550cb_headZoneScript" (28)| scripts => array (1)| | 0 => "_lbf544054b98_scripts" (21)$name "content" (7)
$params array (32)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #86a6| engine private => Latte\Engine #cfa6_l => stdClass #62ed| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #86a6 { RECURSION } | | _l => stdClass #62ed| | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #5169 { ... }| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => NULL | tmp => Nette\Caching\OutputHelper #5169_g => stdClass #4851| | dependencies => array (2)| | | tags => NULL | | | expire => "5 minutes" (9)| | cache private => NULL | | key private => array (1)| | | 0 => "j5gc2rmnos" (10)| extended => TRUE | caches => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:187 source include (arguments)
177: } 178: } 179: flock($handle, LOCK_SH); // holds the lock 180: } 181: 182: call_user_func(function () { 183: foreach (func_get_arg(1) as $__k => $__v) { 184: $$__k = $__v; 185: } 186: unset($__k, $__v); 187: include func_get_arg(0); 188: }, $file, $params); 189: } 190: 191:
#0 "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-layout-latte-3e9499663a407afd0c93d0c4f20d1706.php" (144)
inner-code Latte\Engine-> Latte\{closure} (arguments)
#0 "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte/dev-app-Front-Home-templates-layout-latte-3e9499663a407afd0c93d0c4f20d1706.ph ... " (151)
#1 array (33)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #86a6| engine private => Latte\Engine #cfa6_l => stdClass #3a6c| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #86a6 { RECURSION } | | _l => stdClass #62ed| | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #5169 { ... }| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)_g => stdClass #4851| extended => TRUE | caches => array ()_b => stdClass #8dc3| templates => array (2)| | 3662483032 => Latte\Template #b072| blocks => array (10)| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params protected => array (32) [ ... ]| | 5266744009 => Latte\Template #86a6| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]| | ogImage => array (2)| | | 0 => "_lb69e011264d_ogImage" (21) | | | 1 => "_lba4a96bec6a_ogImage" (21)| | content => array (1)| | | 0 => "_lbe15bf71f9f_content" (21)| | title => array (1)| | | 0 => "_lb8c25a14b9b_title" (19)| | description => array (1)| | | 0 => "_lbcee726ad0d_description" (25)| | author => array (1)| | | 0 => "_lb561879cd11_author" (20)| | ogType => array (1)| | | 0 => "_lb0cf5e7563c_ogType" (20)| | metaTags => array (1)| | | 0 => "_lb0118417b8c_metaTags" (22)| | headScripts => array (1)| | | 0 => "_lb0c75985ba6_headScripts" (25)| | headZoneScript => array (1)| | | 0 => "_lb2dfd7550cb_headZoneScript" (28)| | scripts => array (1)| | | 0 => "_lbf544054b98_scripts" (21)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:188 source call_user_func (arguments)
178: } 179: flock($handle, LOCK_SH); // holds the lock 180: } 181: 182: call_user_func(function () { 183: foreach (func_get_arg(1) as $__k => $__v) { 184: $$__k = $__v; 185: } 186: unset($__k, $__v); 187: include func_get_arg(0); 188: }, $file, $params); 189: } 190: 191: 192: /**
$function_name Closure #3d29
file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php" (88) line => 182 variables => array () parameters => ""$parmeter "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte/dev-app-Front-Home-templates-layout-latte-3e9499663a407afd0c93d0c4f20d1706.ph ... " (151)
$... array (33)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #86a6| engine private => Latte\Engine #cfa6_l => stdClass #3a6c| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #86a6 { RECURSION } | | _l => stdClass #62ed| | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #5169 { ... }| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)_g => stdClass #4851| extended => TRUE | caches => array ()_b => stdClass #8dc3| templates => array (2)| | 3662483032 => Latte\Template #b072| blocks => array (10)| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params protected => array (32) [ ... ]| | 5266744009 => Latte\Template #86a6| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]| | ogImage => array (2)| | | 0 => "_lb69e011264d_ogImage" (21) | | | 1 => "_lba4a96bec6a_ogImage" (21)| | content => array (1)| | | 0 => "_lbe15bf71f9f_content" (21)| | title => array (1)| | | 0 => "_lb8c25a14b9b_title" (19)| | description => array (1)| | | 0 => "_lbcee726ad0d_description" (25)| | author => array (1)| | | 0 => "_lb561879cd11_author" (20)| | ogType => array (1)| | | 0 => "_lb0cf5e7563c_ogType" (20)| | metaTags => array (1)| | | 0 => "_lb0118417b8c_metaTags" (22)| | headScripts => array (1)| | | 0 => "_lb0c75985ba6_headScripts" (25)| | headZoneScript => array (1)| | | 0 => "_lb2dfd7550cb_headZoneScript" (28)| | scripts => array (1)| | | 0 => "_lbf544054b98_scripts" (21)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:94 source Latte\Engine-> loadCacheFile (arguments)
84: private $baseTemplateClass = 'Latte\Template'; 85: 86: 87: /** 88: * Renders template to output. 89: * @return void 90: */ 91: public function render($name, array $params = array()) 92: { 93: $template = new $this->baseTemplateClass($params, $this, $name); 94: $this->loadCacheFile($name, $template->getParameters()); 95: } 96: 97: 98: /**
$name "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
$params array (33)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #86a6| engine private => Latte\Engine #cfa6_l => stdClass #3a6c| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #86a6 { RECURSION } | | _l => stdClass #62ed| | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #5169 { ... }| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)_g => stdClass #4851| extended => TRUE | caches => array ()_b => stdClass #8dc3| templates => array (2)| | 3662483032 => Latte\Template #b072| blocks => array (10)| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params protected => array (32) [ ... ]| | 5266744009 => Latte\Template #86a6| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]| | ogImage => array (2)| | | 0 => "_lb69e011264d_ogImage" (21) | | | 1 => "_lba4a96bec6a_ogImage" (21)| | content => array (1)| | | 0 => "_lbe15bf71f9f_content" (21)| | title => array (1)| | | 0 => "_lb8c25a14b9b_title" (19)| | description => array (1)| | | 0 => "_lbcee726ad0d_description" (25)| | author => array (1)| | | 0 => "_lb561879cd11_author" (20)| | ogType => array (1)| | | 0 => "_lb0cf5e7563c_ogType" (20)| | metaTags => array (1)| | | 0 => "_lb0118417b8c_metaTags" (22)| | headScripts => array (1)| | | 0 => "_lb0c75985ba6_headScripts" (25)| | headZoneScript => array (1)| | | 0 => "_lb2dfd7550cb_headZoneScript" (28)| | scripts => array (1)| | | 0 => "_lbf544054b98_scripts" (21)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Template.php:93 source Latte\Engine-> render (arguments)
83: 84: 85: /** 86: * Renders template. 87: * @return void 88: * @internal 89: */ 90: public function renderChildTemplate($name, array $params = array()) 91: { 92: $name = $this->engine->getLoader()->getChildName($name, $this->name); 93: $this->engine->render($name, $params); 94: } 95: 96: 97: /**
$name "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
$params array (33)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #b072| engine private => Latte\Engine #cfa6_l => stdClass #3a6c| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #b072 { RECURSION } | | _l => stdClass #3a6c| | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)_g => stdClass #4851| extended => TRUE | caches => array ()_b => stdClass #8dc3| templates => array (2)| | 3662483032 => Latte\Template #b072| blocks => array (10)| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params protected => array (32) [ ... ]| | 5266744009 => Latte\Template #86a6| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]| | ogImage => array (2)| | | 0 => "_lb69e011264d_ogImage" (21) | | | 1 => "_lba4a96bec6a_ogImage" (21)| | content => array (1)| | | 0 => "_lbe15bf71f9f_content" (21)| | title => array (1)| | | 0 => "_lb8c25a14b9b_title" (19)| | description => array (1)| | | 0 => "_lbcee726ad0d_description" (25)| | author => array (1)| | | 0 => "_lb561879cd11_author" (20)| | ogType => array (1)| | | 0 => "_lb0cf5e7563c_ogType" (20)| | metaTags => array (1)| | | 0 => "_lb0118417b8c_metaTags" (22)| | headScripts => array (1)| | | 0 => "_lb0c75985ba6_headScripts" (25)| | headZoneScript => array (1)| | | 0 => "_lb2dfd7550cb_headZoneScript" (28)| | scripts => array (1)| | | 0 => "_lbf544054b98_scripts" (21)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678ce7a8ed6.php:261 source Latte\Template-> renderChildTemplate (arguments)
251: // prolog Nette\Bridges\ApplicationLatte\UIMacros 252: 253: // snippets support 254: if (empty($_l->extends) && !empty($_control->snippetMode)) { 255: return Nette\Bridges\ApplicationLatte\UIMacros::renderSnippets($_control, $_b, get_defined_vars()); 256: } 257: 258: // 259: // main template 260: // 261: if ($_l->extends) { ob_end_clean(); return $template->renderChildTemplate($_l->extends, get_defined_vars()); } 262: call_user_func(reset($_b->blocks['ogImage']), $_b, get_defined_vars()) ?> 263: 264: <?php call_user_func(reset($_b->blocks['content']), $_b, get_defined_vars()) ;
$name "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
$params array (33)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #b072| engine private => Latte\Engine #cfa6_l => stdClass #3a6c| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #b072 { RECURSION } | | _l => stdClass #3a6c| | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()| extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)_g => stdClass #4851| extended => TRUE | caches => array ()_b => stdClass #8dc3| templates => array (2)| | 3662483032 => Latte\Template #b072| blocks => array (10)| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params protected => array (32) [ ... ]| | 5266744009 => Latte\Template #86a6| | | engine private => Latte\Engine #cfa6 { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]| | ogImage => array (2)| | | 0 => "_lb69e011264d_ogImage" (21) | | | 1 => "_lba4a96bec6a_ogImage" (21)| | content => array (1)| | | 0 => "_lbe15bf71f9f_content" (21)| | title => array (1)| | | 0 => "_lb8c25a14b9b_title" (19)| | description => array (1)| | | 0 => "_lbcee726ad0d_description" (25)| | author => array (1)| | | 0 => "_lb561879cd11_author" (20)| | ogType => array (1)| | | 0 => "_lb0cf5e7563c_ogType" (20)| | metaTags => array (1)| | | 0 => "_lb0118417b8c_metaTags" (22)| | headScripts => array (1)| | | 0 => "_lb0c75985ba6_headScripts" (25)| | headZoneScript => array (1)| | | 0 => "_lb2dfd7550cb_headZoneScript" (28)| | scripts => array (1)| | | 0 => "_lbf544054b98_scripts" (21)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:187 source include (arguments)
177: } 178: } 179: flock($handle, LOCK_SH); // holds the lock 180: } 181: 182: call_user_func(function () { 183: foreach (func_get_arg(1) as $__k => $__v) { 184: $$__k = $__v; 185: } 186: unset($__k, $__v); 187: include func_get_arg(0); 188: }, $file, $params); 189: } 190: 191:
#0 "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678ce7a8ed6 ... " (154)
inner-code Latte\Engine-> Latte\{closure} (arguments)
#0 "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678c ... " (161)
#1 array (30)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #b072| engine private => Latte\Engine #cfa6| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #b072 { RECURSION } | | _l => stdClass #3a6c| | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:188 source call_user_func (arguments)
178: } 179: flock($handle, LOCK_SH); // holds the lock 180: } 181: 182: call_user_func(function () { 183: foreach (func_get_arg(1) as $__k => $__v) { 184: $$__k = $__v; 185: } 186: unset($__k, $__v); 187: include func_get_arg(0); 188: }, $file, $params); 189: } 190: 191: 192: /**
$function_name Closure #d6c1
file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php" (88) line => 182 variables => array () parameters => ""$parmeter "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678c ... " (161)
$... array (30)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #b072| engine private => Latte\Engine #cfa6| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #b072 { RECURSION } | | _l => stdClass #3a6c| | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php:94 source Latte\Engine-> loadCacheFile (arguments)
84: private $baseTemplateClass = 'Latte\Template'; 85: 86: 87: /** 88: * Renders template to output. 89: * @return void 90: */ 91: public function render($name, array $params = array()) 92: { 93: $template = new $this->baseTemplateClass($params, $this, $name); 94: $this->loadCacheFile($name, $template->getParameters()); 95: } 96: 97: 98: /**
$name "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96)
$params array (30)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7) template => Latte\Template #b072| engine private => Latte\Engine #cfa6| | onCompile => array (1)| name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params protected => array (32)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { ... }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | control => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | _presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | presenter => Front\Home\HomepagePresenter #89d6| | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #bc99 { ... } | | | postFacade => Hokej\PostFacade #fb89 { ... } | | | zoneFacade => Hokej\ZoneFacade #8498 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #2972 { ... } | | | translator => Admin\Translator #3a87 | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | settingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | presenterBridge => Hokej\PresenterBridge #7170 { ... } | | | esportsDateHelper => Esports\Helper\Date #dea0 { ... } | | | dateHelper => Hokej\Helpers\Date #e944 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | mobileDetect => Mobile_Detect #b642 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #c555 { ... } | | | response private => Nette\Application\Responses\TextResponse #2835 { ... } | | | autoCanonicalize => TRUE | | | absoluteUrls => FALSE | | | globalParams private => array () | | | globalState private => array () | | | globalStateSinces private => array () | | | action private => "default" (7) | | | view private => "default" (7) | | | layout private => NULL | | | payload private => stdClass #38c6 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #3e49 { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #af4f { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | session private => Nette\Http\Session #08c7 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... } | | | user private => Nette\Security\User #516f { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #7f08 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array (1) [ ... ] | | | components private => array (5) [ ... ] | | | cloning private => NULL | | | parent private => NULL | | | name private => "Front:Home:Homepage" (19) | | | monitors private => array () | | | templateFactory private => NULL| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7) | | template => Latte\Template #b072 { RECURSION } | | _l => stdClass #3a6c| | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)| | _g => stdClass #4851| | | extended => TRUE | | | caches => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php:52 source Latte\Engine-> render (arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = NULL, array $params = array()) 51: { 52: $this->latte->render($file ?: $this->file, $params + $this->params); 53: } 54: 55: 56: /**
$name "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96)
$params array (29)
_control => Front\Home\HomepagePresenter #89d6| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99control => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99_presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99presenter => Front\Home\HomepagePresenter #89d6| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #bc99user => Nette\Security\User #516f| | matchService protected => Hokej\MatchService #a8fb| postFacade => Hokej\PostFacade #fb89| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchEnumService protected => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | postService protected => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | teamHelper protected => Hokej\TeamHelper #46f4 | | roster protected => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | goalService protected => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyService protected => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodService protected => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { ... }| | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { ... }| | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { ... }| | matchAdditional protected => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | tvService protected => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | matchPlayerService protected => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService private => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | postService protected => Hokej\PostService #b5f5| zoneFacade => Hokej\ZoneFacade #8498| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | zoneService protected => Hokej\ZoneService #7f11| youtubeFacade => Hokej\YoutubeFacade #eb4e| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | youtubeService protected => Hokej\YoutubeService #8df1| leagueFacade => Hokej\LeagueFacade #4fb1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | leagueService protected => Hokej\LeagueService #52d6| topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | leagueHelper protected => Hokej\Helpers\League #7e6d| | container private => SystemContainer #af4f| statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| webLoader => WebLoader\Nette\LoaderFactory #2972| | httpRequest private => Nette\Http\Request #3661| translator => Admin\Translator #3a87 | helperLoader => Esports\Helper\Loader #8250| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | serviceLocator private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | tempPaths private => array (2)| | | front => "webtemp" (7) | | | admin => "adminwww/webtemp" (16)| | helpers protected => array (33)| mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | 0 => Esports\Helper\String #4ce3 | | | 1 => Esports\Helper\Date #dea0 { ... } | | | 2 => Esports\Helper\Grid #7a47 | | | 3 => Hokej\Helpers\PlayerHelper #c484 { ... } | | | 4 => Hokej\Helpers\PostHelper #dde9 { ... } | | | 5 => Hokej\Helpers\TagHelper #2229 | | | 6 => Hokej\PeriodHelper #3653 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #7066 | | | 8 => Hokej\Helpers\Date #e944 { ... } | | | 9 => Hokej\Helpers\LogoHelper #71bd { ... } | | | 10 => Hokej\DirHelper #d21e { ... } | | | 11 => Hokej\Helpers\Icon #e808 { ... } | | | 12 => Hokej\Helpers\Zone #2e7b { ... } | | | 13 => Hokej\Helpers\ExportHelper #8a17 { ... } | | | 14 => Hokej\Helpers\League #7e6d | | | 15 => Hokej\Helpers\Domain #f9f5 | | | 16 => Hokej\Helpers\Penalty #6a5f | | | 17 => Hokej\Helpers\XmlHelper #18fa | | | 18 => Hokej\Helpers\VideoHelper #db29 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | 20 => Hokej\Helpers\MatchHelper #2415 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | 25 => Hokej\Helpers\ScoreHelper #810e | | | 26 => Hokej\Helpers\Minimalize #f289 { ... } | | | 27 => Hokej\Helpers\Tagger #3ae6 | | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | | 29 => Hokej\Helpers\Tv #718a { ... } | | | 30 => Hokej\Helpers\Amazon #293e { ... } | | | 31 => Hokej\Helpers\Number #17db { ... } | | | 32 => Hokej\Helpers\Country #4ad4| | container private => SystemContainer #af4f| playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| settingFacade => Hokej\SettingFacade #28de| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | settingService protected => Hokej\SettingService #8b47| iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { ... }| | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { ... }| | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { ... }| | container private => SystemContainer #af4f| presenterBridge => Hokej\PresenterBridge #7170| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| esportsDateHelper => Esports\Helper\Date #dea0| | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0| dateHelper => Hokej\Helpers\Date #e944| | | separator protected => " " | | | keepSymbol protected => "."| | translator protected => Admin\Translator #3a87 | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | months protected => array (12)| cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | 0 => "Leden" (5) | | | 1 => "Únor" (5) | | | 2 => "Březen" (7) | | | 3 => "Duben" (5) | | | 4 => "Květen" (7) | | | 5 => "Červen" (7) | | | 6 => "Červenec" (9) | | | 7 => "Srpen" (5) | | | 8 => "Září" (7) | | | 9 => "Říjen" (7) | | | 10 => "Listopad" (8) | | | 11 => "Prosinec" (8)| | declensedMonths protected => array (12)| | | 0 => "ledna" (5) | | | 1 => "února" (6) | | | 2 => "března" (7) | | | 3 => "dubna" (5) | | | 4 => "května" (7) | | | 5 => "června" (7) | | | 6 => "července" (9) | | | 7 => "srpna" (5) | | | 8 => "září" (7) | | | 9 => "října" (7) | | | 10 => "listopadu" (9) | | | 11 => "prosince" (8)| | shortDays protected => array (7)| | | 0 => "Ne" (2) | | | 1 => "Po" (2) | | | 2 => "Út" (3) | | | 3 => "St" (2) | | | 4 => "Čt" (3) | | | 5 => "Pá" (3) | | | 6 => "So" (2)| | days protected => array (7)| | | 0 => "Neděle" (7) | | | 1 => "Pondělí" (9) | | | 2 => "Úterý" (7) | | | 3 => "Středa" (7) | | | 4 => "Čtvrtek" (8) | | | 5 => "Pátek" (6) | | | 6 => "Sobota" (6)| | matchDateFormat protected => "d. m." (5) | | matchTimeFormat protected => "H:i" (3) | | dateFormat protected => "j.n.Y" (5) | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | newsDateFormat protected => "j. n. - G:i" (11) | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | container private => SystemContainer #af4f| mobileDetect => Mobile_Detect #b642| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| | postFacade private => Hokej\PostFacade #fb89| displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #c555| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerFacade private => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | clubFacade private => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | teamFacade private => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | statsFacade private => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | mobileDetect private => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | method private => "GET" (3) | | flags private => array (1)| response private => Nette\Application\Responses\TextResponse #2835| | | secured => TRUE| | name private => "Front:Home:Homepage" (19) | | params private => array (1)| | | action => "default" (7)| | post private => array () | | files private => array ()| | source private => Nette\Bridges\ApplicationLatte\Template #7f08| autoCanonicalize => TRUE | absoluteUrls => FALSE | globalParams private => array () | globalState private => array () | globalStateSinces private => array () | action private => "default" (7) | view private => "default" (7) | layout private => NULL | payload private => stdClass #38c6 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #3e49| | | latte private => Latte\Engine #cfa6 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]| | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)| lastCreatedRequestFlag private => array (1)| | | id => 5029775 | | | action => "default" (7)| | post private => array () | | files private => array ()| | current => FALSE| context private => SystemContainer #af4f| | meta protected => array (1)| httpRequest private => Nette\Http\Request #3661| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| session private => Nette\Http\Session #08c7| | regenerated private => NULL | | options private => array (14)| presenterFactory private => Nette\Application\PresenterFactory #6709| | | gc_maxlifetime => 1800 | | | cookie_lifetime => 1800 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | response private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | handler private => NULL| | caseSensitive => FALSE | | mapping private => array (6)| router private => Nette\Application\Routers\RouteList #661d| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ] | | | Admin => array (3) [ ... ] | | | Front => array (3) [ ... ] | | | Export => array (3) [ ... ] | | | Test => array (3) [ ... ]| | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | cache private => array (5)| | | "Front:Home:Homepage" => array (2) [ ... ] | | | "Export:Rss:nhl" => array (2) [ ... ] | | | "Front:League:Overview" => array (2) [ ... ] | | | "Front:Article:Article" => array (2) [ ... ] | | | "Front:League:PlayerStats" => array (2) [ ... ]| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (1)| user private => Nette\Security\User #516f| | | "*" => array (4) [ ... ]| | module private => "" | | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| template private => Nette\Bridges\ApplicationLatte\Template #7f08| | | container private => SystemContainer #af4f { ... }| | httpRequest private => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse private => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | user private => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | latte private => Latte\Engine #cfa6| invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| | action => "default" (7)| components private => array (5)| | css => WebLoader\Nette\CssLoader #93be| cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL| | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #6423 { ... } | | | tempPath private => "/webtemp" (8) | | | templateFactory private => NULL | | | template private => NULL | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]| | mainMenu => Front\Widget\MainMenu\Menu #ade5| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #8e28 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]| | topStory => Front\Widget\TopStory #f5cb| | | postFacade protected => Hokej\PostFacade #fb89 { ... } | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #c852 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]| | bestPlayers => Front\Home\BestPlayers #8557| | | playerLinker private => Closure #4137| | timeout => Front\Widget\Timeout #1889| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 226 | | | | variables => array () | | | | parameters => "$playerId" (9)| | | statsLinker private => Closure #87a8| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 228 | | | | variables => array () | | | | parameters => "$countryCode" (12)| | | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | playerFilter private => Hokej\PlayerFilter #346c | | | leagueFacade private => Hokej\LeagueFacade #4fb1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #de6b { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | categoryFacade private => Hokej\CategoryFacade #9061 { ... } | | | zoneFacade private => Hokej\ZoneFacade #8498 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #3a87 | | | helperLoader protected => Esports\Helper\Loader #8250 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #bab9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6netteHttpResponse => Nette\Http\Response #42d9| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #2002| context protected => Nette\Database\Context #7581articles => array (9)| | connection private => Nette\Database\Connection #56d2| conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | preprocessor private => Nette\Database\SqlPreprocessor #4c54| | | connection private => Nette\Database\Connection #56d2 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | structure protected => Nette\Database\Structure #f110| cache protected => Nette\Caching\Cache #532c| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | storage private => Nette\Caching\Storages\DevNullStorage #c39d | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL| sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74| | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd| name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)| | | structure protected => Nette\Database\Structure #f110 { ... }| | delimitedTable protected => "`post`" (6) | | select protected => array (2)| | | 0 => "post.*" (6) | | | 1 => "IFNULL(get_post_title(post.id, post.rotate_title), post.name) AS nameTitle, IF(`post`.`photo_id` IS NOT NULL, (SELECT `photo`.`url` FROM `photo` WHERE ... " (372)| | where protected => array (4)| | | 0 => "post.post_type_id = ?" (21) | | | 1 => "post.post_state_id = ?" (22) | | | 2 => "post.publish_date <= NOW()" (26) | | | 3 => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | left protected => array () | | conditions protected => array (4)| | | wherec3a007d0c073add5827a54d1daede711 => "post.post_type_id" (17) | | | where8900888e7bcbfc0c579f57108d228602 => "post.post_state_id" (18) | | | where289cc39bd733928887fe1ce8bef22a2e => "post.publish_date <= NOW()" (26) | | | wherefe960c943bc663bf8621e2f00fee342d => "post.unpublish_date IS NULL OR (post.unpublish_date IS NOT NULL AND post.unpublish_date >= NOW())" (97)| | parameters protected => array (6)| | | select => array (1) [ ... ] | | | left => array () | | | where => array (2) [ ... ] | | | group => array () | | | having => array () | | | order => array ()| | order protected => array (1)| | | 0 => "post.publish_date DESC" (22)| | limit protected => 8 | | offset protected => NULL | | group protected => "" | | having protected => "" | | aliases protected => array () | | forceIndexes protected => array (1)| | | "" => "post_article_base_index" (23)| | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e| | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #56d2 { ... }| | structure private => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | cacheTableList private => NULL| | "" => array (1)| refCache protected => array (1)| | | referencingPrototype => array ()| | referencingPrototype => array ()| generalCacheKey protected => NULL | generalCacheTraceKey protected => NULL | specificCacheKey protected => NULL | aggregation protected => array () | accessedColumns protected => NULL | previousAccessedColumns protected => NULL | observeCache protected => FALSE | keys protected => array ()| 5030148 => array (43)zones => Nette\Utils\ArrayHash #45a8| | id => 5030148 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 2764 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #b2cb| 5030147 => array (43)| | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8237| | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #970d| | | date => "2023-12-04 13:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Prostě to pořád není ono. Fanoušci Montrealu by po letech průměru či podprůměru rádi viděli nějaký pokrok, nicméně ten nepřichází. Martin St. Louis, t ... " (238) | | content => "<p>To se však nelíbilo někdejšímu lodivodovi Canadiens Michelu Therrienovi.</p> <p>Po čtvrteční drtivé prohře 1:5 s Floridou Panthers stál Martin St. ... " (1623) | | slug => "ze-je-vsechno-v-pohode-pozor-na-to-co-rikas-varuje-therrien-st-louise" (69) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2119 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Že je všechno v pohodě? Pozor na to, co říkáš, varuje Therrien St. Louise" (80) | | photoUrl => "/files/images/57/therrien-montreal.jpg" (38)| | id => 5030147 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 9247 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d4a9| 5030143 => array (43)| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #ab3b| | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #8577| | | date => "2023-12-04 10:30:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Získat Erika Karlssona, to se mělo rovnat vytvoření dokonalé přesilovky se Sidneyem Crosbym a spol. Zatím to však nejde dle předpokladů. I proto trené ... " (261) | | content => "<p>Karlssonovi, který je nyní na levém křídle, to nevadilo. Vlastně řekl, že doufá, že to vyléčí nejlepší jednotku plnou hvězd. "Doufejme, ... " (2465) | | slug => "26-presilovek-nula-golu-lecba-karlssonem-nefunguje-vraci-se-letang" (66) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 4921 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "26 přesilovek, nula gólů. Léčba Karlssonem nefunguje, vrací se Letang" (75) | | photoUrl => "/files/images/62/letang-kris746235958.png" (41)| | id => 5030143 | | user_id => 129108 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11562 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #bb67| 5030145 => array (43)| | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #b654| | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a37d| | | date => "2023-12-04 08:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Na programu bylo pět zápasů. Pojďme si je postupně zrekapitulovat." (71) | | content => "<p style="text-align: center;"><strong>MINNESOTA WILD - CHICAGO BLACKHAWKS</strong></p> <p style="text-align: center;"><strong>4:1 (3:0, 1:0, 0:1)</st ... " (8788) | | slug => "hattricky-marchanda-a-panarina-pomohly-k-vyhram-colorado-padlo" (62) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 1787 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Hattricky Marchanda a Panarina pomohly k výhrám, Colorado padlo" (65) | | photoUrl => "/files/images/57/marchand493493.jpeg" (36)| | id => 5030145 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 6548 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6280| 5030144 => array (43)| | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #1e74| | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #cb6b| | | date => "2023-12-03 18:20:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Fanoušci NHL se mohou těšit na dalších pět zápasů. Hrát se bude od 20:00 až téměř do ranních hodin. Co nás čeká?" (129) | | content => "<p>Ve 20:00 padne úvodní vhazování na ledě Minnesoty, která přivítá Chicago. Oba celky se nachází na dně Centrální divize a letos se od nich zázraky n ... " (666) | | slug => "rangers-si-zahraji-proti-san-jose-los-angeles-ceka-tezky-duel-s-avalanche" (73) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 685 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Rangers si zahrají proti San Jose. Los Angeles čeká těžký duel s Avalanche" (80) | | photoUrl => "/files/images/57/staples-center-los-angeles-kings-lak.jpg" (57)| | id => 5030144 | | user_id => 129243 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11560 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #6b55| 5030142 => array (43)| | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #18b4| | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #a53a| | | date => "2023-12-03 17:58:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Obecně vzato můžeme výraz rivalita definovat jako soutěživost mezi dvěma nebo více stranami, které se proti sobě snaží uspět. V kolektivních sportech ... " (358) | | content => "<p>Ani nejslavnější hokejové lize se rivalita nevyhýbá. Spíše naopak. Ve své více než stoleté historii zažila nejednu situaci, kdy jiskření na ledě ne ... " (7496) | | slug => "nejvetsi-rivality-v-nhl-volna-jizda-pro-sestici-vyvolenych" (58) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3431 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 1 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Největší rivality v NHL: Volná jízda pro šestici vyvolených" (67) | | photoUrl => "/files/images/57/rivalry-312.png" (32)| | id => 5030142 | | user_id => 129083 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11558 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #d27d| 5030141 => array (43)| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #0433| | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c29d| | | date => "2023-12-03 12:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "O hokejovém umu Davida Pastrňáka ví každý hokejový fanoušek. Kromě toho je znám také tím, že baví na ledě i mimo něj. Trochu mimo pozornost jde ale je ... " (266) | | content => "<p>David Pastrňák si zápas proti Torontu podmanil tak, jak to obvykle dělá. V první třetině sobotního utkání ve Scotiabank Areně vstřelil svůj 14. gól ... " (2606) | | slug => "pastrnakova-genialita-trener-vidi-jine-prednosti-roste-z-nej-velky-lidr-rika-montgomery" (87) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 8624 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňákova genialita? Trenér vidí jiné přednosti. Roste z něj velký lídr, říká Montgomery" (102) | | photoUrl => "/files/images/57/pastrnak-d.jpg" (31)| | id => 5030141 | | user_id => 129190 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11557 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #edf0| 5030140 => array (43)| | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #e3a3| | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #7cec| | | date => "2023-12-03 10:00:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Spojení Tysona Barrieho a Nashvillu Predators se blíží ke svému konci. Případně bude trvat už jen několik měsíců. Generální manažer Barry Trotz dal sv ... " (380) | | content => "<p dir="ltr">Tyson Barrie přišel do Nashvillu na konci února tohoto roku z Edmontonu v rámci výměny za Mattiase Ekholma. V dresu Predators se rychle u ... " (2458) | | slug => "zajemci-o-obrance-mohou-zpozornit-barrie-si-muze-hledat-nove-pusobiste" (70) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 3804 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Zájemci o obránce mohou zpozornit. Barrie si může hledat nové působiště" (79) | | photoUrl => "/files/images/57/barri122.jpeg" (30)| | id => 5030140 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 10947 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #980b| 5030139 => array (43)| | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #d218| | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #086b| | | date => "2023-12-03 08:08:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jediným českým střelcem se během dnešní noci stal David Pastrňák, který se trefil na ledě Toronta. Pěknou asistenci si pak připsal na své konto Martin ... " (172) | | content => "<p><strong>David Pastrňák (Boston Bruins)</strong></p> <p>Gól a dvě asistence. David Pastrňák odehrál na ledě Toronta znovu velmi vydařené utkání a by ... " (3986) | | slug => "pastrnak-znovu-skoroval-necas-se-blyskl-chytrou-asistenci" (57) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2312 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Pastrňák znovu skóroval! Nečas se blýskl chytrou asistencí" (64) | | photoUrl => "/files/images/57/pastrn294.jpeg" (31)| | id => 5030139 | | user_id => 129031 | | post_state_id => 3 | | post_type_id => 2 | | photo_id => 11556 | | folder_id => NULL | | section_type => NULL | | topstory => NULL | | create_date => Nette\Utils\DateTime #8571| | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | modify_date => Nette\Utils\DateTime #8599| | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | display_date => NULL | | publish_date => Nette\Utils\DateTime #c560| | | date => "2023-12-03 07:48:00.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)| | unpublish_date => NULL | | parent_id => NULL | | gallery_id => NULL | | order => 0 | | name => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | menu_name => NULL | | menu_url => NULL | | video_url => "" | | excerpt => "Jedním z nejzajímavějších zápasů byl souboj Toronta s Bostonem, kde se rozhodovalo až v prodloužení. Nezklamala ani bitva o Pensylvánii, která dokráče ... " (194) | | content => "<p style="text-align: center;"><strong>DALLAS STARS - TAMPA BAY LIGHTNING</strong></p> <p style="text-align: center;"><strong>8:1 (3:1, 3:0, 2:0)</str ... " (22076) | | slug => "marchand-v-prodlouzeni-sestrelil-toronto-flyers-po-najezdech-zdolali-pittsburgh" (79) | | template => NULL | | file_id => NULL | | hide_in_menu => 0 | | imported => 0 | | enable_comments => 1 | | show_modify_date => 0 | | show_on_hompage => 1 | | use_big_picture => 0 | | impression_count => 2759 | | category_id => NULL | | rotate_title => 0 | | old => 0 | | url_or_id_to_post => "" | | link_title_to_post => NULL | | advert => 0 | | recommend => 0 | | keywords => NULL | | topstory2 => NULL | | nameTitle => "Marchand v prodloužení sestřelil Toronto! Flyers po nájezdech zdolali Pittsburgh" (84) | | photoUrl => "/files/images/57/marchand-pasta-312.jpeg" (40)| top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | script => "" | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)topStoryArticle => array (43)| id => 5030149 | user_id => 129288 | post_state_id => 3 | post_type_id => 2 | photo_id => 11563 | folder_id => NULL | section_type => NULL | topstory => 1 | create_date => Nette\Utils\DateTime #ce84gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) topArticlesCallback => Closure #e012| | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| modify_date => Nette\Utils\DateTime #88f7| | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| display_date => NULL | publish_date => Nette\Utils\DateTime #0eb2| | date => "2023-12-04 15:00:00.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)| unpublish_date => NULL | parent_id => NULL | gallery_id => NULL | order => 0 | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | menu_name => NULL | menu_url => NULL | video_url => "" | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | template => NULL | file_id => NULL | hide_in_menu => 0 | imported => 0 | enable_comments => 1 | show_modify_date => 0 | show_on_hompage => 1 | use_big_picture => 0 | impression_count => 1789 | category_id => NULL | rotate_title => 0 | old => 0 | url_or_id_to_post => "" | link_title_to_post => NULL | advert => 0 | recommend => 0 | keywords => NULL | topstory2 => NULL | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""fanshopArticlesCallback => Closure #3865| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""thisDayInHistoryCallback => Closure #b2e4| file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 111 | variables => array () | parameters => ""footerTopHTMLRedesign => "" footerBottomHTMLRedesign => "" footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) analyticsCodes => "" headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) displayScoreboard => TRUE platforms => "desktop" (7)/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Responses/TextResponse.php:51 source Nette\Bridges\ApplicationLatte\Template-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Application\UI\ITemplate || $this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Application.php:156 source Nette\Application\Responses\TextResponse-> send (arguments)
146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153: 154: } elseif ($response) { 155: $this->onResponse($this, $response); 156: $response->send($this->httpRequest, $this->httpResponse); 157: } 158: } 159: 160:
$httpRequest Nette\Http\Request #3661
method private => "GET" (3) url private => Nette\Http\UrlScript #65e0| scriptPath private => "/" | scheme private => "https" (5) | user private => "" | pass private => "" | host private => "dev.nhlcz.s6.esports.cz" (23) | port private => 443 | path private => "/" | query private => "" | fragment private => ""query private => array () post private => array () files private => array () cookies private => array () headers private => array (4)| accept => "*/*" (3) | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | "accept-encoding" => "gzip, br, zstd, deflate" (23) | host => "dev.nhlcz.s6.esports.cz" (23)remoteAddress private => "3.145.103.119" (13) remoteHost private => NULL rawBody private => NULL$httpResponse Nette\Http\Response #42d9
cookieDomain => "" cookiePath => "/" cookieSecure => FALSE cookieHttpOnly => TRUE warnOnBuffer => TRUE code private => 200/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
$request Nette\Application\Request #c555
method private => "GET" (3) flags private => array (1)| secured => TRUEname private => "Front:Home:Homepage" (19) params private => array (1)| action => "default" (7)post private => array () files private => array ()/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/www/index.php:20 source Nette\Application\Application-> run ()
10: $path = $argv[1]; 11: return strpos($path, "Console:Database") !== false; 12: } 13: 14: if(is_file(__DIR__ . '/maintenance.php') && !isDatabaseUpdate($argv)){ 15: require 'maintenance.php'; 16: } 17: 18: $container = require __DIR__ . '/../app/bootstrap.php'; 19: 20: $container->getService('application')->run(); 21:
Variables
$xml | "<!DOCTYPE html>
<html xmlns:fb="http://ogp.me/ns/fb#" lang="cs">
<head>
<script>
var netteFormError = false;
</script>
<meta charset="UTF-8" ... " (28198)
|
---|---|
$articles | array ()
|
$dom | DOMDocument #4fb7 |
Nette Application
Requests
array (1)0 => Nette\Application\Request #c555| method private => "GET" (3) | flags private => array (1)| | secured => TRUE| name private => "Front:Home:Homepage" (19) | params private => array (1)| | action => "default" (7)| post private => array () | files private => array ()
Presenter
Front\Home\HomepagePresenter #89d6articlesLimit protected => 9 newsLimit protected => 8 videoLimit protected => 20 matchFacade => Hokej\MatchFacade #bc99| matchService protected => Hokej\MatchService #a8fbpostFacade => Hokej\PostFacade #fb89| | matchRepository protected => Hokej\MatchRepository #ac79| teamService protected => Hokej\TeamService #7d1d| | | db protected => Nette\Database\Context #7581 { ... }| | teamRepository protected => Hokej\TeamRepository #83dc| matchEnumService protected => Hokej\MatchEnumService #a84b| | | rtOperations private => Esports\Repository\RTOperations #b7c3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | teamNameRepository protected => Hokej\TeamNameRepository #918a| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760| | | db protected => Nette\Database\Context #7581 { ... }| | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7| postService protected => Hokej\PostService #b5f5| | | db protected => Nette\Database\Context #7581 { ... }| | postRepository protected => Hokej\PostRepository #b399| teamHelper protected => Hokej\TeamHelper #46f4 | roster protected => Hokej\Roster #3329| | | rtOperations private => Esports\Repository\RTOperations #bdf8 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | tagRepository protected => Hokej\TagRepository #6671| | | db protected => Nette\Database\Context #7581 { ... }| | user protected => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | hash protected => NULL | | pages protected => NULL| | matchPlayerService protected => Hokej\MatchPlayerService #a150| goalService protected => Hokej\GoalService #149e| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973| | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | goalRepository protected => Hokej\GoalRepository #ca77| penaltyService protected => Hokej\PenaltyService #0f4c| | | db protected => Nette\Database\Context #7581 { ... }| | eventTransformator protected => Hokej\EventTransformator #8592| | penaltyRepository protected => Hokej\PenaltyRepository #7bf1| matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196| | | db protected => Nette\Database\Context #7581 { ... }| | eventTransformator protected => Hokej\EventTransformator #8592| | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986| periodService protected => Hokej\PeriodService #1c04| | | db protected => Nette\Database\Context #7581 { ... }| | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | periodRepository protected => Hokej\PeriodRepository #a2af| clubService protected => Hokej\ClubService #7bb7| | | db protected => Nette\Database\Context #7581 { ... }| | periodHelper protected => Hokej\PeriodHelper #3653| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]| | clubRepository protected => Hokej\ClubRepository #bcda| matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2| | | rtOperations private => Esports\Repository\RTOperations #d3ca { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | clubNameRepository protected => Hokej\ClubNameRepository #473c| | | db protected => Nette\Database\Context #7581 { ... }| | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a| | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa| leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | db protected => Nette\Database\Context #7581 { ... }| | container private => SystemContainer #af4f| teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| matchAdditional protected => Hokej\MatchAdditional #62a8| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | teamService protected => Hokej\TeamService #7d1d| tvService protected => Hokej\TvService #9236| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | periodHelper protected => Hokej\PeriodHelper #3653| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]| | tvRepository protected => Hokej\TvRepository #c912| matchPlayerService protected => Hokej\MatchPlayerService #a150| | | db protected => Nette\Database\Context #7581 { ... }| | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858| competitionService protected => Hokej\CompetitionService #8066| | | db protected => Nette\Database\Context #7581 { ... }| | competitionRepository protected => Hokej\CompetitionRepository #2fd0| seasonService private => Hokej\SeasonService #59a9| | | rtOperations private => Esports\Repository\RTOperations #ad28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | seasonRepository protected => Hokej\SeasonRepository #c8d9| | | db protected => Nette\Database\Context #7581 { ... }| | closestPlusMinus private => 1| postService protected => Hokej\PostService #b5f5zoneFacade => Hokej\ZoneFacade #8498| | postRepository protected => Hokej\PostRepository #b399| photoService protected => Hokej\PhotoService #da5c| | | rtOperations private => Esports\Repository\RTOperations #bdf8 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | tagRepository protected => Hokej\TagRepository #6671| | | db protected => Nette\Database\Context #7581 { ... }| | user protected => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | hash protected => NULL | | pages protected => NULL| | photoRepository protected => Hokej\PhotoRepository #4bb3| articleService protected => Hokej\ArticleService #c6a0| | | rtOperations private => Esports\Repository\RTOperations #3c51 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postService protected => Hokej\PostService #b5f5| fileService protected => Hokej\FileService #9e71| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | fileRepository protected => Hokej\FileRepository #d799| galleryService protected => Hokej\GalleryService #52e4| | | db protected => Nette\Database\Context #7581 { ... }| | galleryRepository protected => Hokej\GalleryRepository #ea96| userService protected => Hokej\UserService #f7f2| | | db protected => Nette\Database\Context #7581 { ... }| | userRepository protected => Hokej\UserRepository #6080| postPageMover protected => Hokej\PostPageMover #83c7| | | rtOperations private => Esports\Repository\RTOperations #4bb2 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postService protected => Hokej\PostService #b5f5| postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | db protected => Nette\Database\Context #7581| | | connection private => Nette\Database\Connection #56d2 { ... } | | | structure private => Nette\Database\Structure #f110 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | | preprocessor private => Nette\Database\SqlPreprocessor #4c54 { ... }| | postService protected => Hokej\PostService #b5f5| postTagManager protected => Hokej\PostTagManager #313f| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | postService protected => Hokej\PostService #b5f5| postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | tagService protected => Hokej\TagService #7e05| | | tagRepository protected => Hokej\TagRepository #6671 { ... }| | postService protected => Hokej\PostService #b5f5| leagueService protected => Hokej\LeagueService #52d6| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | leagueRepository protected => Hokej\LeagueRepository #bc46| clubService protected => Hokej\ClubService #7bb7| | | rtOperations private => Esports\Repository\RTOperations #ea50 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a| | clubRepository protected => Hokej\ClubRepository #bcda| teamService protected => Hokej\TeamService #7d1d| | | rtOperations private => Esports\Repository\RTOperations #d3ca { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | clubNameRepository protected => Hokej\ClubNameRepository #473c| | | db protected => Nette\Database\Context #7581 { ... }| | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a| | teamRepository protected => Hokej\TeamRepository #83dc| cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | rtOperations private => Esports\Repository\RTOperations #b7c3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | teamNameRepository protected => Hokej\TeamNameRepository #918a| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760| | | db protected => Nette\Database\Context #7581 { ... }| | container private => SystemContainer #af4f| invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| tagger protected => Hokej\Helpers\Tagger #3ae6| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| zoneService protected => Hokej\ZoneService #7f11youtubeFacade => Hokej\YoutubeFacade #eb4e| | zoneRepository protected => Hokej\ZoneRepository #7c9e| cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | | rtOperations private => Esports\Repository\RTOperations #80c1 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| youtubeService protected => Hokej\YoutubeService #8df1leagueFacade => Hokej\LeagueFacade #4fb1| | youtubeRepository protected => Hokej\YoutubeRepository #5d42| | | db protected => Nette\Database\Context #7581 { ... }| leagueService protected => Hokej\LeagueService #52d6topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | leagueRepository protected => Hokej\LeagueRepository #bc46| competitionService protected => Hokej\CompetitionService #8066| | | rtOperations private => Esports\Repository\RTOperations #ea50 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1| | | db protected => Nette\Database\Context #7581 { ... }| | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionRepository protected => Hokej\CompetitionRepository #2fd0| seasonService protected => Hokej\SeasonService #59a9| | | rtOperations private => Esports\Repository\RTOperations #ad28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | seasonRepository protected => Hokej\SeasonRepository #c8d9| leagueHelper protected => Hokej\Helpers\League #7e6d| | | db protected => Nette\Database\Context #7581 { ... }| | closestPlusMinus private => 1| container private => SystemContainer #af4fstatsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { RECURSION } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4fmatchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { RECURSION } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4ftimeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { RECURSION } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4ftvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { RECURSION } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4femptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { RECURSION } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4fbestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { RECURSION } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4ffanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { RECURSION } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)webLoader => WebLoader\Nette\LoaderFactory #2972| httpRequest private => Nette\Http\Request #3661translator => Admin\Translator #3a87 helperLoader => Esports\Helper\Loader #8250| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| serviceLocator private => SystemContainer #af4f| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | meta protected => array (1)| tempPaths private => array (2)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { RECURSION } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| | front => "webtemp" (7) | | admin => "adminwww/webtemp" (16)| helpers protected => array (33)mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | 0 => Esports\Helper\String #4ce3 | | 1 => Esports\Helper\Date #dea0| | | format protected => "j.n.Y" (5) | | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0 { ... }| | 2 => Esports\Helper\Grid #7a47 | | 3 => Hokej\Helpers\PlayerHelper #c484| | | playerBaseUrl => "/static/images" (14)| | 4 => Hokej\Helpers\PostHelper #dde9| | | playerFacade protected => Hokej\PlayerFacade #e824 { ... } | | | mediaFacade protected => Hokej\MediaFacade #9ded { ... } | | | fileFacade protected => Hokej\FileFacade #3e0c { ... } | | | presenterBridge protected => Hokej\PresenterBridge #7170 { ... }| | 5 => Hokej\Helpers\TagHelper #2229 | | 6 => Hokej\PeriodHelper #3653| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]| | 7 => Hokej\Helpers\MatchEndHelper #7066 | | 8 => Hokej\Helpers\Date #e944| | | translator protected => Admin\Translator #3a87 | | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | | months protected => array (12) [ ... ] | | | declensedMonths protected => array (12) [ ... ] | | | shortDays protected => array (7) [ ... ] | | | days protected => array (7) [ ... ] | | | matchDateFormat protected => "d. m." (5) | | | matchTimeFormat protected => "H:i" (3) | | | dateFormat protected => "j.n.Y" (5) | | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | | newsDateFormat protected => "j. n. - G:i" (11) | | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | 9 => Hokej\Helpers\LogoHelper #71bd| | | logoBaseUrl protected => "/files/logos" (12)| | 10 => Hokej\DirHelper #d21e| | | basePath private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www/files/images" (72)| | 11 => Hokej\Helpers\Icon #e808| | | countryHelper protected => Hokej\Helpers\Country #4ad4 | | | leagueTable protected => array (3) [ ... ]| | 12 => Hokej\Helpers\Zone #2e7b| | | mobileDetect protected => Mobile_Detect #b642 { ... } | | | isMobile protected => FALSE| | 13 => Hokej\Helpers\ExportHelper #8a17| | | xsdPath private => "http://www.hokej.cz/static/xsd" (30)| | 14 => Hokej\Helpers\League #7e6d | | 15 => Hokej\Helpers\Domain #f9f5 | | 16 => Hokej\Helpers\Penalty #6a5f | | 17 => Hokej\Helpers\XmlHelper #18fa | | 18 => Hokej\Helpers\VideoHelper #db29| | | hashUrl protected => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&ip={CLIENT_IP}&t={TIME}" (117) | | | iframeUrl protected => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (141) | | | hashUrlOld protected => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID}&ip={CLIENT_IP}&t={TIME}" (102) | | | iframeUrlOld protected => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID}&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (126) | | | httpRequest protected => Nette\Http\Request #3661 { ... }| | 19 => Hokej\Helpers\CompetitionCategoryHelper #d26f | | 20 => Hokej\Helpers\MatchHelper #2415 | | 21 => Hokej\Helpers\CompetitionPhaseHelper #2797| | | phaseHash => array (3) [ ... ]| | 22 => Hokej\Helpers\PostPlaceholder #c037| | | articlePlaceholderImage protected => "/files/images/placeholder.jpg" (29)| | 23 => Hokej\Helpers\PlayerPlaceholder #271b| | | playerPlaceholderImage protected => "/placeholder.png" (16)| | 24 => Hokej\Helpers\LogoPlaceholder #46c4| | | logoPlaceholderImage protected => "/placeholder.png" (16)| | 25 => Hokej\Helpers\ScoreHelper #810e | | 26 => Hokej\Helpers\Minimalize #f289| | | scriptUrl protected => "http://www.hokej.cz/min.php" (27) | | | enabled protected => TRUE| | 27 => Hokej\Helpers\Tagger #3ae6 | | 28 => Hokej\Helpers\HokejovyZapis #8e1f | | 29 => Hokej\Helpers\Tv #718a| | | imagePath protected => "/static" (7)| | 30 => Hokej\Helpers\Amazon #293e| | | logoUrl protected => "https://hokej.cz.s3.amazonaws.com/logos" (39) | | | seasonFacade protected => Hokej\SeasonFacade #b0b7 { ... } | | | logoHelper protected => Hokej\Helpers\LogoHelper #71bd { ... } | | | logoPlaceholderHelper protected => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | minimalizeHelper protected => Hokej\Helpers\Minimalize #f289 { ... } | | | currentYear protected => NULL| | 31 => Hokej\Helpers\Number #17db| | | decimals protected => 2 | | | decPoint protected => "." | | | thousandSep protected => " "| | 32 => Hokej\Helpers\Country #4ad4| container private => SystemContainer #af4fplayerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { RECURSION } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4fsocialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { RECURSION } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| container private => SystemContainer #af4fsettingFacade => Hokej\SettingFacade #28de| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { RECURSION } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| settingService protected => Hokej\SettingService #8b47iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | settingRepository protected => Hokej\SettingRepository #0cbc| footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | db protected => Nette\Database\Context #7581 { ... }| | container private => SystemContainer #af4f| commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | container private => SystemContainer #af4f| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| container private => SystemContainer #af4fpresenterBridge => Hokej\PresenterBridge #7170| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { RECURSION } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }esportsDateHelper => Esports\Helper\Date #dea0| format protected => "j.n.Y" (5) | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0dateHelper => Hokej\Helpers\Date #e944| | separator protected => " " | | keepSymbol protected => "."| translator protected => Admin\Translator #3a87 | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | months protected => array (12)cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | 0 => "Leden" (5) | | 1 => "Únor" (5) | | 2 => "Březen" (7) | | 3 => "Duben" (5) | | 4 => "Květen" (7) | | 5 => "Červen" (7) | | 6 => "Červenec" (9) | | 7 => "Srpen" (5) | | 8 => "Září" (7) | | 9 => "Říjen" (7) | | 10 => "Listopad" (8) | | 11 => "Prosinec" (8)| declensedMonths protected => array (12)| | 0 => "ledna" (5) | | 1 => "února" (6) | | 2 => "března" (7) | | 3 => "dubna" (5) | | 4 => "května" (7) | | 5 => "června" (7) | | 6 => "července" (9) | | 7 => "srpna" (5) | | 8 => "září" (7) | | 9 => "října" (7) | | 10 => "listopadu" (9) | | 11 => "prosince" (8)| shortDays protected => array (7)| | 0 => "Ne" (2) | | 1 => "Po" (2) | | 2 => "Út" (3) | | 3 => "St" (2) | | 4 => "Čt" (3) | | 5 => "Pá" (3) | | 6 => "So" (2)| days protected => array (7)| | 0 => "Neděle" (7) | | 1 => "Pondělí" (9) | | 2 => "Úterý" (7) | | 3 => "Středa" (7) | | 4 => "Čtvrtek" (8) | | 5 => "Pátek" (6) | | 6 => "Sobota" (6)| matchDateFormat protected => "d. m." (5) | matchTimeFormat protected => "H:i" (3) | dateFormat protected => "j.n.Y" (5) | topStoryDateFormat protected => "j.n.Y G:i" (9) | newsDateFormat protected => "j. n. - G:i" (11) | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| container private => SystemContainer #af4fmobileDetect => Mobile_Detect #b642| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { ... } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { RECURSION } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| cache protected => array () | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | httpHeaders protected => array (4)gtmPageDef => Hokej\Helpers\GtmPageDef #0356| | HTTP_ACCEPT => "*/*" (3) | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| cloudfrontHeaders protected => array () | matchingRegex protected => NULL | matchesArray protected => NULL | detectionType protected => "mobile" (6)| postFacade private => Hokej\PostFacade #fb89displayScoreboard protected => TRUE gtmPageZoneId protected => NULL invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #c555| | postService protected => Hokej\PostService #b5f5| playerFacade private => Hokej\PlayerFacade #e824| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoService protected => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | articleService protected => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | fileService protected => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | galleryService protected => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | userService protected => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | postPageMover protected => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | postTagManager protected => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | postAuthorManager protected => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueService protected => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { ... }| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { ... }| | tagger protected => Hokej\Helpers\Tagger #3ae6| | playerService protected => Hokej\PlayerService #d343| clubFacade private => Hokej\ClubFacade #e583| | | playerRepository protected => Hokej\PlayerRepository #a9b0 { ... } | | | teamPlayerRepository protected => NULL| | playerPicker protected => Hokej\PlayerPicker #89df| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... }| | teamPlayerService protected => Hokej\TeamPlayerService #e846| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #4409 { ... }| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973| | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | clubService protected => Hokej\ClubService #7bb7| teamFacade private => Hokej\TeamFacade #bb63| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | settingService protected => Hokej\SettingService #8b47| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | colorService protected => Hokej\ColorService #b393| | | colorRepository protected => Hokej\ColorRepository #3e5a { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | teamService protected => Hokej\TeamService #7d1d| statsFacade private => Hokej\StatsFacade #b4bf| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | clubService protected => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | competitionService protected => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d| | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | seasonService protected => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | teamPlayerService protected => Hokej\TeamPlayerService #e846| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #4409 { ... }| | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0| competitionFacade private => Hokej\CompetitionFacade #1dd2| | | container private => SystemContainer #af4f { ... }| | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef| | | container private => SystemContainer #af4f { ... }| | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7| | | container private => SystemContainer #af4f { ... }| | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a| | | container private => SystemContainer #af4f { ... }| | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b| | | container private => SystemContainer #af4f { ... }| | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd| | | container private => SystemContainer #af4f { ... }| | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af| | | container private => SystemContainer #af4f { ... }| | competitionService protected => Hokej\CompetitionService #8066| mobileDetect private => Mobile_Detect #b642| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d| | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | teamService protected => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | matchService protected => Hokej\MatchService #a8fb| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | cache protected => array () | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | httpHeaders protected => array (4)| | | HTTP_ACCEPT => "*/*" (3) | | | HTTP_USER_AGENT => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | HTTP_ACCEPT_ENCODING => "gzip, br, zstd, deflate" (23) | | | HTTP_HOST => "dev.nhlcz.s6.esports.cz" (23)| | cloudfrontHeaders protected => array () | | matchingRegex protected => NULL | | matchesArray protected => NULL | | detectionType protected => "mobile" (6)| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #2835| | secured => TRUE| name private => "Front:Home:Homepage" (19) | params private => array (1)| | action => "default" (7)| post private => array () | files private => array ()| source private => Nette\Bridges\ApplicationLatte\Template #7f08autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "default" (7) view private => "default" (7) layout private => NULL payload private => stdClass #38c6 signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request #3e49| | latte private => Latte\Engine #cfa6| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b { ... } | | | contentType private => "html" (4) | | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | | autoRefresh private => TRUE | | | filters private => array (45) [ ... ] | | | baseTemplateClass private => "Latte\Template" (14)| | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | params private => array (29)| | | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | user => Nette\Security\User #516f { ... } | | | netteHttpResponse => Nette\Http\Response #42d9 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #2002 { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #45a8 { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #e012| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""| | | fanshopArticlesCallback => Closure #3865| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""| | | thisDayInHistoryCallback => Closure #b2e4| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 111 | | | | variables => array () | | | | parameters => ""| | | footerTopHTMLRedesign => "" | | | footerBottomHTMLRedesign => "" | | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | | analyticsCodes => "" | | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | | displayScoreboard => TRUE | | | platforms => "desktop" (7)| method private => "FORWARD" (7) | flags private => array () | name private => "Front:Article:Article" (21) | params private => array (2)lastCreatedRequestFlag private => array (1)| | id => 5029775 | | action => "default" (7)| post private => array () | files private => array ()| current => FALSEcontext private => SystemContainer #af4f| meta protected => array (1)httpRequest private => Nette\Http\Request #3661| | types => array (615)| parameters => array (19)| | | "nette\object" => array (373) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\devnullstorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\istructure" => array (1) [ ... ] | | | "nette\database\structure" => array (1) [ ... ] | | | "nette\database\iconventions" => array (1) [ ... ] | | | "nette\database\conventions\discoveredconventions" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "webloader\ioutputnamingconvention" => array (2) [ ... ] | | | "webloader\defaultoutputnamingconvention" => array (2) [ ... ] | | | "webloader\ifilecollection" => array (4) [ ... ] | | | "webloader\filecollection" => array (4) [ ... ] | | | "webloader\compiler" => array (4) [ ... ] | | | "webloader\nette\loaderfactory" => array (1) [ ... ] | | | "esports\dbupdater\updater" => array (1) [ ... ] | | | "esports\dbupdater\iscripttablefactory" => array (1) [ ... ] | | | "admin\login\isignformfactory" => array (1) [ ... ] | | | "admin\statistics\matchformfactory" => array (1) [ ... ] | | | "admin\statistics\seasonteamformfactory" => array (1) [ ... ] | | | "nette\localization\itranslator" => array (1) [ ... ] | | | "admin\translator" => array (1) [ ... ] | | | "esports\database\exceptiontranslator" => array (1) [ ... ] | | | "esports\helper\date" => array (1) [ ... ] | | | "esports\helper\grid" => array (1) [ ... ] | | | "esports\helper\string" => array (1) [ ... ] | | | "esports\utils\jsondownloader" => array (1) [ ... ] | | | "esports\utils\xmldownloader" => array (1) [ ... ] | | | "front\convert\matchtoarray" => array (1) [ ... ] | | | "front\convert\newstoarray" => array (1) [ ... ] | | | "front\formfactory" => array (1) [ ... ] | | | "front\widget\clubmatch\viewfactory" => array (1) [ ... ] | | | "front\widget\clubmenuconfigurationfactory" => array (1) [ ... ] | | | "front\widget\clubmenufactory" => array (1) [ ... ] | | | "front\widget\playerstats\basefactory" => array (10) [ ... ] | | | "front\widget\teamstats\basefactory" => array (16) [ ... ] | | | "front\widget\historicstats\igoalkeeperfactory" => array (1) [ ... ] | | | "front\widget\historicstats\goalkeeperfactory" => array (1) [ ... ] | | | "front\widget\historicstats\iinfofactory" => array (1) [ ... ] | | | "front\widget\historicstats\infofactory" => array (1) [ ... ] | | | "front\widget\historicstats\imenufactory" => array (1) [ ... ] | | | "front\widget\historicstats\menufactory" => array (1) [ ... ] | | | "front\widget\subsectionconfigurationfactory" => array (3) [ ... ] | | | "front\widget\leaguemenuconfigurationfactory" => array (1) [ ... ] | | | "front\widget\leaguemenufactory" => array (1) [ ... ] | | | "hokej\icompetitionfilterfactory" => array (3) [ ... ] | | | "front\widget\leaguetable\competitionfilterfactory" => array (1) [ ... ] | | | "front\widget\leaguetable\wildcardtransformator" => array (1) [ ... ] | | | "front\widget\matchlist\baseviewfactory" => array (2) [ ... ] | | | "front\widget\matchlist\iviewfactory" => array (2) [ ... ] | | | "front\widget\matchlist\leagueviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\repreviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\viewfactory" => array (1) [ ... ] | | | "front\widget\matchmenufactory" => array (1) [ ... ] | | | "front\widget\imenuinstanceprovider" => array (1) [ ... ] | | | "front\widget\menuinstanceprovider" => array (1) [ ... ] | | | "front\widget\minorleaguemenuconfigurationfactory" => array (1) [ ... ] | | | "front\widget\minorleaguemenufactory" => array (1) [ ... ] | | | "front\widget\playermenuconfigurationfactory" => array (1) [ ... ] | | | "front\widget\playermenufactory" => array (1) [ ... ] | | | "front\widget\playerstats\competitionfilterfactory" => array (1) [ ... ] | | | "front\widget\playerstats\ifaceofffactory" => array (1) [ ... ] | | | "front\widget\playerstats\faceofffactory" => array (1) [ ... ] | | | "front\widget\playerstats\igoalfactory" => array (1) [ ... ] | | | "front\widget\playerstats\goalfactory" => array (1) [ ... ] | | | "front\widget\playerstats\igoalkeeperfactory" => array (1) [ ... ] | | | "front\widget\playerstats\goalkeeperfactory" => array (1) [ ... ] | | | "front\widget\playerstats\iinfofactory" => array (1) [ ... ] | | | "front\widget\playerstats\infofactory" => array (1) [ ... ] | | | "front\widget\playerstats\imenufactory" => array (1) [ ... ] | | | "front\widget\playerstats\menufactory" => array (1) [ ... ] | | | "front\widget\playerstats\ioverviewfactory" => array (1) [ ... ] | | | "front\widget\playerstats\overviewfactory" => array (1) [ ... ] | | | "front\widget\playerstats\ipenaltyfactory" => array (1) [ ... ] | | | "front\widget\playerstats\penaltyfactory" => array (1) [ ... ] | | | "front\widget\playerstats\playerfilterfactory" => array (1) [ ... ] | | | "front\widget\playerstats\iradegastfactory" => array (1) [ ... ] | | | "front\widget\playerstats\radegastfactory" => array (1) [ ... ] | | | "front\widget\playerstats\ishotsfactory" => array (1) [ ... ] | | | "front\widget\playerstats\shotsfactory" => array (1) [ ... ] | | | "front\widget\playerstats\itimefactory" => array (1) [ ... ] | | | "front\widget\playerstats\timefactory" => array (1) [ ... ] | | | "front\widget\isecondmenufactory" => array (1) [ ... ] | | | "front\widget\secondmenufactory" => array (1) [ ... ] | | | "front\widget\sectionmenuconfigurationfactory" => array (1) [ ... ] | | | "front\widget\sectionmenufactory" => array (1) [ ... ] | | | "front\widget\teamlist\viewfactory" => array (1) [ ... ] | | | "front\widget\teamstats\competitionfilterfactory" => array (1) [ ... ] | | | "front\widget\teamstats\imenufactory" => array (1) [ ... ] | | | "front\widget\teamstats\menufactory" => array (1) [ ... ] | | | "front\widget\teamstats\ioverviewfactory" => array (1) [ ... ] | | | "front\widget\teamstats\overviewfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ipenaltyfactory" => array (1) [ ... ] | | | "front\widget\teamstats\penaltyfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ipenaltyshotsfactory" => array (1) [ ... ] | | | "front\widget\teamstats\penaltyshotsfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ipowerplayfactory" => array (1) [ ... ] | | | "front\widget\teamstats\powerplayfactory" => array (1) [ ... ] | | | "front\widget\teamstats\iradegastfactory" => array (1) [ ... ] | | | "front\widget\teamstats\radegastfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ishotsfactory" => array (1) [ ... ] | | | "front\widget\teamstats\shotsfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ivisitorsfactory" => array (1) [ ... ] | | | "front\widget\teamstats\visitorsfactory" => array (1) [ ... ] | | | "hokej\admin\ibakery" => array (7) [ ... ] | | | "hokej\admin\commonbakery" => array (1) [ ... ] | | | "hokej\admin\footerbakery" => array (1) [ ... ] | | | "hokej\admin\homepagebakery" => array (1) [ ... ] | | | "hokej\admin\photobakery" => array (1) [ ... ] | | | "hokej\admin\playerbakery" => array (1) [ ... ] | | | "hokej\admin\tipsbakery" => array (1) [ ... ] | | | "hokej\admin\zonesbakery" => array (1) [ ... ] | | | "hokej\articleservice" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "hokej\authenticator" => array (1) [ ... ] | | | "nette\security\iauthorizator" => array (1) [ ... ] | | | "hokej\authorizator" => array (1) [ ... ] | | | "hokej\betcompanyfacade" => array (1) [ ... ] | | | "esports\repository\repository" => array (61) [ ... ] | | | "hokej\betcompanyrepository" => array (1) [ ... ] | | | "hokej\betcompanyservice" => array (1) [ ... ] | | | "hokej\betfacade" => array (1) [ ... ] | | | "hokej\betimporter" => array (1) [ ... ] | | | "hokej\betrepository" => array (1) [ ... ] | | | "hokej\betservice" => array (1) [ ... ] | | | "hokej\bettypefacade" => array (1) [ ... ] | | | "hokej\bettyperepository" => array (1) [ ... ] | | | "hokej\bettypeservice" => array (1) [ ... ] | | | "hokej\categoryfacade" => array (1) [ ... ] | | | "hokej\categoryrepository" => array (1) [ ... ] | | | "hokej\categoryservice" => array (1) [ ... ] | | | "hokej\categorytreerenderer" => array (1) [ ... ] | | | "hokej\clubbannermanager" => array (1) [ ... ] | | | "hokej\ilogofacade" => array (2) [ ... ] | | | "hokej\clubfacade" => array (1) [ ... ] | | | "hokej\clubrelatedrepository" => array (2) [ ... ] | | | "hokej\idynamicitemrepository" => array (4) [ ... ] | | | "hokej\clublogorepository" => array (1) [ ... ] | | | "hokej\clubnamerepository" => array (1) [ ... ] | | | "hokej\clubservice" => array (1) [ ... ] | | | "hokej\colorfacade" => array (1) [ ... ] | | | "hokej\colorrepository" => array (1) [ ... ] | | | "hokej\colorservice" => array (1) [ ... ] | | | "hokej\competitionagefacade" => array (1) [ ... ] | | | "hokej\competitionagerepository" => array (1) [ ... ] | | | "hokej\competitionageservice" => array (1) [ ... ] | | | "hokej\competitioncategoryfacade" => array (1) [ ... ] | | | "hokej\competitioncategoryrepository" => array (1) [ ... ] | | | "hokej\competitioncategoryservice" => array (1) [ ... ] | | | "hokej\competitionfacade" => array (1) [ ... ] | | | "hokej\competitionfilterservice" => array (1) [ ... ] | | | "hokej\competitionservice" => array (1) [ ... ] | | | "hokej\converterbyrules" => array (1) [ ... ] | | | "hokej\countinggroupfacade" => array (1) [ ... ] | | | "hokej\countinggrouprepository" => array (1) [ ... ] | | | "hokej\countinggroupservice" => array (1) [ ... ] | | | "hokej\counting\goalkeeperupdater" => array (1) [ ... ] | | | "hokej\counting\penaltycalculator" => array (1) [ ... ] | | | "hokej\counting\playerupdater" => array (1) [ ... ] | | | "hokej\counting\player\counter" => array (1) [ ... ] | | | "hokej\counting\player\iplayercounter" => array (2) [ ... ] | | | "hokej\counting\player\goalkeepercounter" => array (1) [ ... ] | | | "hokej\counting\player\goalkeepersummarycounter" => array (1) [ ... ] | | | "hokej\counting\player\playercounter" => array (1) [ ... ] | | | "hokej\counting\player\playersummarycounter" => array (1) [ ... ] | | | "hokej\counting\player\summaryhelper" => array (1) [ ... ] | | | "hokej\counting\player\teamcounter" => array (1) [ ... ] | | | "hokej\counting\radegastindexcalculator" => array (1) [ ... ] | | | "hokej\counting\radegastupdater" => array (1) [ ... ] | | | "hokej\counting\seasonstatsordercounterfactory" => array (1) [ ... ] | | | "hokej\counting\seasonstatsprecounter" => array (1) [ ... ] | | | "hokej\counting\statsupdater" => array (1) [ ... ] | | | "hokej\counting\tableupdater" => array (1) [ ... ] | | | "hokej\counting\table\itablecounterfactory" => array (1) [ ... ] | | | "hokej\counting\table\orderparser" => array (1) [ ... ] | | | "hokej\counting\table\ordererfactory" => array (1) [ ... ] | | | "hokej\counting\table\partialtablecounter" => array (1) [ ... ] | | | "hokej\counting\table\pointscounterfactory" => array (1) [ ... ] | | | "hokej\counting\table\settingsparser" => array (1) [ ... ] | | | "hokej\counting\table\watchdog" => array (1) [ ... ] | | | "hokej\countryfacade" => array (1) [ ... ] | | | "hokej\countryrepository" => array (1) [ ... ] | | | "hokej\countryservice" => array (1) [ ... ] | | | "hokej\csvmodifier" => array (1) [ ... ] | | | "hokej\eventtransformator" => array (1) [ ... ] | | | "hokej\filefacade" => array (1) [ ... ] | | | "hokej\filerepository" => array (1) [ ... ] | | | "hokej\fileservice" => array (1) [ ... ] | | | "hokej\folderpicker" => array (1) [ ... ] | | | "hokej\folderservice" => array (1) [ ... ] | | | "hokej\galleryfacade" => array (1) [ ... ] | | | "hokej\galleryrepository" => array (1) [ ... ] | | | "hokej\galleryservice" => array (1) [ ... ] | | | "hokej\gametimehelper" => array (1) [ ... ] | | | "hokej\goalcalculator" => array (1) [ ... ] | | | "hokej\goalfacade" => array (1) [ ... ] | | | "hokej\goalrepository" => array (1) [ ... ] | | | "hokej\goalservice" => array (1) [ ... ] | | | "hokej\goalkeepercalculator" => array (1) [ ... ] | | | "hokej\goalkeeperhistoricalstatsrepository" => array (1) [ ... ] | | | "hokej\goalkeeperhistoricalstatsservice" => array (1) [ ... ] | | | "hokej\istatsservice" => array (4) [ ... ] | | | "hokej\goalkeeperstatsfacade" => array (1) [ ... ] | | | "hokej\goalkeeperstatsrepository" => array (1) [ ... ] | | | "hokej\goalkeeperstatsservice" => array (1) [ ... ] | | | "hokej\helpers\competitioncategoryhelper" => array (1) [ ... ] | | | "hokej\helpers\competitionphasehelper" => array (1) [ ... ] | | | "hokej\helpers\country" => array (1) [ ... ] | | | "hokej\helpers\date" => array (1) [ ... ] | | | "hokej\helpers\domain" => array (1) [ ... ] | | | "hokej\helpers\gtmpagedef" => array (1) [ ... ] | | | "hokej\helpers\hokejovyzapis" => array (1) [ ... ] | | | "hokej\helpers\icon" => array (1) [ ... ] | | | "hokej\helpers\league" => array (1) [ ... ] | | | "hokej\helpers\matchendhelper" => array (1) [ ... ] | | | "hokej\helpers\matchhelper" => array (1) [ ... ] | | | "hokej\helpers\menuconfig" => array (1) [ ... ] | | | "hokej\helpers\number" => array (1) [ ... ] | | | "hokej\helpers\penalty" => array (1) [ ... ] | | | "hokej\helpers\posthelper" => array (1) [ ... ] | | | "hokej\helpers\rangehelper" => array (1) [ ... ] | | | "hokej\helpers\scorehelper" => array (1) [ ... ] | | | "hokej\helpers\taghelper" => array (1) [ ... ] | | | "hokej\helpers\tagger" => array (1) [ ... ] | | | "hokej\helpers\xmlhelper" => array (1) [ ... ] | | | "hokej\helpers\zone" => array (1) [ ... ] | | | "hokej\imatchimporter" => array (1) [ ... ] | | | "hokej\hokejovyzapisimporter" => array (1) [ ... ] | | | "hokej\hokejovyzapis\statisticsimporter" => array (1) [ ... ] | | | "hokej\hosysimporter" => array (1) [ ... ] | | | "hokej\hosys\competitionimporter" => array (1) [ ... ] | | | "hokej\hosys\competitionschecker" => array (1) [ ... ] | | | "hokej\hosys\competitionsimporter" => array (1) [ ... ] | | | "hokej\hosys\dateconverter" => array (1) [ ... ] | | | "hokej\hosys\matchimporter" => array (1) [ ... ] | | | "hokej\hosys\matchparser" => array (1) [ ... ] | | | "hokej\hosys\overviewchecker" => array (1) [ ... ] | | | "hokej\icommonsettingfactory" => array (1) [ ... ] | | | "hokej\ifootersettingfactory" => array (1) [ ... ] | | | "hokej\ihomepagesocialfactory" => array (1) [ ... ] | | | "hokej\iscriptssettingfactory" => array (1) [ ... ] | | | "hokej\importfacade" => array (1) [ ... ] | | | "hokej\importproblemrepository" => array (1) [ ... ] | | | "hokej\importproblemservice" => array (1) [ ... ] | | | "hokej\importrepository" => array (1) [ ... ] | | | "hokej\importservice" => array (1) [ ... ] | | | "hokej\importerwatchdog" => array (1) [ ... ] | | | "hokej\importerwatchdogrepository" => array (1) [ ... ] | | | "hokej\importerwatchdogservice" => array (1) [ ... ] | | | "hokej\inserter" => array (1) [ ... ] | | | "hokej\invalidatorfactory" => array (1) [ ... ] | | | "hokej\leaguefacade" => array (1) [ ... ] | | | "hokej\leaguelogorepository" => array (1) [ ... ] | | | "hokej\leagueservice" => array (1) [ ... ] | | | "hokej\matchadditional" => array (1) [ ... ] | | | "hokej\matchcsvimporter" => array (1) [ ... ] | | | "hokej\matchenumrepository" => array (1) [ ... ] | | | "hokej\matchenumservice" => array (1) [ ... ] | | | "hokej\matchfacade" => array (1) [ ... ] | | | "hokej\matchgoalkeeperfacade" => array (1) [ ... ] | | | "hokej\matchgoalkeeperrepository" => array (1) [ ... ] | | | "hokej\matchgoalkeeperservice" => array (1) [ ... ] | | | "hokej\matchperiodgoalkeeperrepository" => array (1) [ ... ] | | | "hokej\matchperiodgoalkeeperservice" => array (1) [ ... ] | | | "hokej\matchplayerfacade" => array (1) [ ... ] | | | "hokej\matchplayerrepository" => array (1) [ ... ] | | | "hokej\matchplayerservice" => array (1) [ ... ] | | | "hokej\matchrepository" => array (1) [ ... ] | | | "hokej\matchservice" => array (1) [ ... ] | | | "hokej\matchstatefacade" => array (1) [ ... ] | | | "hokej\matchstaterepository" => array (1) [ ... ] | | | "hokej\matchstateservice" => array (1) [ ... ] | | | "hokej\mediafacade" => array (1) [ ... ] | | | "hokej\mediatagmanager" => array (1) [ ... ] | | | "hokej\menuconfigfacade" => array (1) [ ... ] | | | "esports\repository\rtrepository" => array (11) [ ... ] | | | "hokej\menuconfigrepository" => array (1) [ ... ] | | | "hokej\menuconfigservice" => array (1) [ ... ] | | | "hokej\penaltyfacade" => array (1) [ ... ] | | | "hokej\penaltyrepository" => array (1) [ ... ] | | | "hokej\penaltyservice" => array (1) [ ... ] | | | "hokej\penaltyshotfacade" => array (1) [ ... ] | | | "hokej\penaltyshotrepository" => array (1) [ ... ] | | | "hokej\penaltyshotservice" => array (1) [ ... ] | | | "hokej\periodfacade" => array (1) [ ... ] | | | "hokej\periodhelper" => array (1) [ ... ] | | | "hokej\periodrepository" => array (1) [ ... ] | | | "hokej\periodservice" => array (1) [ ... ] | | | "hokej\photoservice" => array (1) [ ... ] | | | "hokej\playerfacade" => array (1) [ ... ] | | | "hokej\playerfilter" => array (1) [ ... ] | | | "hokej\playerhistoricalstatsrepository" => array (1) [ ... ] | | | "hokej\playerhistoricalstatsservice" => array (1) [ ... ] | | | "hokej\playerinteamfactory" => array (1) [ ... ] | | | "hokej\playerpicker" => array (1) [ ... ] | | | "hokej\playerpositionfacade" => array (1) [ ... ] | | | "hokej\playerregconverterfactory" => array (1) [ ... ] | | | "hokej\playerservice" => array (1) [ ... ] | | | "hokej\playerstatsfacade" => array (1) [ ... ] | | | "hokej\playerstatsrepository" => array (1) [ ... ] | | | "hokej\playerstatsservice" => array (1) [ ... ] | | | "hokej\playerstatssetuper" => array (1) [ ... ] | | | "hokej\postauthormanager" => array (1) [ ... ] | | | "hokej\postfacade" => array (1) [ ... ] | | | "hokej\postpagemover" => array (1) [ ... ] | | | "hokej\postservice" => array (1) [ ... ] | | | "hokej\posttagmanager" => array (1) [ ... ] | | | "hokej\posttopstorymover" => array (1) [ ... ] | | | "hokej\posttreerenderer" => array (1) [ ... ] | | | "hokej\presenterbridge" => array (1) [ ... ] | | | "hokej\radegastindexfacade" => array (1) [ ... ] | | | "hokej\radegastindexrepository" => array (1) [ ... ] | | | "hokej\radegastindexservice" => array (1) [ ... ] | | | "hokej\refereefacade" => array (1) [ ... ] | | | "hokej\refereerepository" => array (1) [ ... ] | | | "hokej\refereeservice" => array (1) [ ... ] | | | "hokej\resourcefacade" => array (1) [ ... ] | | | "hokej\resourcerepository" => array (1) [ ... ] | | | "hokej\resourceservice" => array (1) [ ... ] | | | "hokej\rightchecker" => array (1) [ ... ] | | | "hokej\rolefacade" => array (1) [ ... ] | | | "hokej\rolerepository" => array (1) [ ... ] | | | "hokej\roleservice" => array (1) [ ... ] | | | "hokej\roster" => array (1) [ ... ] | | | "hokej\routerfactory" => array (1) [ ... ] | | | "hokej\scoretransformator" => array (1) [ ... ] | | | "hokej\seasonfacade" => array (1) [ ... ] | | | "hokej\seasonrepository" => array (1) [ ... ] | | | "hokej\seasonservice" => array (1) [ ... ] | | | "hokej\selectionhelper" => array (1) [ ... ] | | | "hokej\settingfacade" => array (1) [ ... ] | | | "hokej\settingrepository" => array (1) [ ... ] | | | "hokej\settingservice" => array (1) [ ... ] | | | "hokej\sheetstatefacade" => array (1) [ ... ] | | | "hokej\sheetstaterepository" => array (1) [ ... ] | | | "hokej\sheetstateservice" => array (1) [ ... ] | | | "hokej\socialfacade" => array (1) [ ... ] | | | "hokej\socialrepository" => array (1) [ ... ] | | | "hokej\socialservice" => array (1) [ ... ] | | | "hokej\statsfacade" => array (1) [ ... ] | | | "hokej\subscriptionfacade" => array (1) [ ... ] | | | "hokej\subscriptionrepository" => array (1) [ ... ] | | | "hokej\subscriptionservice" => array (1) [ ... ] | | | "hokej\tablefacade" => array (1) [ ... ] | | | "hokej\tablerepository" => array (1) [ ... ] | | | "hokej\tableservice" => array (1) [ ... ] | | | "hokej\tagfacade" => array (1) [ ... ] | | | "hokej\tagrepository" => array (1) [ ... ] | | | "hokej\tagservice" => array (1) [ ... ] | | | "hokej\teamfacade" => array (1) [ ... ] | | | "hokej\teamhelper" => array (1) [ ... ] | | | "hokej\teamincompetitionfacade" => array (1) [ ... ] | | | "hokej\teamincompetitionrepository" => array (1) [ ... ] | | | "hokej\teamincompetitionservice" => array (1) [ ... ] | | | "hokej\teamnamerepository" => array (1) [ ... ] | | | "hokej\teamplayerrepository" => array (1) [ ... ] | | | "hokej\teamplayerservice" => array (1) [ ... ] | | | "hokej\teamservice" => array (1) [ ... ] | | | "hokej\timeonicehelper" => array (1) [ ... ] | | | "hokej\tipconsolidator" => array (1) [ ... ] | | | "hokej\tipfacade" => array (1) [ ... ] | | | "hokej\tiprepository" => array (1) [ ... ] | | | "hokej\tipservice" => array (1) [ ... ] | | | "hokej\transferfacade" => array (1) [ ... ] | | | "hokej\transferrepository" => array (1) [ ... ] | | | "hokej\transferservice" => array (1) [ ... ] | | | "hokej\tvfacade" => array (1) [ ... ] | | | "hokej\tvrepository" => array (1) [ ... ] | | | "hokej\tvservice" => array (1) [ ... ] | | | "hokej\userfacade" => array (1) [ ... ] | | | "hokej\userservice" => array (1) [ ... ] | | | "hokej\videochecker" => array (1) [ ... ] | | | "hokej\videofacade" => array (1) [ ... ] | | | "hokej\videorepository" => array (1) [ ... ] | | | "hokej\videoservice" => array (1) [ ... ] | | | "hokej\youtubefacade" => array (1) [ ... ] | | | "hokej\youtuberepository" => array (1) [ ... ] | | | "hokej\youtubeservice" => array (1) [ ... ] | | | "hokej\zonefacade" => array (1) [ ... ] | | | "hokej\zoneservice" => array (1) [ ... ] | | | mobile_detect => array (1) [ ... ] | | | "hokej\bets\bulkmatchbetsfactory" => array (1) [ ... ] | | | "hokej\clubrepository" => array (1) [ ... ] | | | "hokej\folderrepository" => array (1) [ ... ] | | | "hokej\leaguerepository" => array (1) [ ... ] | | | "hokej\photorepository" => array (1) [ ... ] | | | "hokej\postrepository" => array (1) [ ... ] | | | "hokej\zonerepository" => array (1) [ ... ] | | | "admin\hokej\iphotopickerfactory" => array (1) [ ... ] | | | "esports\helper\loader" => array (1) [ ... ] | | | "hokej\fanshop\articlequery" => array (1) [ ... ] | | | "admin\hokej\iplayerpickerfactory" => array (1) [ ... ] | | | "hokej\playerrepository" => array (1) [ ... ] | | | "admin\users\iuserformfactory" => array (1) [ ... ] | | | "admin\users\iusersgridfactory" => array (1) [ ... ] | | | "hokej\userrepository" => array (1) [ ... ] | | | "hokej\helpers\minimalize" => array (1) [ ... ] | | | "front\widget\iscoreboardfactory" => array (1) [ ... ] | | | "hokej\competitionrepository" => array (1) [ ... ] | | | uploadhandler => array (1) [ ... ] | | | "hokej\imagedatabaseuploadhandler" => array (1) [ ... ] | | | "front\widget\isportarticles\irssreaderfactory" => array (1) [ ... ] | | | "hokej\teamrepository" => array (1) [ ... ] | | | "hokej\icsvuploaderfactory" => array (1) [ ... ] | | | "hokej\admin\bakeryfactory" => array (1) [ ... ] | | | "hokej\iclubsocialfactory" => array (1) [ ... ] | | | "hokej\icompetitionmatchfactory" => array (1) [ ... ] | | | "hokej\icompetitionstatsfactory" => array (1) [ ... ] | | | "hokej\ileaguematchfactory" => array (1) [ ... ] | | | "hokej\ileaguesocialfactory" => array (1) [ ... ] | | | "hokej\ileaguestatsfactory" => array (1) [ ... ] | | | "hokej\imatchstatsfactory" => array (1) [ ... ] | | | "hokej\imenusectorfactory" => array (1) [ ... ] | | | "hokej\ipagesocialfactory" => array (1) [ ... ] | | | "hokej\iplayeruploaderfactory" => array (1) [ ... ] | | | "hokej\iteammatchfactory" => array (1) [ ... ] | | | "hokej\iplayerseasonclubstatsfactory" => array (1) [ ... ] | | | "hokej\iplayerseasonnhlstatsfactory" => array (1) [ ... ] | | | "hokej\iplayerseasonreprestatsfactory" => array (1) [ ... ] | | | "hokej\iplayerstatsfactory" => array (1) [ ... ] | | | "esports\cache\cleaner" => array (1) [ ... ] | | | "esports\dbupdater\externalfixer" => array (1) [ ... ] | | | "esports\relatedtable\rtfactory" => array (1) [ ... ] | | | "esports\utils\downloader" => array (1) [ ... ] | | | "front\widget\matchmenuconfigurationfactory" => array (1) [ ... ] | | | "hokej\amazonuploader" => array (1) [ ... ] | | | "hokej\bet\betsdownloader" => array (1) [ ... ] | | | "hokej\clublogomover" => array (1) [ ... ] | | | "hokej\dirhelper" => array (1) [ ... ] | | | "hokej\statscolumns" => array (2) [ ... ] | | | "hokej\iplayerstatscolumns" => array (2) [ ... ] | | | "hokej\goalkeeperstatscolumns" => array (1) [ ... ] | | | "hokej\helpers\amazon" => array (1) [ ... ] | | | "hokej\helpers\exporthelper" => array (1) [ ... ] | | | "hokej\helpers\logohelper" => array (1) [ ... ] | | | "hokej\helpers\logoplaceholder" => array (1) [ ... ] | | | "hokej\helpers\playerhelper" => array (1) [ ... ] | | | "hokej\helpers\playerplaceholder" => array (1) [ ... ] | | | "hokej\helpers\postplaceholder" => array (1) [ ... ] | | | "hokej\helpers\tv" => array (1) [ ... ] | | | "hokej\helpers\videohelper" => array (1) [ ... ] | | | "hokej\helpers\youtubeplaylist" => array (1) [ ... ] | | | "hokej\hokejovyzapisurlresolver" => array (1) [ ... ] | | | "hokej\hosys\competitionxmlservice" => array (1) [ ... ] | | | "hokej\hosys\competitionsxmlservice" => array (1) [ ... ] | | | "hokej\hosys\logger" => array (1) [ ... ] | | | "hokej\hosys\matchxmlservice" => array (1) [ ... ] | | | "hokej\hosys\overviewxmlservice" => array (1) [ ... ] | | | "hokej\photouploader" => array (1) [ ... ] | | | "hokej\logouploader" => array (1) [ ... ] | | | "hokej\playerstatscolumns" => array (1) [ ... ] | | | "hokej\videosoap" => array (1) [ ... ] | | | "madcoda\youtube" => array (1) [ ... ] | | | "hokej\youtubeapi" => array (1) [ ... ] | | | "hokej\youtubeupdater" => array (1) [ ... ] | | | "esports\utils\filestorage" => array (2) [ ... ] | | | "admin\adserve\izoneeditorformfactory" => array (1) [ ... ] | | | "admin\content\icategoriesgridfactory" => array (1) [ ... ] | | | "admin\content\icategoryformfactory" => array (1) [ ... ] | | | "admin\content\ihistoryformfactory" => array (1) [ ... ] | | | "admin\content\ihistorygridfactory" => array (1) [ ... ] | | | "admin\content\inewformfactory" => array (1) [ ... ] | | | "admin\content\inewsgridfactory" => array (1) [ ... ] | | | "admin\content\ipageformfactory" => array (1) [ ... ] | | | "admin\content\ipagesocialformfactory" => array (1) [ ... ] | | | "admin\content\ipagesgridfactory" => array (1) [ ... ] | | | "admin\content\ipostformfactory" => array (1) [ ... ] | | | "admin\content\ipostsgridfactory" => array (1) [ ... ] | | | "admin\content\itableformfactory" => array (1) [ ... ] | | | "admin\content\itablesgridfactory" => array (1) [ ... ] | | | "admin\media\ifolderformfactory" => array (1) [ ... ] | | | "admin\media\ifoldersgridfactory" => array (1) [ ... ] | | | "admin\media\iphotoeditorformfactory" => array (1) [ ... ] | | | "admin\media\ivideoformfactory" => array (1) [ ... ] | | | "admin\media\ivideosgridfactory" => array (1) [ ... ] | | | "admin\settings\icolorformfactory" => array (1) [ ... ] | | | "admin\settings\icolorsgridfactory" => array (1) [ ... ] | | | "admin\settings\icommonformfactory" => array (1) [ ... ] | | | "admin\settings\icountriesgridfactory" => array (1) [ ... ] | | | "admin\settings\icountryformfactory" => array (1) [ ... ] | | | "admin\settings\ifooterformfactory" => array (1) [ ... ] | | | "admin\settings\ihomepageformfactory" => array (1) [ ... ] | | | "admin\statistics\iaddplayerteamformfactory" => array (1) [ ... ] | | | "admin\statistics\ibigmatchformfactory" => array (1) [ ... ] | | | "admin\statistics\iclubformfactory" => array (1) [ ... ] | | | "admin\statistics\iclublogosformfactory" => array (1) [ ... ] | | | "admin\statistics\iclubnamesformfactory" => array (1) [ ... ] | | | "admin\statistics\iclubsocialformfactory" => array (1) [ ... ] | | | "admin\statistics\iclubsgridfactory" => array (1) [ ... ] | | | "admin\statistics\icompetitioncategoryformfactory" => array (1) [ ... ] | | | "admin\statistics\icompetitioncategorygridfactory" => array (1) [ ... ] | | | "admin\statistics\icompetitionformfactory" => array (1) [ ... ] | | | "admin\statistics\icompetitionsgridfactory" => array (1) [ ... ] | | | "admin\statistics\ileagueformfactory" => array (1) [ ... ] | | | "admin\statistics\ileaguelogosformfactory" => array (1) [ ... ] | | | "admin\statistics\ileaguesocialformfactory" => array (1) [ ... ] | | | "admin\statistics\ileaguesgridfactory" => array (1) [ ... ] | | | "admin\statistics\imatchimporterfactory" => array (1) [ ... ] | | | "admin\statistics\imatchesgridfactory" => array (1) [ ... ] | | | "admin\statistics\iplayerformfactory" => array (1) [ ... ] | | | "admin\statistics\iplayerinteamsgridfactory" => array (1) [ ... ] | | | "admin\statistics\iplayersocialformfactory" => array (1) [ ... ] | | | "admin\statistics\iplayersgridfactory" => array (1) [ ... ] | | | "admin\statistics\irefereeformfactory" => array (1) [ ... ] | | | "admin\statistics\irefereesgridfactory" => array (1) [ ... ] | | | "admin\statistics\ismallmatchformfactory" => array (1) [ ... ] | | | "admin\statistics\iteamformfactory" => array (1) [ ... ] | | | "admin\statistics\iteamnamesformfactory" => array (1) [ ... ] | | | "admin\statistics\iteamsgridfactory" => array (1) [ ... ] | | | "admin\statistics\itransferformfactory" => array (1) [ ... ] | | | "admin\statistics\itransfersgridfactory" => array (1) [ ... ] | | | "admin\users\iroleformfactory" => array (1) [ ... ] | | | "admin\users\irolesgridfactory" => array (1) [ ... ] | | | "admin\users\isubscriptionformfactory" => array (1) [ ... ] | | | "admin\users\isubscriptionsgridfactory" => array (1) [ ... ] | | | "admin\users\itipsgridfactory" => array (1) [ ... ] | | | "front\article\idatefilterfactory" => array (1) [ ... ] | | | "front\widget\iclubrosterfactory" => array (1) [ ... ] | | | "front\widget\iemptyviewfactory" => array (1) [ ... ] | | | "front\widget\ipagerfactory" => array (1) [ ... ] | | | "front\widget\iplayerlistfactory" => array (1) [ ... ] | | | "front\widget\iplayersearchfactory" => array (1) [ ... ] | | | "front\widget\iseasonfilterfactory" => array (1) [ ... ] | | | "front\widget\isocialfactory" => array (1) [ ... ] | | | "front\widget\isportarticles\iarticlesfactory" => array (1) [ ... ] | | | "front\widget\itimeoutfactory" => array (1) [ ... ] | | | "front\widget\itopstoryfactory" => array (1) [ ... ] | | | "front\widget\mainmenu\imenufactory" => array (1) [ ... ] | | | "front\widget\mainmenu\isubmenufactory" => array (1) [ ... ] | | | "front\widget\mainmenu\iwomenfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iroundfactory" => array (1) [ ... ] | | | "front\widget\radegastindex\ifilterfactory" => array (1) [ ... ] | | | "front\widget\rosterlist\ifilterfactory" => array (1) [ ... ] | | | "front\widget\rosterlist\irosterfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ibaseviewfactory" => array (1) [ ... ] | | | "front\widget\teamstats\imenubasefactory" => array (1) [ ... ] | | | "front\widget\youtubegallery\iplaylistfactory" => array (1) [ ... ] | | | "hokej\icompetitionplayerstatsfactory" => array (1) [ ... ] | | | "hokej\icompetitionteamstatsfactory" => array (1) [ ... ] | | | "hokej\icountinggroupplayerstatsfactory" => array (1) [ ... ] | | | "front\home\ibestplayersfactory" => array (1) [ ... ] | | | "front\player\istatsfactory" => array (1) [ ... ] | | | "front\widget\clubmatch\ifilterfactory" => array (1) [ ... ] | | | "front\widget\clubmatch\imatchfactory" => array (1) [ ... ] | | | "front\widget\iclubteamsfactory" => array (1) [ ... ] | | | "front\widget\imatchoverviewfactory" => array (1) [ ... ] | | | "front\widget\iminorleaguesignpostfactory" => array (1) [ ... ] | | | "front\widget\iplayermedallionfactory" => array (1) [ ... ] | | | "front\widget\leaguetable\ifilterfactory" => array (1) [ ... ] | | | "front\widget\leaguetable\inonvirtualfactory" => array (1) [ ... ] | | | "front\widget\leaguetable\itablefactory" => array (1) [ ... ] | | | "front\widget\leaguetable\ivirtualfactory" => array (1) [ ... ] | | | "front\widget\mainmenu\iextraligafactory" => array (1) [ ... ] | | | "front\widget\matchlist\idateintervalviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\imatchlistfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iseasonviewfactory" => array (1) [ ... ] | | | "front\widget\playerstats\iplayerfilterfactory" => array (1) [ ... ] | | | "front\widget\radegastindex\imonthfilterfactory" => array (1) [ ... ] | | | "front\widget\radegastindex\itablefactory" => array (1) [ ... ] | | | "front\widget\teamlist\iclubviewfactory" => array (1) [ ... ] | | | "front\widget\teamlist\iteamlistfactory" => array (1) [ ... ] | | | "front\widget\teamstats\ibaseoverviewfactory" => array (1) [ ... ] | | | "front\widget\youtubegallery\igalleryfactory" => array (1) [ ... ] | | | "admin\settings\iscriptsformfactory" => array (1) [ ... ] | | | "front\widget\iclubplayerstatsfactory" => array (1) [ ... ] | | | "front\widget\ileagueresultfactory" => array (1) [ ... ] | | | "front\widget\imatchschedulefactory" => array (1) [ ... ] | | | "front\widget\istatsbarfactory" => array (1) [ ... ] | | | "front\widget\itvmatchfactory" => array (1) [ ... ] | | | "front\widget\mainmenu\ifirstleaguefactory" => array (1) [ ... ] | | | "front\widget\mainmenu\irepresentationfactory" => array (1) [ ... ] | | | "front\widget\mainmenu\isecondleaguefactory" => array (1) [ ... ] | | | "front\widget\mainmenu\istaticmenufactory" => array (1) [ ... ] | | | "front\widget\mainmenu\iyouthfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iactualroundviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\icalendarfactory" => array (1) [ ... ] | | | "front\widget\matchlist\icompetitionviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\idefaultviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\ifilterfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iplayoffviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\irepreviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iroundviewfactory" => array (1) [ ... ] | | | "front\widget\matchlist\iteamviewfactory" => array (1) [ ... ] | | | "front\widget\playerstats\ifilterfactory" => array (1) [ ... ] | | | "front\widget\playerstats\igoalkeeperfilterfactory" => array (1) [ ... ] | | | "front\widget\teamlist\irepreviewfactory" => array (1) [ ... ] | | | "front\widget\historicstats\ifilterfactory" => array (1) [ ... ] | | | "front\widget\teamlist\ifilterfactory" => array (1) [ ... ] | | | "front\widget\teamstats\istatsfactory" => array (1) [ ... ] | | | "front\widget\historicstats\istatsfactory" => array (1) [ ... ] | | | "front\widget\playerstats\istatsfactory" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ] | | | "webloader\loaderfactory" => array (1) [ ... ]| | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)| registry private => array (206)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | externalTables => array (1)| | | 0 => array (2) [ ... ]| | db => array (5)| | | external_hokejcz => "dev_nhlcz_s6_esports_cz" (23) | | | host => "localhost" (9) | | | name => "dev_nhlcz_s6_esports_cz" (23) | | | user => "dev_nhlcz_s6_esp" (16) | | | password => "2tcDcBevpHCH" (12)| | external => array (1)| | | nonExtraOnlineUrl => "http://www.onlajny.com/match/index/date/{DATE}/id/{ID}" (54)| | domain => array (3)| | | protocol => "http" (4) | | | domain => "www.hokej.cz" (12) | | | url => "http://www.hokej.cz" (19)| | fanshop => array (1)| | | feedUrl => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| | upload => array (5)| | | images => array (3) [ ... ] | | | logos => array (4) [ ... ] | | | players => array (3) [ ... ] | | | tv => array (1) [ ... ] | | | amazon => array (1) [ ... ]| | transfer => array (8)| | | xsdPath => "http://www.hokej.cz/static/xsd" (30) | | | hokejovyzapis => array (2) [ ... ] | | | hosys => array (4) [ ... ] | | | rss => array (1) [ ... ] | | | youtube => array (3) [ ... ] | | | amazon => array (3) [ ... ] | | | google => array (4) [ ... ] | | | bets => array (2) [ ... ]| | video => array (5)| | | hashUrlOld => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID}&ip={CLIENT_IP}&t={TIME}" (102) | | | iframeUrlOld => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID}&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (126) | | | hashUrl => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&ip={CLIENT_IP}&t={TIME}" (117) | | | iframeUrl => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (141) | | | soap => array (3) [ ... ]| | youtube => array (1)| | | playlist => array (1) [ ... ]| | minimalize => array (2)| | | url => "http://www.hokej.cz/min.php" (27) | | | enabled => TRUE| | webloader => array (4)| | | jsDefaults => array (10) [ ... ] | | | cssDefaults => array (10) [ ... ] | | | js => array (2) [ ... ] | | | css => array (2) [ ... ]| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #3661| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #65e0 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "3.145.103.119" (13) | | | remoteHost private => NULL | | | rawBody private => NULL| | httpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | session => Nette\Http\Session #08c7| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709| | | caseSensitive => FALSE | | | mapping private => array (6) [ ... ] | | | baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | cache private => array (5) [ ... ] | | | container private => SystemContainer #af4f { RECURSION }| | "nette.database.default" => Nette\Database\Connection #56d2| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #043e { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #4d07 { ... } | | | pdo private => PDO #1afe| | "nette.database.default.structure" => Nette\Database\Structure #f110| | | connection protected => Nette\Database\Connection #56d2 { ... } | | | cache protected => Nette\Caching\Cache #6bfd { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE| | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd| | | structure protected => Nette\Database\Structure #f110 { ... }| | "nette.database.default.context" => Nette\Database\Context #7581| | | connection private => Nette\Database\Connection #56d2 { ... } | | | structure private => Nette\Database\Structure #f110 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | | preprocessor private => Nette\Database\SqlPreprocessor #4c54 { ... }| | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | db => Nette\Database\Context #08c8| | | connection private => Nette\Database\Connection #56d2 { ... } | | | structure private => Nette\Database\Structure #f110 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d | | | preprocessor private => NULL| | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4| | | db => Nette\Database\Context #08c8 { ... } | | | cache protected => Nette\Caching\Cache #9372 { ... } | | | configuration protected => array () | | | loadedConfiguration protected => array () | | | minFKeys protected => 2| | postRepositiory => Hokej\PostRepository #b399| | | rtOperations private => Esports\Repository\RTOperations #bdf8 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 327_Hokej_TagRepository => Hokej\TagRepository #6671| | | db protected => Nette\Database\Context #7581 { ... }| | "nette.userStorage" => Nette\Http\UserStorage #88a6| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | userRepositiory => Hokej\UserRepository #6080| | | rtOperations private => Esports\Repository\RTOperations #4bb2 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 350_Hokej_UserService => Hokej\UserService #f7f2| | | userRepository protected => Hokej\UserRepository #6080 { ... }| | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6| | | db protected => Nette\Database\Context #7581 { ... }| | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1| | | resourceRepository protected => Hokej\ResourceRepository #aaf6 { ... }| | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144| | | db protected => Nette\Database\Context #7581 { ... }| | 302_Hokej_RoleService => Hokej\RoleService #8d03| | | roleRepository protected => Hokej\RoleRepository #c144 { ... }| | 349_Hokej_UserFacade => Hokej\UserFacade #fa69| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | 103_Hokej_Authenticator => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| | 104_Hokej_Authorizator => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | 285_Hokej_PostService => Hokej\PostService #b5f5| | | postRepository protected => Hokej\PostRepository #b399 { ... } | | | tagRepository protected => Hokej\TagRepository #6671 { ... } | | | user protected => Nette\Security\User #516f { ... } | | | hash protected => NULL | | | pages protected => NULL| | photoRepository => Hokej\PhotoRepository #4bb3| | | rtOperations private => Esports\Repository\RTOperations #3c51 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | photoService => Hokej\PhotoService #da5c| | | photoRepository protected => Hokej\PhotoRepository #4bb3 { ... }| | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0| | | postService protected => Hokej\PostService #b5f5 { ... }| | 169_Hokej_FileRepository => Hokej\FileRepository #d799| | | db protected => Nette\Database\Context #7581 { ... }| | 170_Hokej_FileService => Hokej\FileService #9e71| | | fileRepository protected => Hokej\FileRepository #d799 { ... }| | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96| | | db protected => Nette\Database\Context #7581 { ... }| | 175_Hokej_GalleryService => Hokej\GalleryService #52e4| | | galleryRepository protected => Hokej\GalleryRepository #ea96 { ... }| | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7| | | postService protected => Hokej\PostService #b5f5 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95| | | postService protected => Hokej\PostService #b5f5 { ... }| | 328_Hokej_TagService => Hokej\TagService #7e05| | | tagRepository protected => Hokej\TagRepository #6671 { ... }| | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f| | | postService protected => Hokej\PostService #b5f5 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... }| | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4| | | postService protected => Hokej\PostService #b5f5 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... }| | leagueRepository => Hokej\LeagueRepository #bc46| | | rtOperations private => Esports\Repository\RTOperations #ea50 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1| | | db protected => Nette\Database\Context #7581 { ... }| | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6| | | leagueRepository protected => Hokej\LeagueRepository #bc46 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #c2a1 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | clubRepository => Hokej\ClubRepository #bcda| | | rtOperations private => Esports\Repository\RTOperations #d3ca { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c| | | db protected => Nette\Database\Context #7581 { ... }| | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b| | | db protected => Nette\Database\Context #7581 { ... }| | 123_Hokej_ClubService => Hokej\ClubService #7bb7| | | clubRepository protected => Hokej\ClubRepository #bcda { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #473c { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #6d4b { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a| | teamRepository => Hokej\TeamRepository #83dc| | | rtOperations private => Esports\Repository\RTOperations #b7c3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a| | | db protected => Nette\Database\Context #7581 { ... }| | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760| | | db protected => Nette\Database\Context #7581 { ... }| | 337_Hokej_TeamService => Hokej\TeamService #7d1d| | | teamRepository protected => Hokej\TeamRepository #83dc { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #918a { ... } | | | selectionHelper protected => Hokej\SelectionHelper #406a | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #1760 { ... }| | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796| | | container private => SystemContainer #af4f { RECURSION }| | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e| | | container private => SystemContainer #af4f { RECURSION }| | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b| | | postFacade protected => Hokej\PostFacade #fb89 { ... }| | router => Nette\Application\Routers\RouteList #661d| | | cachedRoutes private => array (1) [ ... ] | | | module private => "" | | | list private => array (4) [ ... ]| | application => Nette\Application\Application #0141| | | catchExceptions => FALSE | | | errorPresenter => "Front:Error" (11) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #6709 { ... } | | | router private => Nette\Application\Routers\RouteList #661d { ... }| | container => SystemContainer #af4f { RECURSION } | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc| | | container private => SystemContainer #af4f { RECURSION }| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | httpRequest private => Nette\Http\Request #3661 { ... } | | | httpResponse private => Nette\Http\Response #42d9 { ... } | | | user private => Nette\Security\User #516f { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79| | | db protected => Nette\Database\Context #7581 { ... }| | 249_Hokej_MatchService => Hokej\MatchService #a8fb| | | matchRepository protected => Hokej\MatchRepository #ac79 { ... }| | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7| | | db protected => Nette\Database\Context #7581 { ... }| | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b| | | matchEnumRepository protected => Hokej\MatchEnumRepository #cda7 { ... }| | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858| | | db protected => Nette\Database\Context #7581 { ... }| | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #3858 { ... }| | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9| | | db protected => Nette\Database\Context #7581 { ... }| | 308_Hokej_SeasonService => Hokej\SeasonService #59a9| | | seasonRepository protected => Hokej\SeasonRepository #c8d9 { ... } | | | closestPlusMinus private => 1| | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409| | | db protected => Nette\Database\Context #7581 { ... }| | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #4409 { ... }| | competitionRepositiory => Hokej\CompetitionRepository #2fd0| | | rtOperations private => Esports\Repository\RTOperations #ad28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066| | | competitionRepository protected => Hokej\CompetitionRepository #2fd0 { ... }| | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973| | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | 303_Hokej_Roster => Hokej\Roster #3329| | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... }| | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77| | | db protected => Nette\Database\Context #7581 { ... }| | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | 180_Hokej_GoalService => Hokej\GoalService #149e| | | goalRepository protected => Hokej\GoalRepository #ca77 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1| | | db protected => Nette\Database\Context #7581 { ... }| | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c| | | penaltyRepository protected => Hokej\PenaltyRepository #7bf1 { ... } | | | eventTransformator protected => Hokej\EventTransformator #8592| | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986| | | db protected => Nette\Database\Context #7581 { ... }| | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #b0d8| | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af| | | db protected => Nette\Database\Context #7581 { ... }| | periodHelper => Hokej\PeriodHelper #3653| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]| | 267_Hokej_PeriodService => Hokej\PeriodService #1c04| | | periodRepository protected => Hokej\PeriodRepository #a2af { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa| | | db protected => Nette\Database\Context #7581 { ... }| | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... }| | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983| | | container private => SystemContainer #af4f { RECURSION }| | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045| | | container private => SystemContainer #af4f { RECURSION }| | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1| | | container private => SystemContainer #af4f { RECURSION }| | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | periodHelper protected => Hokej\PeriodHelper #3653 { ... }| | 347_Hokej_TvRepository => Hokej\TvRepository #c912| | | db protected => Nette\Database\Context #7581 { ... }| | 348_Hokej_TvService => Hokej\TvService #9236| | | tvRepository protected => Hokej\TvRepository #c912 { ... }| | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99| | | matchService protected => Hokej\MatchService #a8fb { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchEnumService protected => Hokej\MatchEnumService #a84b { ... } | | | postService protected => Hokej\PostService #b5f5 { ... } | | | teamHelper protected => Hokej\TeamHelper #46f4 | | | roster protected => Hokej\Roster #3329 { ... } | | | goalService protected => Hokej\GoalService #149e { ... } | | | penaltyService protected => Hokej\PenaltyService #0f4c { ... } | | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #b196 { ... } | | | periodService protected => Hokej\PeriodService #1c04 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | matchAdditional protected => Hokej\MatchAdditional #62a8 { ... } | | | tvService protected => Hokej\TvService #9236 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #a150 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | seasonService private => Hokej\SeasonService #59a9 { ... }| | zoneRepository => Hokej\ZoneRepository #7c9e| | | rtOperations private => Esports\Repository\RTOperations #80c1 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 359_Hokej_ZoneService => Hokej\ZoneService #7f11| | | zoneRepository protected => Hokej\ZoneRepository #7c9e { ... }| | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498| | | zoneService protected => Hokej\ZoneService #7f11 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42| | | db protected => Nette\Database\Context #7581 { ... }| | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1| | | youtubeRepository protected => Hokej\YoutubeRepository #5d42 { ... }| | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e| | | youtubeService protected => Hokej\YoutubeService #8df1 { ... }| | leagueHelper => Hokej\Helpers\League #7e6d | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1| | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | leagueHelper protected => Hokej\Helpers\League #7e6d| | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2| | | container private => SystemContainer #af4f { RECURSION }| | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0| | | container private => SystemContainer #af4f { RECURSION }| | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0| | | container private => SystemContainer #af4f { RECURSION }| | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199| | | container private => SystemContainer #af4f { RECURSION }| | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039| | | container private => SystemContainer #af4f { RECURSION }| | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442| | | container private => SystemContainer #af4f { RECURSION }| | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6| | | container private => SystemContainer #af4f { RECURSION }| | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c| | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)| | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972| | | httpRequest private => Nette\Http\Request #3661 { ... } | | | serviceLocator private => SystemContainer #af4f { RECURSION } | | | tempPaths private => array (2) [ ... ]| | 41_Admin_Translator => Admin\Translator #3a87 | | stringHelper => Esports\Helper\String #4ce3 | | dateHelper => Esports\Helper\Date #dea0| | | format protected => "j.n.Y" (5) | | | formatManipulator protected => Esports\Helper\FormatManipulator #8fd0 { ... }| | gridHelper => Esports\Helper\Grid #7a47 | | playerHelper => Hokej\Helpers\PlayerHelper #c484| | | playerBaseUrl => "/static/images" (14)| | playerRepository => Hokej\PlayerRepository #a9b0| | | rtOperations private => Esports\Repository\RTOperations #f998 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 277_Hokej_PlayerService => Hokej\PlayerService #d343| | | playerRepository protected => Hokej\PlayerRepository #a9b0 { ... } | | | teamPlayerRepository protected => NULL| | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... }| | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824| | | playerService protected => Hokej\PlayerService #d343 { ... } | | | playerPicker protected => Hokej\PlayerPicker #89df { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #f973 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | folderRepository => Hokej\FolderRepository #36d5| | | rtOperations private => Esports\Repository\RTOperations #54ec { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #23b4 { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | folderService => Hokej\FolderService #38e1| | | folderRepository protected => Hokej\FolderRepository #36d5 { ... }| | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d| | | folderService protected => Hokej\FolderService #38e1 { ... }| | dirHelper => Hokej\DirHelper #d21e| | | basePath private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www/files/images" (72)| | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906| | | photoService protected => Hokej\PhotoService #da5c { ... } | | | folderService protected => Hokej\FolderService #38e1 { ... } | | | tagService protected => Hokej\TagService #7e05 { ... } | | | tagType private => NULL| | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded| | | folderService protected => Hokej\FolderService #38e1 { ... } | | | folderPicker protected => Hokej\FolderPicker #d74d { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | mediaTagManager protected => Hokej\MediaTagManager #a906 { ... } | | | dirHelper protected => Hokej\DirHelper #d21e { ... }| | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c| | | fileService protected => Hokej\FileService #9e71 { ... }| | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170| | | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| | postHelper => Hokej\Helpers\PostHelper #dde9| | | playerFacade protected => Hokej\PlayerFacade #e824 { ... } | | | mediaFacade protected => Hokej\MediaFacade #9ded { ... } | | | fileFacade protected => Hokej\FileFacade #3e0c { ... } | | | presenterBridge protected => Hokej\PresenterBridge #7170 { ... }| | tagHelper => Hokej\Helpers\TagHelper #2229 | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | dateFrontHelper => Hokej\Helpers\Date #e944| | | translator protected => Admin\Translator #3a87 | | | gameTimeHelper protected => Hokej\GameTimeHelper #95ac | | | months protected => array (12) [ ... ] | | | declensedMonths protected => array (12) [ ... ] | | | shortDays protected => array (7) [ ... ] | | | days protected => array (7) [ ... ] | | | matchDateFormat protected => "d. m." (5) | | | matchTimeFormat protected => "H:i" (3) | | | dateFormat protected => "j.n.Y" (5) | | | topStoryDateFormat protected => "j.n.Y G:i" (9) | | | newsDateFormat protected => "j. n. - G:i" (11) | | | articleDateFormat protected => "j. {\M\O\N\T\H}{\Y\E\A\R} G:i" (29)| | logoHelper => Hokej\Helpers\LogoHelper #71bd| | | logoBaseUrl protected => "/files/logos" (12)| | countryHelper => Hokej\Helpers\Country #4ad4 | | iconHelper => Hokej\Helpers\Icon #e808| | | countryHelper protected => Hokej\Helpers\Country #4ad4 | | | leagueTable protected => array (3) [ ... ]| | 360_Mobile_Detect => Mobile_Detect #b642| | | cache protected => array () | | | userAgent protected => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | httpHeaders protected => array (4) [ ... ] | | | cloudfrontHeaders protected => array () | | | matchingRegex protected => NULL | | | matchesArray protected => NULL | | | detectionType protected => "mobile" (6)| | zoneHelper => Hokej\Helpers\Zone #2e7b| | | mobileDetect protected => Mobile_Detect #b642 { ... } | | | isMobile protected => FALSE| | exportHelper => Hokej\Helpers\ExportHelper #8a17| | | xsdPath private => "http://www.hokej.cz/static/xsd" (30)| | domainHelper => Hokej\Helpers\Domain #f9f5 | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | videoHelper => Hokej\Helpers\VideoHelper #db29| | | hashUrl protected => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&ip={CLIENT_IP}&t={TIME}" (117) | | | iframeUrl protected => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID};720p;480p;360p&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (141) | | | hashUrlOld protected => "http://master-ng.nacevi.cz/cdn.server/Signature.ashx?c=Tipsport-VOD|{MATCH_ID}&ip={CLIENT_IP}&t={TIME}" (102) | | | iframeUrlOld protected => "https://tipsport.nacevi.cz/extra-archiv.aspx?c=Tipsport-VOD|{MATCH_ID}&id={MATCH_ID}&s={HASH}&t={TIME}&odpocet=0&autorun=false" (126) | | | httpRequest protected => Nette\Http\Request #3661 { ... }| | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797| | | phaseHash => array (3) [ ... ]| | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037| | | articlePlaceholderImage protected => "/files/images/placeholder.jpg" (29)| | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b| | | playerPlaceholderImage protected => "/placeholder.png" (16)| | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4| | | logoPlaceholderImage protected => "/placeholder.png" (16)| | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | minimalizeHelper => Hokej\Helpers\Minimalize #f289| | | scriptUrl protected => "http://www.hokej.cz/min.php" (27) | | | enabled protected => TRUE| | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | tvHelper => Hokej\Helpers\Tv #718a| | | imagePath protected => "/static" (7)| | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7| | | seasonService protected => Hokej\SeasonService #59a9 { ... }| | amazonHelper => Hokej\Helpers\Amazon #293e| | | logoUrl protected => "https://hokej.cz.s3.amazonaws.com/logos" (39) | | | seasonFacade protected => Hokej\SeasonFacade #b0b7 { ... } | | | logoHelper protected => Hokej\Helpers\LogoHelper #71bd { ... } | | | logoPlaceholderHelper protected => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | minimalizeHelper protected => Hokej\Helpers\Minimalize #f289 { ... } | | | currentYear protected => NULL| | numberHelper => Hokej\Helpers\Number #17db| | | decimals protected => 2 | | | decPoint protected => "." | | | thousandSep protected => " "| | helperLoader => Esports\Helper\Loader #8250| | | helpers protected => array (33) [ ... ]| | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3| | | container private => SystemContainer #af4f { RECURSION }| | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a| | | container private => SystemContainer #af4f { RECURSION }| | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d| | | container private => SystemContainer #af4f { RECURSION }| | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc| | | db protected => Nette\Database\Context #7581 { ... }| | 312_Hokej_SettingService => Hokej\SettingService #8b47| | | settingRepository protected => Hokej\SettingRepository #0cbc { ... }| | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d| | | container private => SystemContainer #af4f { RECURSION }| | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe| | | container private => SystemContainer #af4f { RECURSION }| | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af| | | container private => SystemContainer #af4f { RECURSION }| | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de| | | settingService protected => Hokej\SettingService #8b47 { ... } | | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... }| | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3| | | container private => SystemContainer #af4f { RECURSION }| | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a| | | container private => SystemContainer #af4f { RECURSION }| | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a| | | db protected => Nette\Database\Context #7581 { ... }| | 126_Hokej_ColorService => Hokej\ColorService #b393| | | colorRepository protected => Hokej\ColorRepository #3e5a { ... }| | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583| | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | settingService protected => Hokej\SettingService #8b47 { ... } | | | colorService protected => Hokej\ColorService #b393 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... }| | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d| | | competitionService protected => Hokej\CompetitionService #8066 { ... }| | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63| | | teamService protected => Hokej\TeamService #7d1d { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #e846 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d| | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0| | | container private => SystemContainer #af4f { RECURSION }| | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef| | | container private => SystemContainer #af4f { RECURSION }| | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7| | | container private => SystemContainer #af4f { RECURSION }| | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a| | | container private => SystemContainer #af4f { RECURSION }| | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b| | | container private => SystemContainer #af4f { RECURSION }| | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd| | | container private => SystemContainer #af4f { RECURSION }| | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af| | | container private => SystemContainer #af4f { RECURSION }| | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... }| | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356| | | postFacade private => Hokej\PostFacade #fb89 { ... } | | | playerFacade private => Hokej\PlayerFacade #e824 { ... } | | | clubFacade private => Hokej\ClubFacade #e583 { ... } | | | teamFacade private => Hokej\TeamFacade #bb63 { ... } | | | statsFacade private => Hokej\StatsFacade #b4bf { ... } | | | competitionFacade private => Hokej\CompetitionFacade #1dd2 { ... } | | | mobileDetect private => Mobile_Detect #b642 { ... }| | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a| | | root private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www/css" (63) | | | files private => array () | | | remoteFiles private => array ()| | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b| | | prefix private => "cssloader-" (10) | | | suffix private => ".css" (4)| | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423| | | outputDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/www/webtemp" (60) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array () | | | collection private => WebLoader\FileCollection #110a { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | checkLastModified private => TRUE | | | debugging private => FALSE| | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368| | | container private => SystemContainer #af4f { RECURSION }| | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1| | | container private => SystemContainer #af4f { RECURSION }| | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba| | | container private => SystemContainer #af4f { RECURSION }| | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4| | | container private => SystemContainer #af4f { RECURSION }| | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2| | | container private => SystemContainer #af4f { RECURSION }| | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22| | | container private => SystemContainer #af4f { RECURSION }| | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | 230_Hokej_Inserter => Hokej\Inserter #55ab| | | db private => Nette\Database\Context #7581 { ... }| | playerStatsRepository => Hokej\PlayerStatsRepository #8e62| | | inserter protected => Hokej\Inserter #55ab { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd| | | playerStatsRepository protected => Hokej\PlayerStatsRepository #8e62 { ... }| | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d| | | inserter protected => Hokej\Inserter #55ab { ... } | | | db protected => Nette\Database\Context #7581 { ... }| | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8| | | goalkeeperStatsRepository protected => Hokej\GoalkeeperStatsRepository #5e2d { ... }| | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990| | | db protected => Nette\Database\Context #7581 { ... }| | 117_Hokej_CategoryService => Hokej\CategoryService #e473| | | categoryRepository protected => Hokej\CategoryRepository #0990 { ... } | | | hash => array (17) [ ... ] | | | categories => array (14) [ ... ]| | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b| | | categoryService protected => Hokej\CategoryService #e473 { ... }| | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061| | | categoryService protected => Hokej\CategoryService #e473 { ... } | | | categoryTreeRenderer protected => Hokej\CategoryTreeRenderer #542b { ... }| method private => "GET" (3) | url private => Nette\Http\UrlScript #65e0httpResponse private => Nette\Http\Response #42d9| | scriptPath private => "/" | | scheme private => "https" (5) | | user private => "" | | pass private => "" | | host private => "dev.nhlcz.s6.esports.cz" (23) | | port private => 443 | | path private => "/" | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array () | headers private => array (4)| | accept => "*/*" (3) | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | host => "dev.nhlcz.s6.esports.cz" (23)| remoteAddress private => "3.145.103.119" (13) | remoteHost private => NULL | rawBody private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200session private => Nette\Http\Session #08c7| regenerated private => NULL | options private => array (14)presenterFactory private => Nette\Application\PresenterFactory #6709| | gc_maxlifetime => 1800 | | cookie_lifetime => 1800 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #3661| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| response private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| handler private => NULL| caseSensitive => FALSE | mapping private => array (6)router private => Nette\Application\Routers\RouteList #661d| | "*" => array (3)| baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | cache private => array (5)| | | 0 => "" | | | 1 => "*Module\" (8) | | | 2 => "*Presenter" (10)| | Nette => array (3)| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Admin => array (3)| | | 0 => "Admin\" (6) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Front => array (3)| | | 0 => "Front\" (6) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Export => array (3)| | | 0 => "Export\" (7) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | Test => array (3)| | | 0 => "Test\" (5) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)| | "Front:Home:Homepage" => array (2)| container private => SystemContainer #af4f| | | 0 => "Front\Home\HomepagePresenter" (28) | | | 1 => "Front:Home:Homepage" (19)| | "Export:Rss:nhl" => array (2)| | | 0 => "Export\Rss\NhlPresenter" (23) | | | 1 => "Export:Rss:Nhl" (14)| | "Front:League:Overview" => array (2)| | | 0 => "Front\League\OverviewPresenter" (30) | | | 1 => "Front:League:Overview" (21)| | "Front:Article:Article" => array (2)| | | 0 => "Front\Article\ArticlePresenter" (30) | | | 1 => "Front:Article:Article" (21)| | "Front:League:PlayerStats" => array (2)| | | 0 => "Front\League\PlayerStatsPresenter" (33) | | | 1 => "Front:League:PlayerStats" (24)| | meta protected => array (1)| | | types => array (615) [ ... ]| | parameters => array (19)| | | appDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | | | wwwDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www" (59) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp" (60) | | | externalTables => array (1) [ ... ] | | | db => array (5) [ ... ] | | | external => array (1) [ ... ] | | | domain => array (3) [ ... ] | | | fanshop => array (1) [ ... ] | | | upload => array (5) [ ... ] | | | transfer => array (8) [ ... ] | | | video => array (5) [ ... ] | | | youtube => array (1) [ ... ] | | | minimalize => array (2) [ ... ] | | | webloader => array (4) [ ... ]| | registry private => array (206)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #91bf { ... } | | | httpRequest => Nette\Http\Request #3661 { ... } | | | httpResponse => Nette\Http\Response #42d9 { ... } | | | session => Nette\Http\Session #08c7 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #6709 { RECURSION } | | | "nette.database.default" => Nette\Database\Connection #56d2 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #f110 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | "nette.database.default.context" => Nette\Database\Context #7581 { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #a702 | | | db => Nette\Database\Context #08c8 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #23b4 { ... } | | | postRepositiory => Hokej\PostRepository #b399 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #6671 { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #88a6 { ... } | | | userRepositiory => Hokej\UserRepository #6080 { ... } | | | 350_Hokej_UserService => Hokej\UserService #f7f2 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #aaf6 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #e3d1 { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #c144 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #8d03 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #fa69 { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #a237 { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #b797 { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #1e63 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #36af { ... } | | | user => Nette\Security\User #516f { ... } | | | 285_Hokej_PostService => Hokej\PostService #b5f5 { ... } | | | photoRepository => Hokej\PhotoRepository #4bb3 { ... } | | | photoService => Hokej\PhotoService #da5c { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #c6a0 { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #d799 { ... } | | | 170_Hokej_FileService => Hokej\FileService #9e71 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #ea96 { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #52e4 { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #83c7 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #cf95 { ... } | | | 328_Hokej_TagService => Hokej\TagService #7e05 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #313f { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #15f4 { ... } | | | leagueRepository => Hokej\LeagueRepository #bc46 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #c2a1 { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #406a | | | 234_Hokej_LeagueService => Hokej\LeagueService #52d6 { ... } | | | clubRepository => Hokej\ClubRepository #bcda { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #473c { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #6d4b { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #7bb7 { ... } | | | teamRepository => Hokej\TeamRepository #83dc { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #918a { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #1760 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #7d1d { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | taggerHelper => Hokej\Helpers\Tagger #3ae6 | | | 283_Hokej_PostFacade => Hokej\PostFacade #fb89 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #7e9b { ... } | | | router => Nette\Application\Routers\RouteList #661d { ... } | | | application => Nette\Application\Application #0141 { ... } | | | container => SystemContainer #af4f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dc { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #ac79 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #a8fb { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #cda7 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #a84b { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #46f4 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #3858 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #a150 { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #c8d9 { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #59a9 { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #4409 { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #e846 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #2fd0 { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #8066 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #f973 { ... } | | | 303_Hokej_Roster => Hokej\Roster #3329 { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #ca77 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #8592 | | | 180_Hokej_GoalService => Hokej\GoalService #149e { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #7bf1 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #0f4c { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #d986 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #b0d8 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #b196 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #a2af { ... } | | | periodHelper => Hokej\PeriodHelper #3653 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #1c04 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #69aa { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #9fb2 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #c983 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #4045 { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #7fd1 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #62a8 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #c912 { ... } | | | 348_Hokej_TvService => Hokej\TvService #9236 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #bc99 { ... } | | | zoneRepository => Hokej\ZoneRepository #7c9e { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #7f11 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #8498 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #5d42 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #8df1 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #eb4e { ... } | | | leagueHelper => Hokej\Helpers\League #7e6d | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #4fb1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #c2b2 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #a6e0 { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #e1c0 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #c199 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #1039 { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #9442 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #35a6 { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #953c { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #2972 { ... } | | | 41_Admin_Translator => Admin\Translator #3a87 | | | stringHelper => Esports\Helper\String #4ce3 | | | dateHelper => Esports\Helper\Date #dea0 { ... } | | | gridHelper => Esports\Helper\Grid #7a47 | | | playerHelper => Hokej\Helpers\PlayerHelper #c484 { ... } | | | playerRepository => Hokej\PlayerRepository #a9b0 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #d343 { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #89df { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e824 { ... } | | | folderRepository => Hokej\FolderRepository #36d5 { ... } | | | folderService => Hokej\FolderService #38e1 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #d74d { ... } | | | dirHelper => Hokej\DirHelper #d21e { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #a906 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #9ded { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #3e0c { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #7170 { ... } | | | postHelper => Hokej\Helpers\PostHelper #dde9 { ... } | | | tagHelper => Hokej\Helpers\TagHelper #2229 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #7066 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #95ac | | | dateFrontHelper => Hokej\Helpers\Date #e944 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #71bd { ... } | | | countryHelper => Hokej\Helpers\Country #4ad4 | | | iconHelper => Hokej\Helpers\Icon #e808 { ... } | | | 360_Mobile_Detect => Mobile_Detect #b642 { ... } | | | zoneHelper => Hokej\Helpers\Zone #2e7b { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #8a17 { ... } | | | domainHelper => Hokej\Helpers\Domain #f9f5 | | | penaltyHelper => Hokej\Helpers\Penalty #6a5f | | | xmlHelper => Hokej\Helpers\XmlHelper #18fa | | | videoHelper => Hokej\Helpers\VideoHelper #db29 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #d26f | | | matchHelper => Hokej\Helpers\MatchHelper #2415 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #2797 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #c037 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #271b { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #46c4 { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #810e | | | minimalizeHelper => Hokej\Helpers\Minimalize #f289 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #8e1f | | | tvHelper => Hokej\Helpers\Tv #718a { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #b0b7 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #293e { ... } | | | numberHelper => Hokej\Helpers\Number #17db { ... } | | | helperLoader => Esports\Helper\Loader #8250 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #80e3 { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #226a { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #d86d { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #0cbc { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #8b47 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #500d { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #66fe { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #f6af { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #28de { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #baa3 { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #567a { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #3e5a { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #b393 { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #e583 { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #dc4d { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #bb63 { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #cfb0 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #09ef { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #abf7 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #1c1b { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5ffd { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #24af { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #b4bf { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #1dd2 { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #0356 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #110a { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #6423 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #a8b1 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #97ba { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #58f4 { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #85c2 { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #fe22 { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #346c | | | 230_Hokej_Inserter => Hokej\Inserter #55ab { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #8e62 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #f4bd { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #5e2d { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #78c8 { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #0990 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #e473 { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #542b { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #9061 { ... }| | creating private => array ()| cachedRoutes private => array (1)user private => Nette\Security\User #516f| | "*" => array (4)| module private => "" | list private => array (4)| | | 0 => Nette\Application\Routers\RouteList #873f { ... } | | | 1 => Nette\Application\Routers\RouteList #8a65 { ... } | | | 2 => Nette\Application\Routers\RouteList #5da0 { ... } | | | 3 => Nette\Application\Routers\RouteList #b409 { ... }| | 0 => Nette\Application\Routers\RouteList #873f| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Test:" (5) | | | list private => array (1) [ ... ]| | 1 => Nette\Application\Routers\RouteList #8a65| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Export:" (7) | | | list private => array (1) [ ... ]| | 2 => Nette\Application\Routers\RouteList #5da0| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Admin:" (6) | | | list private => array (1) [ ... ]| | 3 => Nette\Application\Routers\RouteList #b409| | | cachedRoutes private => array (8) [ ... ] | | | module private => "Front:" (6) | | | list private => array (15) [ ... ]| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #88a6templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #72fd| | namespace private => "" | | sessionHandler private => Nette\Http\Session #08c7| authenticator private => Hokej\Authenticator #a237| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #3661 { ... } | | | response private => Nette\Http\Response #42d9 { ... } | | | handler private => NULL| | sessionSection private => NULL| | userFacade private => Hokej\UserFacade #fa69| authorizator private => Hokej\Authorizator #36af| | | userService protected => Hokej\UserService #f7f2 { ... } | | | resourceService protected => Hokej\ResourceService #e3d1 { ... } | | | roleService protected => Hokej\RoleService #8d03 { ... }| | resourceFacade private => Hokej\ResourceFacade #b797| | | resourceService protected => Hokej\ResourceService #e3d1 { ... }| | roleFacade private => Hokej\RoleFacade #1e63| | | roleService protected => Hokej\RoleService #8d03 { ... }| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #25dctemplate private => Nette\Bridges\ApplicationLatte\Template #7f08| | container private => SystemContainer #af4f| httpRequest private => Nette\Http\Request #3661| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #65e0| httpResponse private => Nette\Http\Response #42d9| | | scriptPath private => "/" | | | scheme private => "https" (5) | | | user private => "" | | | pass private => "" | | | host private => "dev.nhlcz.s6.esports.cz" (23) | | | port private => 443 | | | path private => "/" | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array () | | headers private => array (4)| | | accept => "*/*" (3) | | | "user-agent" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103) | | | "accept-encoding" => "gzip, br, zstd, deflate" (23) | | | host => "dev.nhlcz.s6.esports.cz" (23)| | remoteAddress private => "3.145.103.119" (13) | | remoteHost private => NULL | | rawBody private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200| user private => Nette\Security\User #516f| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #88a6| cacheStorage private => Nette\Caching\Storages\DevNullStorage #c39d| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #08c7 { ... } | | | sessionSection private => NULL| | authenticator private => Hokej\Authenticator #a237| | | userFacade private => Hokej\UserFacade #fa69 { ... }| | authorizator private => Hokej\Authorizator #36af| | | resourceFacade private => Hokej\ResourceFacade #b797 { ... } | | | roleFacade private => Hokej\RoleFacade #1e63 { ... }| latte private => Latte\Engine #cfa6invalidSnippets private => array () snippetMode => NULL params protected => array (1)| | onCompile => array (1)| file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | params private => array (29)| | | 0 => Closure #9a3c| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #3a9b| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 69 | | | | variables => array (2) [ ... ] | | | | parameters => "$latte" (6)| | | presenter private => Front\Home\HomepagePresenter #89d6 { RECURSION }| | contentType private => "html" (4) | | tempDirectory private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../temp/cache/latte" (72) | | autoRefresh private => TRUE | | filters private => array (45)| | | "" => array (1) [ ... ] | | | bytes => "Latte\Runtime\Filters::bytes" (28) | | | capitalize => "Latte\Runtime\Filters::capitalize" (33) | | | datastream => "Latte\Runtime\Filters::dataStream" (33) | | | date => Nette\Callback #637e { ... } | | | escapecss => "Latte\Runtime\Filters::escapeCss" (32) | | | escapehtml => "Latte\Runtime\Filters::escapeHtml" (33) | | | escapehtmlcomment => "Latte\Runtime\Filters::escapeHtmlComment" (40) | | | escapeical => "Latte\Runtime\Filters::escapeICal" (33) | | | escapejs => "Latte\Runtime\Filters::escapeJs" (31) | | | escapeurl => "rawurlencode" (12) | | | escapexml => "Latte\Runtime\Filters::escapeXML" (32) | | | firstupper => "Latte\Runtime\Filters::firstUpper" (33) | | | implode => "implode" (7) | | | indent => "Latte\Runtime\Filters::indent" (29) | | | lower => "Latte\Runtime\Filters::lower" (28) | | | nl2br => "Latte\Runtime\Filters::nl2br" (28) | | | number => "number_format" (13) | | | repeat => "str_repeat" (10) | | | replace => "Latte\Runtime\Filters::replace" (30) | | | replacere => "Latte\Runtime\Filters::replaceRe" (32) | | | safeurl => "Latte\Runtime\Filters::safeUrl" (30) | | | strip => "Latte\Runtime\Filters::strip" (28) | | | striptags => "strip_tags" (10) | | | substr => "Latte\Runtime\Filters::substring" (32) | | | trim => "Latte\Runtime\Filters::trim" (27) | | | truncate => "Latte\Runtime\Filters::truncate" (31) | | | upper => "Latte\Runtime\Filters::upper" (28) | | | url => "rawurlencode" (12) | | | normalize => "Nette\Utils\Strings::normalize" (30) | | | toascii => "Nette\Utils\Strings::toAscii" (28) | | | webalize => "Nette\Utils\Strings::webalize" (29) | | | padleft => "Nette\Utils\Strings::padLeft" (28) | | | padright => "Nette\Utils\Strings::padRight" (29) | | | reverse => "Nette\Utils\Strings::reverse" (28) | | | null => Closure #351b| | baseTemplateClass private => "Latte\Template" (14)| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 83 | | | | variables => array () | | | | parameters => ""| | | length => Closure #b899| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 84 | | | | variables => array () | | | | parameters => "$var" (4)| | | modifydate => Closure #b883| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php" (122) | | | | line => 87 | | | | variables => array () | | | | parameters => "$time, $delta, $unit" (20)| | | translate => array (2) [ ... ] | | | zonescript => Nette\Callback #d31c { ... } | | | tagsections => Nette\Callback #4915 { ... } | | | tagtopstory => Nette\Callback #4161 { ... } | | | zonetop => Nette\Callback #a999 { ... } | | | zonefooterleft => Nette\Callback #0466 { ... } | | | zonefooterright => Nette\Callback #d5d0 { ... }| | _control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | control => Front\Home\HomepagePresenter #89d6 { RECURSION } | | _presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | presenter => Front\Home\HomepagePresenter #89d6 { RECURSION } | | user => Nette\Security\User #516f| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #88a6 { ... } | | | authenticator private => Hokej\Authenticator #a237 { ... } | | | authorizator private => Hokej\Authorizator #36af { ... }| | netteHttpResponse => Nette\Http\Response #42d9| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #c39d | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #2002| | | context protected => Nette\Database\Context #7581 { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #42fd { ... } | | | cache protected => Nette\Caching\Cache #532c { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6f74 { ... } | | | name protected => "post" (4) | | | primary protected => "id" (2) | | | primarySequence protected => FALSE | | | rows protected => NULL | | | data protected => NULL | | | dataRefreshed protected => FALSE | | | globalRefCache protected => array (1) [ ... ] | | | refCache protected => array (1) [ ... ] | | | generalCacheKey protected => NULL | | | generalCacheTraceKey protected => NULL | | | specificCacheKey protected => NULL | | | aggregation protected => array () | | | accessedColumns protected => NULL | | | previousAccessedColumns protected => NULL | | | observeCache protected => FALSE | | | keys protected => array ()| | articles => array (9)| | | 5030148 => array (43) [ ... ] | | | 5030147 => array (43) [ ... ] | | | 5030143 => array (43) [ ... ] | | | 5030145 => array (43) [ ... ] | | | 5030144 => array (43) [ ... ] | | | 5030142 => array (43) [ ... ] | | | 5030141 => array (43) [ ... ] | | | 5030140 => array (43) [ ... ] | | | 5030139 => array (43) [ ... ]| | zones => Nette\Utils\ArrayHash #45a8| | | top => "<div id='da_nhl_desktop_top_banner_998x200_2x1'></div>" (54) | | | under_scoreboard => "<div id="da_nhl_desktop_pod_scoreboardem_750x100_1x2"> </div> <!-- <a href="https://www.tipsport.cz/PartnerRedirectAction.do?pid=61&sid=481&bid=3277 ... " (372) | | | right_big => "<div id="da_nhl_desktop_skyscraper_velky_300x600_1x3"> </div>" (61) | | | right_small => "<div id="da_nhl_desktop_skycraper_maly_300x250_1x4"> </div>" (59) | | | big_under_content => "<div id="da_nhl_desktop_velky_pod_obsahem_750x100_1x5"> </div> " (63) | | | left_promo_1 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x6;%Banner%: Vlevo promobox 1--> <!-- <a href="https://pojdhrathokej.cz/sub-page/default/8bf44338-cf21-4 ... " (712) | | | left_promo_2 => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x7;%Banner%: Vlevo promobox 2 --> <!-- <a href="https://www.facebook.com/narodnitym" target="_blank"><im ... " (421) | | | left_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x8;%Banner%:Vlevo promobox 3 --> " (83) | | | timeout_right => "<div id="da_nhl_desktop_timeout_vpravo_300x300_1x9"> </div> " (60) | | | timeout_promo_1 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x10;%Banner%:Timeout promobox 1 --> " (83) | | | timeout_promo_2 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x11;%Banner%:Timeout promobox 2 --> " (83) | | | timeout_promo_3 => "<!-- %New-off% --> <!-- %Zona%:HomePage;%ID%:2x12;%Banner%:Timeout promobox 3 --> " (84) | | | footer_1 => "<div id="da_nhl_desktop_paticka_left_468x60_1x13"> </div>" (57) | | | footer_2 => "<div id="da_nhl_desktop_paticka_right_468x60_1x14"> </div> " (59) | | | footer_all => "<div id="da_nhl_desktop_paticka_cela_sirka_998x200_1x15"> </div>" (64) | | | stats_partner => "<!-- %New-off% --> <!-- %Zona%:Default;%ID%:1x16;%Banner%:Partner statistik (pruh na šířku stránky) -->" (108) | | | top_mobile => "<div id="da_nhl_mobile_top_banner_300x50_1x17"> </div> <div id='da-sticky'></div>" (82) | | | under_scoreboard_mobile => "<div id="da_nhl_mobile_pod_scoreboardem_300x250_1x18"> </div> " (62) | | | big_under_content_mobile => "<div id="da_nhl_mobile_velky_pod_obsahem_300x250_1x19"> </div> " (64) | | | footer_all_mobile => "<div id="da_nhl_mobile_paticka_cela_sirka_300x250"> </div> " (59) | | | timeout_right_2 => "<div id="da_nhl_desktop_timeout_vpravo_2_300x300_1x21"> </div> " (63) | | | right_big_mobile => "<div id="da_nhl_mobile_skyscraper_velky_300x250_1x24"> </div> " (62) | | | right_small_mobile => "<div id="da_nhl_mobile_skyscraper_maly_300x250_1x25"> </div> " (61) | | | footer_1_mobile => "<div id="da_nhl_mobile_paticka_left_300x50_1x26"> </div> " (60) | | | footer_2_mobile => "<div id="da_nhl_mobile_paticka_right_300x50_1x27"> </div>" (57) | | | script => "" | | | cnc_out_of_page => "<div id="da_nhl_desktop_out_of_page_1x32"></div> <div id="da_nhl_mobil_out_of_page_1x32"></div> <script> if (gtmPageDef.deviceType == 'mobile') { ... " (304)| | topStoryArticle => array (43)| | | id => 5030149 | | | user_id => 129288 | | | post_state_id => 3 | | | post_type_id => 2 | | | photo_id => 11563 | | | folder_id => NULL | | | section_type => NULL | | | topstory => 1 | | | create_date => Nette\Utils\DateTime #ce84 { ... } | | | modify_date => Nette\Utils\DateTime #88f7 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #0eb2 { ... } | | | unpublish_date => NULL | | | parent_id => NULL | | | gallery_id => NULL | | | order => 0 | | | name => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | menu_name => NULL | | | menu_url => NULL | | | video_url => "" | | | excerpt => "Jen pět minut a padesát vteřin stačilo bostonskému kapitánovi Bradu Marchandovi k čistému hattricku. Ikonický svéráz zažil třígólový večer pošesté v k ... " (375) | | | content => "<p>„I love you, baby, and if it's quite alright, I need you, baby,“ znělo z ochozů bostonské TD Garden po Marchandově třetí trefě. Slavnou melodi ... " (3399) | | | slug => "vyznani-jako-od-sinatry-i-love-you-baby-slysel-marchand-od-fanousku-dostal-i-santovskou-cepici" (94) | | | template => NULL | | | file_id => NULL | | | hide_in_menu => 0 | | | imported => 0 | | | enable_comments => 1 | | | show_modify_date => 0 | | | show_on_hompage => 1 | | | use_big_picture => 0 | | | impression_count => 1789 | | | category_id => NULL | | | rotate_title => 0 | | | old => 0 | | | url_or_id_to_post => "" | | | link_title_to_post => NULL | | | advert => 0 | | | recommend => 0 | | | keywords => NULL | | | topstory2 => NULL | | | nameTitle => "Vyznání jako od Sinatry! I love you, baby, slyšel Marchand od fanoušků. Dostal i santovskou čepici" (104) | | | photoUrl => "/files/images/57/marchand-1-.jpg" (32)| | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | topArticlesCallback => Closure #e012| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""| | fanshopArticlesCallback => Closure #3865| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""| | thisDayInHistoryCallback => Closure #b2e4| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 111 | | | variables => array () | | | parameters => ""| | footerTopHTMLRedesign => "" | | footerBottomHTMLRedesign => "" | | footerTopHTML => "<h2>Projekty</h2> <ul class="list"> <li><a href="http://www.hokej.cz/">Hokej.cz</a></li> </ul> <h2>Organizace</h2> <ul class="list"> <li><a href="ht ... " (343) | | footerBottomHTML => "<a href="/rss/nhl">RSS</a> | <a href="/historie-nhl/stranka/5003239">Kontakt</a> | <a href="/vseobecne-obchodni-podminky-a-pravidla">Všeobecné obchodn ... " (955) | | analyticsCodes => "" | | headerScripts => "<!-- Header include script --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({gtmPageDef ... " (1109) | | bodyTopScripts => "<!--- Body top CMS start --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZRP6CH" h ... " (303) | | bodyBottomScripts => "<!-- Body bottom include script --> <script> console.log('event listener Didomi'); window.addEventListener('load', () => { if(typeof Didom ... " (1826) | | displayScoreboard => TRUE | | platforms => "desktop" (7)| action => "default" (7)components private => array (5)| css => WebLoader\Nette\CssLoader #93becloning private => NULL parent private => NULL name private => "Front:Home:Homepage" (19) monitors private => array () templateFactory private => NULL| | media private => NULL | | title private => NULL | | type private => "text/css" (8) | | alternate private => FALSE | | compiler private => WebLoader\Compiler #6423| mainMenu => Front\Widget\MainMenu\Menu #ade5| | | outputDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/www/webtemp" (60) | | | joinFiles private => TRUE | | | filters private => array () | | | fileFilters private => array () | | | collection private => WebLoader\FileCollection #110a { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #0a7b { ... } | | | checkLastModified private => TRUE | | | debugging private => FALSE| | tempPath private => "/webtemp" (8) | | templateFactory private => NULL | | template private => NULL | | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | name private => "css" (3) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | postFacade protected => Hokej\PostFacade #fb89| topStory => Front\Widget\TopStory #f5cb| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #0368| | | container private => SystemContainer #af4f { ... }| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | taggerHelper protected => Hokej\Helpers\Tagger #3ae6 | | menu protected => array (11)| | | 0 => Nette\Utils\ArrayHash #97e6 { ... } | | | 1 => Nette\Utils\ArrayHash #8e31 { ... } | | | 2 => Nette\Utils\ArrayHash #8cbe { ... } | | | 3 => Nette\Utils\ArrayHash #47ab { ... } | | | 4 => Nette\Utils\ArrayHash #566e { ... } | | | 5 => Nette\Utils\ArrayHash #4762 { ... } | | | 6 => Nette\Utils\ArrayHash #496d { ... } | | | 7 => Nette\Utils\ArrayHash #0a75 { ... } | | | 8 => Nette\Utils\ArrayHash #73b9 { ... } | | | 9 => Nette\Utils\ArrayHash #1b56 { ... } | | | 10 => Nette\Utils\ArrayHash #56f8 { ... }| | translator protected => Admin\Translator #3a87 | | helperLoader protected => Esports\Helper\Loader #8250| | | helpers protected => array (33) [ ... ]| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #8e28| | | latte private => Latte\Engine #9fcb { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/mobile.latte" (91) | | | params private => array (12) [ ... ]| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array (1)| | | subMenu => Front\Widget\MainMenu\SubMenu #13e7 { ... }| | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | name private => "mainMenu" (8) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | postFacade protected => Hokej\PostFacade #fb89| bestPlayers => Front\Home\BestPlayers #8557| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | translator protected => Admin\Translator #3a87 | | helperLoader protected => Esports\Helper\Loader #8250| | | helpers protected => array (33) [ ... ]| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #c852| | | latte private => Latte\Engine #c019 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TopStory/topStory.latte" (93) | | | params private => array (12) [ ... ]| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | name private => "topStory" (8) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | playerLinker private => Closure #4137| timeout => Front\Widget\Timeout #1889| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 226 | | | variables => array () | | | parameters => "$playerId" (9)| | statsLinker private => Closure #87a8| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 228 | | | variables => array () | | | parameters => "$countryCode" (12)| | competitionPlayerStatsFactory private => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #726a| | | container private => SystemContainer #af4f { ... }| | playerFilter private => Hokej\PlayerFilter #346c | | leagueFacade private => Hokej\LeagueFacade #4fb1| | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | seasonService protected => Hokej\SeasonService #59a9 { ... } | | | leagueHelper protected => Hokej\Helpers\League #7e6d| | competitionFacade private => Hokej\CompetitionFacade #1dd2| | | competitionService protected => Hokej\CompetitionService #8066 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #dc4d { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | matchService protected => Hokej\MatchService #a8fb { ... }| | statsPlayersLimit private => 10 | | translator protected => Admin\Translator #3a87 | | helperLoader protected => Esports\Helper\Loader #8250| | | helpers protected => array (33) [ ... ]| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #de6b| | | latte private => Latte\Engine #385a { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/components/BestPlayers/bestPlayers.latte" (104) | | | params private => array (15) [ ... ]| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | name private => "bestPlayers" (11) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | postFacade private => Hokej\PostFacade #fb89| | | postService protected => Hokej\PostService #b5f5 { ... } | | | photoService protected => Hokej\PhotoService #da5c { ... } | | | articleService protected => Hokej\ArticleService #c6a0 { ... } | | | fileService protected => Hokej\FileService #9e71 { ... } | | | galleryService protected => Hokej\GalleryService #52e4 { ... } | | | userService protected => Hokej\UserService #f7f2 { ... } | | | postPageMover protected => Hokej\PostPageMover #83c7 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #cf95 { ... } | | | postTagManager protected => Hokej\PostTagManager #313f { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #15f4 { ... } | | | leagueService protected => Hokej\LeagueService #52d6 { ... } | | | clubService protected => Hokej\ClubService #7bb7 { ... } | | | teamService protected => Hokej\TeamService #7d1d { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #d796 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #8e6e { ... } | | | tagger protected => Hokej\Helpers\Tagger #3ae6| | categoryFacade private => Hokej\CategoryFacade #9061| | | categoryService protected => Hokej\CategoryService #e473 { ... } | | | categoryTreeRenderer protected => Hokej\CategoryTreeRenderer #542b { ... }| | zoneFacade private => Hokej\ZoneFacade #8498| | | zoneService protected => Hokej\ZoneService #7f11 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #c39d| | articlesLimit private => 5 | | translator protected => Admin\Translator #3a87 | | helperLoader protected => Esports\Helper\Loader #8250| | | helpers protected => array (33) [ ... ]| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #bab9| | | latte private => Latte\Engine #9b26 { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Timeout/timeout.latte" (91) | | | params private => array (12) [ ... ]| | invalidSnippets private => array () | | snippetMode => NULL | | params protected => array () | | components private => array () | | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #89d6 { RECURSION } | | name private => "timeout" (7) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
Environment
$_SERVER
REDIRECT_HTTPS | "on" (2)
|
---|---|
REDIRECT_SSL_TLS_SNI | "dev.nhlcz.s6.esports.cz" (23)
|
REDIRECT_STATUS | "200" (3)
|
HTTPS | "on" (2)
|
SSL_TLS_SNI | "dev.nhlcz.s6.esports.cz" (23)
|
HTTP_ACCEPT | "*/*" (3)
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
HTTP_HOST | "dev.nhlcz.s6.esports.cz" (23)
|
PATH | "/usr/local/bin:/usr/bin:/bin" (28)
|
SERVER_SIGNATURE | "<address>Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t Server at dev.nhlcz.s6.esports.cz Port 443</address>
" (136)
|
SERVER_SOFTWARE | "Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t" (73)
|
SERVER_NAME | "dev.nhlcz.s6.esports.cz" (23)
|
SERVER_ADDR | "88.86.105.20" (12)
|
SERVER_PORT | "443" (3)
|
REMOTE_ADDR | "3.145.103.119" (13)
|
DOCUMENT_ROOT | "/home/www/nhlcz.s6.esports.cz/subdomains/dev" (44)
|
SERVER_ADMIN | "linux@superhosting.cz" (21)
|
SCRIPT_FILENAME | "/home/www/nhlcz.s6.esports.cz/subdomains/dev/www/index.php" (58)
|
REMOTE_PORT | "21635" (5)
|
REDIRECT_URL | "/"
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/"
|
SCRIPT_NAME | "/www//index.php" (15)
|
PHP_SELF | "/www//index.php" (15)
|
REQUEST_TIME_FLOAT | 1736442950.848
|
REQUEST_TIME | 1736442950
|
$_SESSION
empty
Included files (565)
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/www/index.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/bootstrap.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/autoload.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/autoload_real.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/ClassLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/autoload_namespaces.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/autoload_psr4.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/autoload_classmap.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/composer/autoload_files.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/shortcuts.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/loader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/Loaders/NetteLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/bootstrap/src/Bootstrap/Configurator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Object.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/CompilerExtension.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/Bar.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/BlueScreen.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/Dumper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/exceptions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/IMacro.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Macros/MacroSet.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Object.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/ArrayHash.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/ArrayList.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/DateTime.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Image.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/ObjectMixin.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/neon/src/Neon/Exception.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/neon/src/Neon/Entity.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/neon/src/Neon/Neon.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/shortcuts.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Config/Helpers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/Debugger.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/DefaultBarPanel.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/IBarPanel.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/FireLogger.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/Helpers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/Logger.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/bootstrap/src/Bridges/Framework/TracyBridge.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/Framework.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/robot-loader/src/RobotLoader/RobotLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Caching/Storages/FileStorage.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Caching/IStorage.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Caching/Cache.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Config/Loader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Config/Adapters/NeonAdapter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Config/IAdapter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/neon/src/Neon/Decoder.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/exceptions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Validators.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/ContainerFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/Nette.Configurator/92816ace201a210c9bb1b57042545d3b.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Container.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Counting/Table/TableCounter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Common/CommonSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/BaseSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Common/ICommonSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Footer/FooterSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Footer/IFooterSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/HomepageSocial.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/Social.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/ISocialLinks.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Scripts/IScriptsSettingFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Invalidator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Login/components/signForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/Control.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/PresenterComponent.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/component-model/src/ComponentModel/Container.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/component-model/src/ComponentModel/Component.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/component-model/src/ComponentModel/IComponent.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/component-model/src/ComponentModel/IContainer.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/ISignalReceiver.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/IStatePersistent.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/IRenderable.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ISportArticles/RssReader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/RssReader/RssReader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/ActualRoundView/ActualRoundView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/BaseView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Component.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/component/Component.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Templating/HelperLoaderTrait.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/IView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/PlayerForms/AddPlayerTeamForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/BaseForm/BaseForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/Component.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamStats/BaseView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/MatchesForm/Big/BigMatchForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/CategoriesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/BaseGrid/BaseGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/CategoryForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/ClubForms/ClubForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/ClubForms/ClubLogosForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/LogosForm/LogosForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/NamesForm/NamesForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ClubMatch/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ClubMatch/Match.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/ClubForms/ClubNamesForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ClubPlayerStats/ClubPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ClubRoster/ClubRoster.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/ClubSocial.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/ClubForms/ClubSocialForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ClubTeams/ClubTeams.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/ClubsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/ColorForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/grids/ColorsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/CommonForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/CompetitionCategoryForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/CompetitionCategoryGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/CompetitionForm/CompetitionForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/CompetitionMatch/CompetitionMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/CompetitionMatch/ICompetitionMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionPlayerStats/CompetitionPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionPlayerStats/ICompetitionPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionStats/CompetitionStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionStats/ICompetitionStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionTeamStats/CompetitionTeamStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CompetitionTeamStats/ICompetitionTeamStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/CompetitionView/CompetitionView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/CompetitionsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CountingGroupPlayerStats/CountingGroupPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/CountingGroupPlayerStats/ICountingGroupPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/grids/CountriesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/CountryForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/CsvUploader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Article/components/DateFilter/DateFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/DateIntervalView/DateIntervalView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/DBUpdater/Grid/ScriptTable.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/DefaultView/DefaultView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/EmptyView/EmptyView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/Extraliga/Extraliga.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/LeagueMenu.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/ISubmenuView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/FirstLeague/FirstLeague.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Media/forms/FolderForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Media/grids/FoldersGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/FooterForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/HistoryForm/HistoryForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/HistoryGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/components/BestPlayers/IBestPlayersFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/HomepageForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ISportArticles/Articles.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/LeagueForms/LeagueForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/LeagueForms/LeagueLogosForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/LeagueMatch/LeagueMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/LeagueMatch/ILeagueMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueResult/LeagueResult.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/LeagueSocial.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/LeagueForms/LeagueSocialForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/LeagueStats/LeagueStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/LeagueStats/ILeagueStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueTable/Table.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueTable/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueTable/NonVirtual/NonVirtual.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueTable/IView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/LeagueTable/Virtual/Virtual.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/LeaguesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/Menu.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/ISubMenuFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/Calendar/Calendar.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/components/MatchImporter/MatchImporter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/MatchList.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchOverview/MatchOverview.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/Round/Round.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchSchedule/MatchSchedule.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/MatchStats/MatchStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/MatchStats/IMatchStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/MatchesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/MenuSectors/MenuSector.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/BaseMenuSector.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/MenuSectors/IMenuSector.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MinorLeagueSignpost/MinorLeagueSignpost.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/ILatteFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/NewForm/NewForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/NewsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/PageForm/PageForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Social/Links/PageSocial.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/PageForm/PageSocialForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Pager/Pager.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/PagesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Media/forms/PhotoEditor/PhotoEditorForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/PhotoPicker/PhotoPicker.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/PlayOffView/PlayOffView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/PlayerForms/PlayerForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/HistoricStats/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/HistoricStats/Stats/Stats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/PlayerInTeamsGrid/PlayerInTeamsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerList/PlayerList.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerMedallion/PlayerMedallion.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/components/PlayerPicker/PlayerPicker.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerSearch/PlayerSearch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/PlayerSeasonClubStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/PlayerSeasonStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/IPlayerSeasonStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/IPlayerTypeStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/PlayerSeasonNHLStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/PlayerSeasonRepreStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/PlayerForms/PlayerSocialForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Player/components/Stats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/PlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/PlayerStats/IPlayerStats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerStats/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerStats/PlayerFilter/GoalkeeperFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerStats/PlayerFilter/PlayerBaseFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerStats/PlayerFilter/PlayerFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PlayerStats/Stats/Stats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Upload/PlayerUploader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Upload/PhotoUploader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/PlayersGrid/PlayersGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/PostForm/PostForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/PostsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RadegastIndex/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RadegastIndex/BaseFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RadegastIndex/MonthFilter/MonthFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RadegastIndex/Table.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/RefereeForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/RefereesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/RepreView/RepreView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/Representation/Representation.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/forms/RoleForm/RoleForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/grids/RolesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RosterList/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/RosterList/Roster.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/RoundView/RoundView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/ScoreBoard/ScoreBoard.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Settings/forms/IScriptsFormFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/SeasonFilter/SeasonFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/SeasonView/SeasonView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/SecondLeague/SecondLeague.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/MatchesForm/Small/SmallMatchForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Social/ISocialFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/StaticMenu/IStaticMenuFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/StatsBar/StatsBar.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/forms/SubscriptionForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/grids/SubscriptionsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/forms/TableForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Content/grids/TablesGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/TeamForm/TeamForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamList/TeamList.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamList/ClubView/ClubView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamList/BaseView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamList/Filter/Filter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamList/Repre/RepreView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/TeamMatch/TeamMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/TeamMatch/ITeamMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/TeamForm/TeamNamesForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamStats/Stats/Stats.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamStats/Overview/BaseOverview.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TeamStats/Menu/MenuBase.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MatchList/View/TeamView/TeamView.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/TeamsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Timeout/ITimeoutFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/grids/TipsGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TopStory/TopStory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/forms/TransferForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Statistics/grids/TransfersGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/TVMatch/TVMatch.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/forms/UserForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Users/grids/UsersGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Media/forms/Video/VideoForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Media/grids/VideosGrid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/Women/Women.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/Youth/Youth.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/YoutubeGallery/Gallery.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/YoutubeGallery/Playlist/Playlist.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/Adserve/forms/ZoneEditor/ZoneEditorForm.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/reflection/src/Reflection/ClassType.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/reflection/src/Reflection/Method.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/Session.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/RequestFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/UrlScript.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/Url.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Strings.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Callback.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/Request.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/IRequest.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/Response.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/IResponse.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/safe-stream/src/SafeStream/SafeStream.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/reflection/src/Reflection/AnnotationsParser.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Caching/Storages/DevNullStorage.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/Nette/LoaderFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/deprecated/Environment.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/deprecated/Diagnostics/Debugger.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Application.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/PresenterFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/IPresenterFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/router/RouterFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/related-table/src/Repository/RTRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/related-table/src/Repository/Repository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Context.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Connection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Helpers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Bridges/DatabaseTracy/ConnectionPanel.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/ExceptionTranslator/ExceptionTranslator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Structure.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/IStructure.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Conventions/DiscoveredConventions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/IConventions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/related-table/src/RelatedTable/RTFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/related-table/src/Repository/RTOperations.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Tag/TagRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/security/src/Security/User.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/security/src/Security/IUserStorage.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/http/src/Http/UserStorage.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Authenticator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/security/src/Security/IAuthenticator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/User/UserFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/User/UserService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/User/UserRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Resource/ResourceService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Resource/ResourceRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Role/RoleService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Role/RoleRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Authorizator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/security/src/Security/IAuthorizator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Resource/ResourceFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Role/RoleFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/security/src/Bridges/SecurityTracy/UserPanel.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/Photo/PhotoService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/Photo/PhotoRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/Articles/ArticleService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/File/FileService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/File/FileRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Gallery/GalleryService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Gallery/GalleryRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostPageMover.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostTreeRenderer.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostTagManager.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Tag/TagService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/PostAuthorManager.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/League/LeagueService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/League/LeagueRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/League/LeagueLogoRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/DynamicWriter/IDynamicItemRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/SelectionHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubNameRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubRelatedRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubLogoRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Team/TeamService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Team/TeamRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Team/TeamNameRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/TeamInCompetition/TeamInCompetitionRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Tagger.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Routers/Route.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/IRouter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Routers/RouteList.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/router/ArticleRoute.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/router/ArticleCompatRoute.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/router/LeagueRoute.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/SectionHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationTracy/RoutingPanel.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/forms-extension/src/Forms/FormsExtension.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Container.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/voda/date-input/src/DateInput.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Controls/BaseControl.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/IControl.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Form.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/IHtmlString.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Rules.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Controls/CsrfProtection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Controls/HiddenField.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Controls/SelectBox.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/forms/src/Forms/Controls/ChoiceControl.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Request.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/presenters/BasePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/Presenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/IPresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/di/src/DI/Helpers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/reflection/src/Reflection/Parameter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/ITemplateFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/reflection/src/Reflection/Property.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Enums/MatchEnumService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Enums/MatchEnumRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/TeamHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Roster.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchPlayer/MatchPlayerService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchPlayer/MatchPlayerRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/SeasonRoster/PlayerInTeam/PlayerInTeamFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Season/SeasonService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Season/SeasonRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/TeamPlayer/TeamPlayerService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/TeamPlayer/TeamPlayerRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Competition/CompetitionService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Competition/CompetitionRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Goal/GoalService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Goal/GoalRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/EventTransformator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Penalty/PenaltyService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Penalty/PenaltyRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchGoalkeeper/MatchGoalkeeperService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchGoalkeeper/MatchGoalkeeperRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/TimeOnIceHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Period/PeriodService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/Period/PeriodRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/PeriodHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchPeriodGoalkeeper/MatchPeriodGoalkeeperService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchPeriodGoalkeeper/MatchPeriodGoalkeeperRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Match/MatchAdditional.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Tv/TvService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Tv/TvRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Zone/ZoneFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Zone/ZoneService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Zone/ZoneRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Youtube/YoutubeFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Youtube/YoutubeService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Youtube/YoutubeRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/League/LeagueFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Upload/ILogoFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/League.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/ArticleQuery.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/HttpArticleQuery.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/ITranslator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Admin/translator/Translator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Helper/Loader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Helper/String.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Helper/Date.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Helper/FormatManipulator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Helper/Grid.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/PlayerHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/PostHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerPicker.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/MediaFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/Folder/FolderService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/Folder/FolderRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/Folder/FolderPicker.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/DirHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Media/MediaTagManager.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/File/FileFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/PresenterBridge.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/TagHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/MatchEndHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Date.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/GameTimeHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/LogoHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Icon.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Country.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Zone.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/ExportHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Domain.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Penalty.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/XmlHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/VideoHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/CompetitionCategoryHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/MatchHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/CompetitionPhaseHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/PostPlaceholder.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/PlayerPlaceholder.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/LogoPlaceholder.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/ScoreHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Minimalize.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/HokejovyZapis.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Tv.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Amazon.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Season/SeasonFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Number.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/SettingFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/SettingService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/SettingRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/GtmPageDef.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Club/ClubFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Color/ColorService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Color/ColorRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Team/TeamFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Competition/Filter/CompetitionFilterService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Stats/StatsFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Competition/CompetitionFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/PresenterComponentReflection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Table/Selection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Table/IRowContainer.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/IRowContainer.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Drivers/ExternalMySqlDriver.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Drivers/MySqlDriver.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/ISupplementalDriver.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/ResultSet.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/SqlPreprocessor.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Row.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/IRow.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Table/SqlBuilder.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/FileHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/others/Esports/Cache/Cache.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Post/Articles/ArticleFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Table/ActiveRow.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/esports/database/src/Database/Table/IRow.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Engine.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/UI/ITemplate.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Bridges/ApplicationLatte/Loader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Loaders/FileLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/ILoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Scripts/ScriptsSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Setting/Scripts/IScriptsSetting.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/nette/Nette/deprecated/Callback.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/Responses/TextResponse.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/IResponse.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/application/src/Application/exceptions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Template.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-Homepage-default-latte-b4e02ebea22deeb8c989b678ce7a8ed6.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Runtime/Filters.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Bridges/CacheLatte/CacheMacro.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-Home-templates-layout-latte-3e9499663a407afd0c93d0c4f20d1706.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Helpers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Export/Rss/presenters/NhlPresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Export/presenters/BasePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/Compiler.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/FileCollection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/IFileCollection.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/DefaultOutputNamingConvention.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/IOutputNamingConvention.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/Path.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/Nette/CssLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/janmarek/webloader/WebLoader/Nette/WebLoader.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/utils/src/Utils/Html.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/nette/caching/src/Caching/OutputHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-components-MainMenu-menu-latte-8db9f625e3fe57ab03f7f58ce3758cb8.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/SubMenu.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/MainMenu/StaticMenu/StaticMenu.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/components-MainMenu-StaticMenu-staticMenu-latte-2892787c5aeb5168aa2dcf385b62dd07.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/exceptions.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/League/presenters/OverviewPresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/League/presenters/BasePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/presenters/LeaguePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-components-MainMenu-mobile-latte-fb3605782a422938a1a052d8a189dbf2.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/MainMenu-StaticMenu-staticMenuMobile-latte-3d9f7bb96b92bd92a16f70bb1de3bafb.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Macros/BlockMacros.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-components-TopStory-topStory-latte-f0cb1bbb611e741884ac51a55856cbe7.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Article/presenters/ArticlePresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/components/BestPlayers/BestPlayers.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Competition/Filter/CompetitionFilter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/PlayerStats/PlayerStatsService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/IStatsService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/PlayerStats/PlayerStatsRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Inserter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/GoalkeeperStats/GoalkeeperStatsService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/GoalkeeperStats/GoalkeeperStatsRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Player/PlayerPositionFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/Front-Home-components-BestPlayers-bestPlayers-latte-c3516fd0723994cbdfc9621ced91eecc.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/latte/latte/src/Latte/Runtime/CachingIterator.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/League/presenters/PlayerStatsPresenter.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/components/Timeout/Timeout.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Category/CategoryFacade.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Category/CategoryService.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Category/CategoryRepository.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/TreeHelper.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/model/Category/CategoryTreeRenderer.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/classes/Category.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/temp/cache/latte/dev-app-Front-components-Timeout-timeout-latte-d8d8b271143772612612a6ce4666ee59.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/src/Fanshop/FromRssArticleFactory.php |
/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/vendor/tracy/tracy/src/Tracy/templates/bluescreen.phtml |
Configuration options
Configuration
apache2handler
Apache Version | Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t |
Apache API Version | 20051115 |
Server Administrator | linux@superhosting.cz |
Hostname:Port | dev.nhlcz.s6.esports.cz:0 |
User/Group | www-data(33)/33 |
Max Requests | Per Child: 100 - Keep Alive: off - Max Per Connection: 150 |
Timeouts | Connection: 300 - Keep-Alive: 3 |
Virtual Server | Yes |
Server Root | /etc/apache2 |
Loaded Modules | core mod_log_config mod_logio mod_version prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authnz_ldap mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_deflate mod_dir mod_env mod_filter mod_headers mod_info util_ldap mod_mime mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_ssl mod_status mod_vhost_alias |
Directive | Local Value | Master Value |
---|---|---|
engine | 1 | 1 |
last_modified | 0 | 0 |
xbithack | 0 | 0 |
Apache Environment
Variable | Value |
---|---|
REDIRECT_HTTPS | on |
REDIRECT_SSL_TLS_SNI | dev.nhlcz.s6.esports.cz |
REDIRECT_STATUS | 200 |
HTTPS | on |
SSL_TLS_SNI | dev.nhlcz.s6.esports.cz |
HTTP_ACCEPT | */* |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
HTTP_HOST | dev.nhlcz.s6.esports.cz |
PATH | /usr/local/bin:/usr/bin:/bin |
SERVER_SIGNATURE | <address>Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t Server at dev.nhlcz.s6.esports.cz Port 443</address> |
SERVER_SOFTWARE | Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t |
SERVER_NAME | dev.nhlcz.s6.esports.cz |
SERVER_ADDR | 88.86.105.20 |
SERVER_PORT | 443 |
REMOTE_ADDR | 3.145.103.119 |
DOCUMENT_ROOT | /home/www/nhlcz.s6.esports.cz/subdomains/dev |
SERVER_ADMIN | linux@superhosting.cz |
SCRIPT_FILENAME | /home/www/nhlcz.s6.esports.cz/subdomains/dev/www/index.php |
REMOTE_PORT | 21635 |
REDIRECT_URL | / |
GATEWAY_INTERFACE | CGI/1.1 |
SERVER_PROTOCOL | HTTP/1.1 |
REQUEST_METHOD | GET |
QUERY_STRING | no value |
REQUEST_URI | / |
SCRIPT_NAME | /www//index.php |
HTTP Headers Information
HTTP Request Headers | |
---|---|
HTTP Request | GET / HTTP/1.1 |
accept | */* |
user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
accept-encoding | gzip, br, zstd, deflate |
host | dev.nhlcz.s6.esports.cz |
HTTP Response Headers | |
X-Powered-By | Nette Framework |
X-Frame-Options | SAMEORIGIN |
Vary | X-Requested-With,Accept-Encoding |
Content-Encoding | gzip |
Connection | close |
Transfer-Encoding | chunked |
Content-Type | text/html; charset=utf-8 |
bcmath
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
bz2
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
calendar
Calendar support | enabled |
Core
PHP Version | 5.4.45-0+deb7u14 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, |
display_errors | On | Off |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | no value | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 22527 |
exit_on_timeout | Off | Off |
expose_php | On | On |
extension_dir | /usr/lib/php5/20100525 | /usr/lib/php5/20100525 |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | ./:/usr/share/php | .:/usr/share/php:/usr/share/pear |
log_errors | Off | On |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 30 | 30 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 3000 | 3000 |
memory_limit | 256M | 256M |
open_basedir | /home/www/nhlcz.s6.esports.cz/:/usr/share/php:/tmp | no value |
output_buffering | 4096 | 4096 |
output_handler | no value | no value |
post_max_size | 20M | 20M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | no value | no value |
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
serialize_precision | 17 | 17 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 20M | 20M |
upload_tmp_dir | /tmp | no value |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype
ctype functions | enabled |
curl
cURL support | enabled |
cURL Information | 7.26.0 |
Age | 3 |
Features | |
AsynchDNS | No |
Debug | Yes |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
Largefile | Yes |
NTLM | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
krb4 | No |
libz | Yes |
CharConv | No |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
Host | x86_64-pc-linux-gnu |
SSL Version | OpenSSL/1.0.1t |
ZLib Version | 1.2.7 |
libSSH Version | libssh2/1.4.2 |
date
date/time support | enabled |
"Olson" Timezone Database Version | 0.system |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | no value | no value |
dba
DBA support | enabled |
Supported handlers | cdb cdb_make db4 inifile flatfile qdbm |
Directive | Local Value | Master Value |
---|---|---|
dba.default_handler | flatfile | flatfile |
dom
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.8.0 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
ereg
Regex Library | Bundled library enabled |
exif
EXIF Support | enabled |
EXIF Version | 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo
fileinfo support | enabled |
version | 1.0.5 |
filter
Input Validation and Filtering | enabled |
Revision | $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
ftp
FTP support | enabled |
gd
GD Support | enabled |
GD Version | 2.0.36 |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.4.9 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | unknown |
PNG Support | enabled |
libPNG Version | 1.2.49 |
WBMP Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
geoip
geoip support | enabled |
---|---|
geoip extension version | 1.0.7 |
geoip library version | 1004008 |
Directive | Local Value | Master Value |
---|---|---|
geoip.custom_directory | no value | no value |
gettext
GetText Support | enabled |
hash
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.13 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
imagick
imagick module | enabled |
---|---|
imagick module version | 3.1.0RC1 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator |
ImageMagick version | ImageMagick 6.7.7-10 2018-05-23 Q16 http://www.imagemagick.org |
ImageMagick copyright | Copyright (C) 1999-2012 ImageMagick Studio LLC |
ImageMagick release date | 2018-05-23 |
ImageMagick number of supported formats: | 204 |
ImageMagick supported formats | 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
imap
IMAP c-Client Version | 2007f |
SSL Support | enabled |
Kerberos Support | enabled |
intl
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 4.8.1.1 |
ICU Data version | 4.8.1 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
json
json support | enabled |
json version | 1.2.1 |
ldap
LDAP Support | enabled |
RCS Version | $Id: 2dabc34c4033eedc9d7fa05f16544cdb14121c4e $ |
Total Links | 0/unlimited |
API Version | 3001 |
Vendor Name | OpenLDAP |
Vendor Version | 20431 |
SASL Support | Enabled |
Directive | Local Value | Master Value |
---|---|---|
ldap.max_links | Unlimited | Unlimited |
libxml
libXML support | active |
libXML Compiled Version | 2.8.0 |
libXML Loaded Version | 20800 |
libXML streams | enabled |
mbstring
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) version | 5.9.1 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | pass | pass |
mbstring.http_output | pass | pass |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
mhash
MHASH support | Enabled |
MHASH API Version | Emulated Support |
mysql
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | 5.5.60 |
MYSQL_MODULE_TYPE | external |
MYSQL_SOCKET | /var/run/mysqld/mysqld.sock |
MYSQL_INCLUDE | -I/usr/include/mysql |
MYSQL_LIBS | -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | no value | no value |
mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
mysqli
MysqlI Support | enabled |
---|---|
Client API library version | 5.5.60 |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Client API header version | 5.5.60 |
MYSQLI_SOCKET | /var/run/mysqld/mysqld.sock |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
openssl
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.1t 3 May 2016 |
OpenSSL Header Version | OpenSSL 1.0.1t 3 May 2016 |
pcre
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.30 2012-02-04 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO
PDO support | enabled |
---|---|
PDO drivers | mysql, pgsql |
pdo_mysql
PDO Driver for MySQL | enabled |
---|---|
Client API version | 5.5.60 |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
pdo_pgsql
PDO Driver for PostgreSQL | enabled |
---|---|
PostgreSQL(libpq) Version | 9.1.24lts2 |
Module version | 1.0.2 |
Revision | $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $ |
pgsql
PostgreSQL Support | enabled |
---|---|
PostgreSQL(libpq) Version | 9.1.24lts2 |
PostgreSQL(libpq) | PostgreSQL 9.1.24lts2 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 64-bit |
Multibyte character support | enabled |
SSL support | enabled |
Active Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
pgsql.allow_persistent | On | On |
pgsql.auto_reset_persistent | Off | Off |
pgsql.ignore_notice | Off | Off |
pgsql.log_notice | Off | Off |
pgsql.max_links | Unlimited | Unlimited |
pgsql.max_persistent | Unlimited | Unlimited |
Phar
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.1 |
Phar API version | 1.1.1 |
SVN revision | $Id: ba734629367f9671b25202408d13914fa63d8396 $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
posix
Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
redis
Redis Support | enabled |
---|---|
Redis Version | 2.2.5 |
Reflection
Reflection | enabled |
---|---|
Version | $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ |
session
Session Support | enabled |
Registered save handlers | files user redis |
Registered serializer handlers | php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | Off | Off |
session.cookie_lifetime | 0 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 1440 | 1440 |
session.gc_probability | 0 | 0 |
session.hash_bits_per_character | 5 | 5 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /tmp | /var/lib/php5 |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_trans_sid | 0 | 0 |
shmop
shmop support | enabled |
SimpleXML
Simplexml support | enabled |
---|---|
Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
Schema support | enabled |
soap
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
sockets
Sockets Support | enabled |
SPL
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
ssh2
SSH2 support | enabled |
---|---|
extension version | 0.11.3 |
libssh2 version | 1.2.8 |
banner | SSH-2.0-libssh2_1.2.8 |
remote forwarding | enabled |
hostbased auth | enabled |
polling support | enabled |
publickey subsystem | enabled |
standard
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
user_agent | no value | no value |
sysvmsg
sysvmsg support | enabled |
Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
tokenizer
Tokenizer Support | enabled |
wddx
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
xml
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.8.0 |
xmlreader
XMLReader | enabled |
xmlrpc
core library version | xmlrpc-epi v. 0.51 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
xmlwriter
XMLWriter | enabled |
zip
Zip | enabled |
Extension Version | $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
zlib
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.1.1 |
Linked Version | 1.2.7 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Additional Modules
Module Name |
---|
sysvsem |
sysvshm |
HTTP request
Headers
accept | */* |
---|---|
user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
accept-encoding | gzip, br, zstd, deflate |
host | dev.nhlcz.s6.esports.cz |
$_GET
empty
$_POST
empty
$_COOKIE
empty
HTTP response
Headers
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With
- Report generated at 2025/01/09 18:15:50
- https://dev.nhlcz.s6.esports.cz/
- PHP 5.4.45-0+deb7u14
- Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u14 mod_ssl/2.2.22 OpenSSL/1.0.1t
- Tracy 2.2.7
- Nette Framework 2.2.10 (released on 2015-07-19)